diff options
author | Slávek Banko <[email protected]> | 2018-12-22 16:58:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-22 16:59:51 +0100 |
commit | a0d7325ab051010a0100e130f007df72cdd472d9 (patch) | |
tree | bbc614c945f0e38f401c2f6468fceef09838ca4f /po/es.po | |
parent | 4c3e404cd130532c144f82ae2e210e40451c1b65 (diff) | |
download | dolphin-a0d7325ab051010a0100e130f007df72cdd472d9.tar.gz dolphin-a0d7325ab051010a0100e130f007df72cdd472d9.zip |
Add CMakeL10n rules.
Update translation template.
Fix plural format in existing translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d3b860da33f97e1258a5469a8593162c765ab63c)
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 57 |
1 files changed, 27 insertions, 30 deletions
@@ -438,45 +438,42 @@ msgid "Loading directory..." msgstr "Cargando carpeta..." #: dolphinview.cpp:942 -msgid "1 Item" -msgstr "1 Elemento" - -#: dolphinview.cpp:945 -msgid "%1 Items" -msgstr "%1 Elementos" +msgid "" +"_n: 1 Item\n" +"%n Items" +msgstr +"1 Elemento\n" +"%n Elementos" #: dolphinview.cpp:951 -msgid "1 Folder" -msgstr "1 Carpeta" - -#: dolphinview.cpp:954 -msgid "%1 Folders" -msgstr "%1 Carpetas" +msgid "" +"_n: (1 Folder, \n" +" (%n Folders, " +msgstr +" (1 Carpeta, \n" +" (%n Carpetas, " #: dolphinview.cpp:960 -msgid "1 File" -msgstr "1 Archivo" - -#: dolphinview.cpp:963 -msgid "%1 Files" -msgstr "%1 Archivos" +msgid "" +"_n: 1 File)\n" +"%n Files)" +msgstr +"1 Archivo)\n" +"%n Archivos)" #: dolphinview.cpp:994 #, fuzzy -msgid "1 Folder selected" -msgstr "%1 Carpetas" - -#: dolphinview.cpp:997 -#, fuzzy -msgid "%1 Folders selected" -msgstr "%1 Carpetas" +msgid "" +"_n: 1 Folder selected\n" +"%n Folders selected" +msgstr +"1 Carpetas\n" +"%1 Carpetas" #: dolphinview.cpp:1006 -msgid "1 File selected (%1)" -msgstr "" - -#: dolphinview.cpp:1009 -msgid "%1 Files selected (%1)" +msgid "" +"_n: 1 File selected (%1)\n" +"%n Files selected (%1)" msgstr "" #: editbookmarkdialog.cpp:72 |