Commit Graph

2369 Commits

Author SHA1 Message Date
twinaphex 3fe23e8964 Abbreviate Directory Settings a bit 2015-06-24 05:13:43 +02:00
twinaphex 386a4ce9c5 move settings to 'content settings' 2015-06-24 05:05:57 +02:00
twinaphex e30b3efe9f (Menu) Create 'Information' list 2015-06-24 04:56:44 +02:00
Twinaphex 8773dacb5e Merge pull request #1849 from heuripedes/master
(RGUI) Fix delayed info/help/search screens
2015-06-24 04:10:18 +02:00
Higor Eurípedes 45556766bf (RGUI) Fix performance regression 2015-06-23 23:07:08 -03:00
Twinaphex fad840ca36 Merge pull request #1850 from lakkatv/french
French
2015-06-24 03:44:05 +02:00
Jean-André Santoni 6a63b5a696 (French) Translate more strings 2015-06-24 08:36:50 +07:00
Higor Eurípedes 71f025c2b6 (RGUI) Fix delayed info/help/search screens 2015-06-23 22:25:00 -03:00
twinaphex d188f4e261 (RGUI) Optimization 2015-06-24 03:01:09 +02:00
Jean-André Santoni c73e371d03 (French) Update translation with diacritics 2015-06-24 07:42:45 +07:00
Higor Eurípedes 15ac83e885 (menu_displaylist) Fix R/L scrolling 2015-06-23 17:24:10 -03:00
Higor Eurípedes b96a11c5f8 (XMB) Fix typo 2015-06-23 17:06:04 -03:00
Higor Eurípedes 57fe277310 (XMB) Move first visible item detection to xmb_selection_pointer_changed() 2015-06-23 13:27:54 -03:00
Higor Eurípedes 5f0d41765d (XMB) Do not animate offscren entries in xmb_list_open_old() 2015-06-23 13:27:53 -03:00
Higor Eurípedes b7840479cb (XMB) Do not animate offscren entries in xmb_list_open_new() 2015-06-23 13:27:53 -03:00
Higor Eurípedes 6d726e9247 (XMB) Do not animate offscreen items in xmb_selection_pointer_changed() 2015-06-23 13:27:53 -03:00
Higor Eurípedes f167a416f1 (menu_animation) Add tween tagging support 2015-06-23 13:27:53 -03:00
Higor Eurípedes 5d8519c814 (menu_animation) Delay realloc() by holding an index to the first dead animation 2015-06-23 13:27:53 -03:00
Alcaro c9ae127bc9 Add a static assertion for the encoding. 2015-06-23 17:47:02 +02:00
twinaphex 0f315f472e (Menu) Buildfix 2015-06-23 13:41:21 +02:00
Twinaphex ca25d00e49 Merge pull request #1840 from Holzhaus/improve-german-translations
Improve german menu translations
2015-06-23 13:39:45 +02:00
Jan Holthuis 64c6705b17 Improve german menu translations
This commit adds some more translations and improves some of the
existing ones.

Where appropriate, acutal "Umlauts" (äöüÄÖÜ) have been used. To
be able to display them correctly, this file needs to be encoded
using the ISO 8859-1 charset (latin1).

The use of "Deppenleerzeichen" (incorrect use of space signs in
composited words) has been replaced by either the dash/minus sign or
by combining them into a single word (e.g. "Kamera Zugriff" ->
"Kamera-Zugriff", "Audio Latenz" -> "Audiolatenz").

Some english terms have been replaced by their german counterparts.
(e.g. "Playlist" becomes "Wiedergabeliste")
This does not apply for cases, where the english term is widely used
and the german term is so uncommon in Germany that it'd reduce
comprehensibility ("Overlay", "Log", ...). This also applies for
basic "RetroArch vocabulary" like "Core" and "Save State".

Last but not least, some fuzzy translations have been improved.
2015-06-23 13:13:53 +02:00
twinaphex 5be19770f2 (history list/playlists) Push content settings list onto stack
after we load content
2015-06-23 13:06:55 +02:00
twinaphex e46e2a40c0 Create menu_common_push_content_settings 2015-06-23 12:53:49 +02:00
twinaphex da95df65d6 (GX) Silence warning when not compiling with HAVE_DYNAMIC 2015-06-23 11:46:45 +02:00
twinaphex 4256ce422a (RMenu) Prevent warning 2015-06-23 11:45:46 +02:00
twinaphex fb17df2b6f (ffmpeg builtin) Add wmv extension 2015-06-23 09:25:56 +02:00
twinaphex 6658a3144a (ffmpeg builtin) Add mov 2015-06-23 09:19:42 +02:00
twinaphex fb5fd168f2 (builtin ffmpeg) Add webm to extensions 2015-06-23 08:32:21 +02:00
twinaphex 3e20e4f4f7 Create rarch_mediaplayer_is_media_type 2015-06-23 07:25:48 +02:00
twinaphex be2ae1c602 Add "builtin_mediaplayer_enable" setting 2015-06-23 07:09:24 +02:00
twinaphex 38b3b87812 (FFmpeg) should now have built-in support for launching movies/music
directly when HAVE_FFMPEG is defined
2015-06-23 06:44:29 +02:00
twinaphex 0944c2de10 Start adding MENU_FILE_MUSIC and MENU_FILE_MOVIE 2015-06-23 06:13:57 +02:00
twinaphex f64922b618 Cleanups 2015-06-23 04:12:47 +02:00
twinaphex 676e9740a9 Simplify action_get_title_default 2015-06-23 04:10:19 +02:00
twinaphex ae51be3454 Remove collapse subgroups enable setting 2015-06-23 04:03:07 +02:00
twinaphex a6e208eed8 (Menu) reorder some entries 2015-06-23 03:29:55 +02:00
twinaphex 5a5442af66 Add more GET_VALUE entries 2015-06-22 23:25:04 +02:00
twinaphex ff7833180d Rename Unload Core to 'Close Content' and move it to Content Settings 2015-06-22 23:16:00 +02:00
Higor Eurípedes 5ae64becbd (GLUI) Fix pagination rendering 2015-06-22 18:01:56 -03:00
Higor Eurípedes 4734e0aa85 (menu_animation) Simplify menu_animation_iterate() 2015-06-22 17:44:29 -03:00
Higor Eurípedes e6a2c3102d (menu_animation) Avoid pushing dead animation subjects 2015-06-22 17:44:29 -03:00
twinaphex 4e2e97edaf Move Core Information to 'Core Settings' 2015-06-22 22:30:01 +02:00
twinaphex 56f46034aa Hide 'Content Settings' if content is not yet loaded 2015-06-22 22:22:29 +02:00
twinaphex f71c27af65 Create 'Content Settings' 2015-06-22 22:10:14 +02:00
twinaphex d9504d73bd Reorder some entries 2015-06-22 21:29:34 +02:00
twinaphex c87af5cdd4 Rename two labels 2015-06-22 21:27:49 +02:00
twinaphex 5ec671930b (menu_cbs_title.c) Use fill_pathname_join_delim 2015-06-22 20:10:33 +02:00
twinaphex 9f90e32ed0 Fill in MD5/SHA1/CRC32 labels 2015-06-22 19:56:23 +02:00
Higor Eurípedes cfe57b8442 (Menu) Fix some menu_entries_get_start() checks 2015-06-22 14:50:03 -03:00
twinaphex 324cf09deb (Menu) Use fill_pathname_join_delim 2015-06-22 19:48:49 +02:00
twinaphex 5f67c53e6a Use fill_short_pathname_representation 2015-06-22 19:39:56 +02:00
twinaphex 1b17c7cd8a (menu_cbs_title.c) Cut down on snprintf usage 2015-06-22 12:11:21 +02:00
twinaphex df64ff7556 Reorder entries 2015-06-22 09:25:04 +02:00
twinaphex 2e5badeefe Update some labels 2015-06-22 09:11:08 +02:00
twinaphex 8eaead9cd5 Add more '...' labels 2015-06-22 09:03:47 +02:00
twinaphex f13ff67ec8 Create 'Load Content' Group 2015-06-22 08:46:42 +02:00
twinaphex aac34f6f0a (Menu) Cleanups 2015-06-22 08:06:54 +02:00
twinaphex 71364701ea Move Video Filter setting to Video Settings 2015-06-22 07:31:45 +02:00
twinaphex 0a8fccba95 Change 'Load Program Core' string 2015-06-22 06:55:33 +02:00
twinaphex 96d2a50923 (Menu) Rename some more strings 2015-06-22 06:53:42 +02:00
twinaphex a7db82a693 (Menu) Change some labels 2015-06-22 06:43:43 +02:00
twinaphex cb8dc4e70f Change some labels 2015-06-22 06:33:22 +02:00
twinaphex 34eb388ac5 (Menu) Now shows 'No cores available' properly 2015-06-22 05:39:04 +02:00
twinaphex 7668df059e Rename 'Load Core' 2015-06-22 04:08:34 +02:00
twinaphex 47b4f1ea3a (Menu) Fix bug 2015-06-22 03:59:58 +02:00
twinaphex 994c9af02e Rename menu label 2015-06-22 03:44:58 +02:00
twinaphex c11552f31b Rename one label 2015-06-22 03:36:07 +02:00
twinaphex ae229d9005 Create Menu File Browser Settings 2015-06-22 03:07:32 +02:00
twinaphex 74813dc0c5 Cleanup 2015-06-22 02:46:45 +02:00
twinaphex 3c57ea5df1 (Menu) Cleanups 2015-06-22 02:32:54 +02:00
twinaphex 1834084567 (Menu) Cleanups 2015-06-22 02:26:55 +02:00
twinaphex 999343f7e3 (menu_input.c) Cleanup 2015-06-22 02:21:53 +02:00
twinaphex 006288749e (Menu) Cleanup 2015-06-22 02:19:29 +02:00
twinaphex b64c59a072 (Menu) Refactor more strings/hashes 2015-06-22 02:10:59 +02:00
twinaphex b60a290b79 Cleanups 2015-06-22 02:06:01 +02:00
twinaphex 704b0f5f18 Fix 'camera_allow' hiding 2015-06-22 02:02:48 +02:00
twinaphex 672cacb5e5 (Menu) Update labels 2015-06-21 23:58:50 +02:00
twinaphex 7df42acf8c (Menu) Update more labels 2015-06-21 23:54:57 +02:00
twinaphex 9fc96b0ad6 (Menu) Cleanups 2015-06-21 23:40:11 +02:00
Twinaphex 1615d44d62 Merge pull request #1838 from Oggom/master
German translation
2015-06-21 22:50:48 +02:00
twinaphex 7a715b322b Show 'No settings found.' if screen has no settings 2015-06-21 22:35:19 +02:00
twinaphex e370f3cc97 (Menu) Add label for 'No performance counters' 2015-06-21 22:25:44 +02:00
twinaphex 2efcd469b6 Show 'No Shader Parameters' if no shader parameters 2015-06-21 22:18:21 +02:00
Oggom 0766e3c4ef German translation 2015-06-21 21:57:14 +02:00
twinaphex 5a7078bf6d (Portuguese) Change MENU_VALUE_OFF/MENU_VALUE_ON to 'ON'/'OFF' - need to figure
out something for these labels as XMB tries to match the hash of
'ON'/'OFF' in order to determine if it needs to render an ON/OFF
icon
2015-06-21 20:20:04 +02:00
twinaphex f0d90d84de (Menu) Fix Portuguese - MENU_VALUE_MAIN_MENU can't be translated
right now without breaking everything
2015-06-21 19:31:56 +02:00
twinaphex aa7a618c28 Buildfix 2015-06-21 19:29:34 +02:00
twinaphex 85927bca91 Merge Portuguese translation 2015-06-21 18:18:01 +02:00
twinaphex c76d3ea331 (Menu) Menu labels/cleanups 2015-06-21 09:43:34 +02:00
twinaphex 3291f40238 Hide 'Recording Settings' if recording driver set to NULL 2015-06-21 09:12:16 +02:00
twinaphex 0d2b37e020 Hide Recording Settings if current recording driver is set
to NULL
2015-06-21 09:10:23 +02:00
twinaphex 1949c5eada (Menu) Menu label/hashes update 2015-06-21 08:41:36 +02:00
twinaphex 997af16157 (Menu) fix some labels 2015-06-21 08:29:45 +02:00
twinaphex c045ee6181 (Menu) Menu label/hashes updates 2015-06-21 08:22:23 +02:00
twinaphex 459ec04f10 (Menu) Some more labels/hashes 2015-06-21 08:17:00 +02:00
twinaphex cbf5dc7f30 (Menu) Fix one label 2015-06-21 08:01:26 +02:00
twinaphex e29efda673 (menu_hash.c) Add stubs for French/German/Spanish/Italian/Portuguese 2015-06-21 07:44:20 +02:00
twinaphex b19ddd1685 (Menu) Menu hashes update 2015-06-21 07:38:19 +02:00
twinaphex 8e2e08d47c (Menu) Menu label hash updates 2015-06-21 07:29:02 +02:00
twinaphex 0651d8ec1f (Menu) Labels update 2015-06-21 04:15:36 +02:00
twinaphex 9bc8f3b219 (menu_cbs_get_value.c) Use MENU_VALUE_NOT_AVAILABLE 2015-06-21 04:09:12 +02:00
twinaphex 5c7b0eaedf Create MENU_VALUE_UNKNOWN 2015-06-21 03:34:47 +02:00
twinaphex 62ea9a9ef6 (Menu) Updates 2015-06-21 03:32:57 +02:00
twinaphex dca63a1011 Create MENU_VALUE_NOT_AVAILABLE 2015-06-21 03:27:10 +02:00
Twinaphex 11cbc92e27 (Menu) Updates 2015-06-21 03:07:23 +02:00
Twinaphex 03944dfb99 (Menu) Update hashes 2015-06-21 03:04:42 +02:00
Twinaphex 437da14c9a (Menu) Menu hashes update 2015-06-21 02:25:17 +02:00
Twinaphex 23e9ff1ebf (Menu) Add missing hashes/values 2015-06-21 01:59:43 +02:00
Twinaphex b763972d61 (Menu) Update labels/hashes 2015-06-21 01:57:05 +02:00
Twinaphex 93354406ae (Menu) Add labels/hashes 2015-06-21 01:50:37 +02:00
Twinaphex 741d74be1f (Menu) Fill in missing label 2015-06-21 01:31:32 +02:00
Twinaphex e37a0d1d80 (Menu) Update labels 2015-06-21 01:29:27 +02:00
Twinaphex 2e86b4b241 (Menu) UPdate more labels 2015-06-21 01:26:25 +02:00
Twinaphex a4a762207c (Menu) More label updates 2015-06-21 01:07:17 +02:00
Twinaphex 5b50973fff Add MENU_LABEL_VALUE_CORE_LIST (pt. 1/2) 2015-06-21 00:45:04 +02:00
twinaphex e635f9fa59 (XMB) Prevent font corruption bug when unloading core or resetting
context
2015-06-21 00:17:35 +02:00
twinaphex 6f1bc69fc7 Refactor libretro_dummy mechanics 2015-06-20 23:42:30 +02:00
Twinaphex e1fc190c7a (Menu) More labels updated 2015-06-20 23:03:45 +02:00
Twinaphex 08cf8b75eb (Menu) More labels 2015-06-20 20:33:23 +02:00
Twinaphex 5ac6828f50 (Menu) More label/hash updates 2015-06-20 20:15:31 +02:00
Twinaphex 0074856a2b (Menu) More menu hashes 2015-06-20 19:46:13 +02:00
Twinaphex fe2917e1c9 (Menu) More label updates 2015-06-20 19:28:50 +02:00
Twinaphex 8ef7bb34e9 (Menu) Menu label updates 2015-06-20 18:35:53 +02:00
Twinaphex e42c1d333c (Menu) More label updates 2015-06-20 17:47:09 +02:00
Twinaphex 95520f50a0 (Menu) Add more labels 2015-06-20 16:48:31 +02:00
Twinaphex 0b4237b8a9 Prevent unused variable warning 2015-06-20 16:21:26 +02:00
Twinaphex c6fe0a0203 Merge pull request #1830 from lakkatv/french
More french translations
2015-06-20 16:20:32 +02:00
Jean-André Santoni b5082c038c (XMB) Fix the sizes and layout when toggling fullscreen (Part 1) 2015-06-20 16:31:10 +07:00
Jean-André Santoni 7039142c9c (XMB) Fix active icon index when toggling full screen 2015-06-20 12:45:49 +07:00
Jean-André Santoni c405c4e3c3 (XMB) Fix content icon for RDB rentries 2015-06-20 12:44:44 +07:00
Jean-André Santoni b7f6df0a5b More french translations 2015-06-20 12:21:35 +07:00
Twinaphex 4045080d3e Hash updates 2015-06-20 05:51:47 +02:00
Twinaphex 8f0321606c (Menu) Menu hashes 2015-06-20 05:30:11 +02:00
Twinaphex 8c8344ede6 (Menu) Cleanups/hashes 2015-06-20 05:13:47 +02:00
Twinaphex 4d55d945e8 (Menu) Menu hashes updates 2015-06-20 05:05:04 +02:00
Twinaphex b4c790b2e2 (Menu) new hashes 2015-06-20 04:45:39 +02:00
twinaphex 811044d274 (Menu) More menu hash changes 2015-06-20 01:19:07 +02:00
twinaphex c15b4c12da (Menu) Hashes update 2015-06-20 00:55:10 +02:00
twinaphex 9e659d6f73 (Menu) Menu hash updates 2015-06-20 00:31:43 +02:00
twinaphex a39a35e41b (Menu) Hash update 2015-06-20 00:29:07 +02:00
twinaphex 90a77881d1 (Menu) Update hashes 2015-06-20 00:24:50 +02:00
twinaphex 9dc330e74c (Menu) Menu hash updates 2015-06-19 22:46:04 +02:00
twinaphex a46cb2b24e (Menu) Menu hashes update 2015-06-19 22:40:53 +02:00
twinaphex e6184f5f6a (Menu) Hash updates 2015-06-19 22:29:39 +02:00
twinaphex 5dc55a87ab (Menu) Menu hash updates 2015-06-19 21:50:13 +02:00
twinaphex b497b28a56 (Menu) Hash updates 2015-06-19 21:41:54 +02:00
Twinaphex a3da35c0b3 Merge pull request #1829 from lakkatv/boxart
(XMB) Fix the boxart placement, and the responsive layouts, apply the…
2015-06-19 18:49:00 +02:00
Jean-André Santoni e90e2136ed (XMB) Fix the boxart placement, and the responsive layouts, apply the breakpoints only to icon size 2015-06-19 23:19:49 +07:00
twinaphex 13a367960e (Menu) Cleanups 2015-06-19 18:04:29 +02:00
twinaphex cc6f8f73cc (Menu) Cleanups 2015-06-19 18:02:55 +02:00
twinaphex 5e6904439c (Menu) Cleanups 2015-06-19 17:49:13 +02:00
twinaphex 7c9a0c54f7 (menu_displaylist.c) Cleanups 2015-06-19 17:46:39 +02:00
twinaphex 6efcb5a937 (Menu) More cleanups 2015-06-19 17:14:26 +02:00
twinaphex 20b496858f (menu_displaylist.c) Cut down on snprintfs 2015-06-19 17:12:10 +02:00
twinaphex 77ba2d254e (Menu) Hash update 2015-06-19 17:03:10 +02:00
twinaphex 8226f2bae5 (Menu) Menu hash update 2015-06-19 17:02:27 +02:00
twinaphex eaab8d97ef (Menu) Menu hash updates 2015-06-19 16:59:49 +02:00
twinaphex a63ebe1d12 (Menu) More hash updates 2015-06-19 16:56:01 +02:00
twinaphex 7e87592d91 (Menu) Add more hashes 2015-06-19 16:38:05 +02:00
twinaphex da1b2d6df5 (menu_hash.c) Add German stub 2015-06-19 16:17:38 +02:00
twinaphex a44de1dae4 (Menu) Cleanups 2015-06-19 10:35:47 +02:00
twinaphex b8637646bd (Menu) Create more menu hashes 2015-06-19 10:25:19 +02:00
twinaphex 8dac9cf25d (Menu) Add menu hashes 2015-06-19 10:08:09 +02:00
twinaphex d1f57ed8f0 (Menu) More menu hashes 2015-06-19 10:00:04 +02:00
Twinaphex 7880fb0b95 Merge pull request #1828 from lakkatv/french
French translation
2015-06-19 08:51:32 +02:00
twinaphex 1fd9d172f6 (Menu) Menu hashes 2015-06-19 08:51:27 +02:00
Jean-André Santoni 55d0c9aa4c French translation 2015-06-19 13:48:07 +07:00
twinaphex 7afe1559bc (Menu) Menu hashes 2015-06-19 08:43:27 +02:00
twinaphex 64f76a2549 (Menu) Menu hashes update 2015-06-19 08:34:41 +02:00
twinaphex d473c1a4a6 (Menu) Menu hashes update 2015-06-19 08:25:39 +02:00
twinaphex 3a1db6e433 Bugfixes 2015-06-19 08:18:04 +02:00
twinaphex a76e6c484d (Menu) Add French section 2015-06-19 08:12:52 +02:00
twinaphex 4ac997c28d (Menu) Menu hashing 2015-06-19 08:10:11 +02:00
twinaphex 0be48dc7f6 (Menu) Menu hash updates 2015-06-19 08:00:56 +02:00
twinaphex 4d35d715b4 (Menu) Menu hash 2015-06-19 07:39:13 +02:00
twinaphex d9a185ac3c (Menu) More menu hashing changes 2015-06-19 07:29:42 +02:00
twinaphex 0e0dd14625 (Menu) use more menu hashes 2015-06-19 07:23:58 +02:00
twinaphex 24f5563220 (menu_driver.c) Cleanups 2015-06-19 07:07:17 +02:00
twinaphex fe64bf75f1 (Menu) More menu hash 2015-06-19 06:46:49 +02:00
twinaphex 99f0453f11 (Menu) Create MENU_LABEL_CUSTOM_RATIO 2015-06-19 06:18:53 +02:00
twinaphex 0069df0361 (Menu) replace instances of 'No Core' 2015-06-19 06:08:08 +02:00
twinaphex 4bea7b125f (Menu) More hashing changes 2015-06-19 05:25:37 +02:00
twinaphex f39010fcfc (Menu) Create MENU_LABEL_VALUE_STARTING_DOWNLOAD 2015-06-19 05:13:00 +02:00
twinaphex 1bb048fcf8 (Menu Hash) Fix deferred core 2015-06-19 05:08:37 +02:00
twinaphex 9c50b702c0 (Menu) More menu hash changes 2015-06-19 05:00:49 +02:00
twinaphex 1c2de5f085 (Menu) Fix Core Input Remapping Options 2015-06-19 04:47:33 +02:00
twinaphex bd7d5a4719 (Menu) Fix labels for 'Custom Ratio' 2015-06-19 04:46:11 +02:00
twinaphex a3f7f64c0f (Menu) Add label for Video Filter 2015-06-19 04:43:32 +02:00
twinaphex c0bc5b7b47 (Menu) More menu hashes 2015-06-19 04:41:07 +02:00
Toad King 8929887f25 allow closing text input windows with cancel button 2015-06-18 21:37:54 -05:00
twinaphex 909513e7ca (Menu) More menu hashes 2015-06-19 04:19:10 +02:00
twinaphex 1c5fd3008f (Menu) Menu hashes 2015-06-19 04:06:59 +02:00
Twinaphex 55eaff9793 (Menu) Cleanups 2015-06-19 03:46:54 +02:00
twinaphex 0e046c2fbb Create input_driver_keyboard_mapping_is_blocked/input_driver_keyboard_mapping_set_block 2015-06-19 03:45:23 +02:00
twinaphex 0d0e050676 (Menu) USE_THIS_DIRECTORY_* menu hashes 2015-06-19 03:08:37 +02:00
twinaphex 5ab5f0e07e (Menu) Menu hashes 2015-06-19 03:06:21 +02:00
twinaphex 1e29813630 Add menu_hash_to_str_dutch 2015-06-19 02:22:55 +02:00
twinaphex 5f0ca7d921 (Menu) More hashes 2015-06-19 02:13:27 +02:00
twinaphex 2f2b225b62 (Menu) More hashes 2015-06-19 01:20:41 +02:00