diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2011-07-26 17:37:21 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2011-07-26 17:37:21 +0000 |
commit | 3bb0fed345d72c7bf944ab490a249463ed150586 (patch) | |
tree | c6b1e666425b5518ef75c7e1798ac6cd6d6463cb | |
parent | d9bad6eaac580d31e85aa87d536eefbed4442253 (diff) | |
download | rockbox-3bb0fed345d72c7bf944ab490a249463ed150586.tar.gz rockbox-3bb0fed345d72c7bf944ab490a249463ed150586.zip |
FS#12198 - Romanian translation update by Sergiu Rotaru
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30213 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/lang/romaneste.lang | 64 |
1 files changed, 60 insertions, 4 deletions
diff --git a/apps/lang/romaneste.lang b/apps/lang/romaneste.lang index fa2119a05d..169df41ed9 100644 --- a/apps/lang/romaneste.lang +++ b/apps/lang/romaneste.lang @@ -6510,16 +6510,16 @@ </phrase> <phrase> id: LANG_CATALOG - desc: in onplay menu + desc: in main menu and onplay menu user: core <source> *: "Playlist Catalogue" </source> <dest> - *: "Catalog liste de redare" + *: "Catalog liste redare" </dest> <voice> - *: "Catalog liste de redare" + *: "Catalog liste redare" </voice> </phrase> <phrase> @@ -9646,7 +9646,7 @@ </phrase> <phrase> id: LANG_PLAYLISTS - desc: in the main menu and file view setting + desc: in the file view setting user: core <source> *: "Playlists" @@ -12754,3 +12754,59 @@ histogram: "Interval histogramă " </voice> </phrase> +<phrase> + id: LANG_CURRENT_PLAYLIST + desc: Used when you need to say playlist, also voiced + user: core + <source> + *: "Current Playlist" + </source> + <dest> + *: "Listă redare curentă" + </dest> + <voice> + *: "Listă redare curentă" + </voice> +</phrase> +<phrase> + id: LANG_SET_AS_PLAYLISTCAT_DIR + desc: used in the onplay menu to set a playlist catalogue dir + user: core + <source> + *: "Set As Playlist Catalogue Directory" + </source> + <dest> + *: "Setare dosar pentru catalog liste redare" + </dest> + <voice> + *: "Setare dosar pentru catalog liste redare" + </voice> +</phrase> +<phrase> + id: LANG_SAVE_CHANGES + desc: When you try to exit screens to confirm save + user: core + <source> + *: "Save Changes?" + </source> + <dest> + *: "Salvare modificări?" + </dest> + <voice> + *: "Salvare modificări?" + </voice> +</phrase> +<phrase> + id: LANG_RESET_PLAYLISTCAT_DIR + desc: + user: core + <source> + *: "Reset Playlist Catalogue Directory" + </source> + <dest> + *: "Resetare dosar pentru catalog liste redare" + </dest> + <voice> + *: "Resetare dosar pentru catalog liste redare" + </voice> +</phrase> |