Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
5f53f1ad
Commit
5f53f1ad
authored
Sep 05, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 05, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Add a message context for 'hr', 'min' and 'sec'.
parent
ca1ca4d4
Hide whitespace changes
Inline
Side-by-side
Showing
46 changed files
with
222 additions
and
3 deletions
+222
-3
shlwapi.rc
dlls/shlwapi/shlwapi.rc
+3
-3
ar.po
po/ar.po
+3
-0
bg.po
po/bg.po
+3
-0
ca.po
po/ca.po
+3
-0
cs.po
po/cs.po
+3
-0
da.po
po/da.po
+6
-0
de.po
po/de.po
+6
-0
el.po
po/el.po
+3
-0
en.po
po/en.po
+3
-0
en_US.po
po/en_US.po
+3
-0
eo.po
po/eo.po
+6
-0
es.po
po/es.po
+6
-0
fa.po
po/fa.po
+3
-0
fi.po
po/fi.po
+6
-0
fr.po
po/fr.po
+6
-0
he.po
po/he.po
+6
-0
hi.po
po/hi.po
+3
-0
hu.po
po/hu.po
+6
-0
it.po
po/it.po
+6
-0
ja.po
po/ja.po
+6
-0
ko.po
po/ko.po
+6
-0
lt.po
po/lt.po
+6
-0
ml.po
po/ml.po
+3
-0
nb_NO.po
po/nb_NO.po
+6
-0
nl.po
po/nl.po
+6
-0
or.po
po/or.po
+3
-0
pa.po
po/pa.po
+3
-0
pl.po
po/pl.po
+6
-0
pt_BR.po
po/pt_BR.po
+6
-0
pt_PT.po
po/pt_PT.po
+6
-0
rm.po
po/rm.po
+3
-0
ro.po
po/ro.po
+6
-0
ru.po
po/ru.po
+6
-0
sk.po
po/sk.po
+6
-0
sl.po
po/sl.po
+6
-0
sr_RS@cyrillic.po
po/sr_RS@cyrillic.po
+6
-0
sr_RS@latin.po
po/sr_RS@latin.po
+6
-0
sv.po
po/sv.po
+6
-0
te.po
po/te.po
+3
-0
th.po
po/th.po
+3
-0
tr.po
po/tr.po
+6
-0
uk.po
po/uk.po
+6
-0
wa.po
po/wa.po
+3
-0
wine.pot
po/wine.pot
+3
-0
zh_CN.po
po/zh_CN.po
+6
-0
zh_TW.po
po/zh_TW.po
+6
-0
No files found.
dlls/shlwapi/shlwapi.rc
View file @
5f53f1ad
...
...
@@ -25,9 +25,9 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_BYTES_FORMAT "%ld bytes"
IDS_TIME_INTERVAL_HOURS " hr"
IDS_TIME_INTERVAL_MINUTES " min"
IDS_TIME_INTERVAL_SECONDS " sec"
IDS_TIME_INTERVAL_HOURS "
#msgctxt#time unit: hours#
hr"
IDS_TIME_INTERVAL_MINUTES "
#msgctxt#time unit: minutes#
min"
IDS_TIME_INTERVAL_SECONDS "
#msgctxt#time unit: seconds#
sec"
}
#define WINE_FILENAME_STR "shlwapi.dll"
...
...
po/ar.po
View file @
5f53f1ad
...
...
@@ -6675,14 +6675,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/bg.po
View file @
5f53f1ad
...
...
@@ -6847,14 +6847,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/ca.po
View file @
5f53f1ad
...
...
@@ -6593,14 +6593,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/cs.po
View file @
5f53f1ad
...
...
@@ -6965,14 +6965,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/da.po
View file @
5f53f1ad
...
...
@@ -6989,14 +6989,20 @@ msgid "%ld bytes"
msgstr "%ld bytes"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " hr"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sec"
...
...
po/de.po
View file @
5f53f1ad
...
...
@@ -6757,14 +6757,20 @@ msgid "%ld bytes"
msgstr "%ld Bytes"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " Std"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " Min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " Sek"
...
...
po/el.po
View file @
5f53f1ad
...
...
@@ -6732,14 +6732,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/en.po
View file @
5f53f1ad
...
...
@@ -6625,14 +6625,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/en_US.po
View file @
5f53f1ad
...
...
@@ -6722,14 +6722,17 @@ msgid "%ld bytes"
msgstr "%ld bytes"
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr " hr"
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sec"
...
...
po/eo.po
View file @
5f53f1ad
...
...
@@ -6848,14 +6848,20 @@ msgid "%ld bytes"
msgstr "%ld bytes"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " hr"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sec"
...
...
po/es.po
View file @
5f53f1ad
...
...
@@ -7121,14 +7121,20 @@ msgid "%ld bytes"
msgstr "%ld bytes"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " hr"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sec"
...
...
po/fa.po
View file @
5f53f1ad
...
...
@@ -6675,14 +6675,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/fi.po
View file @
5f53f1ad
...
...
@@ -6920,14 +6920,20 @@ msgid "%ld bytes"
msgstr "%ld tavua"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " h"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " s"
...
...
po/fr.po
View file @
5f53f1ad
...
...
@@ -6750,14 +6750,20 @@ msgid "%ld bytes"
msgstr "%ld octets"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " h"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " s"
...
...
po/he.po
View file @
5f53f1ad
...
...
@@ -6935,14 +6935,20 @@ msgid "%ld bytes"
msgstr "%ld בתים"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " שעות"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " דקות"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " שניות"
...
...
po/hi.po
View file @
5f53f1ad
...
...
@@ -6596,14 +6596,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/hu.po
View file @
5f53f1ad
...
...
@@ -7124,14 +7124,20 @@ msgid "%ld bytes"
msgstr "%ld bájt"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " óra"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " perc"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " mp"
...
...
po/it.po
View file @
5f53f1ad
...
...
@@ -7037,14 +7037,20 @@ msgid "%ld bytes"
msgstr "%ld byte"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " ore"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sec"
...
...
po/ja.po
View file @
5f53f1ad
...
...
@@ -6722,14 +6722,20 @@ msgid "%ld bytes"
msgstr "%ld bytes"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " hr"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sec"
...
...
po/ko.po
View file @
5f53f1ad
...
...
@@ -6712,14 +6712,20 @@ msgid "%ld bytes"
msgstr "%ld 바이트"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr "시"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr "분"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr "초"
...
...
po/lt.po
View file @
5f53f1ad
...
...
@@ -6733,14 +6733,20 @@ msgid "%ld bytes"
msgstr "%ld baitai"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " val"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sek"
...
...
po/ml.po
View file @
5f53f1ad
...
...
@@ -6596,14 +6596,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/nb_NO.po
View file @
5f53f1ad
...
...
@@ -7002,14 +7002,20 @@ msgid "%ld bytes"
msgstr "%ld byte"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " hr"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sec"
...
...
po/nl.po
View file @
5f53f1ad
...
...
@@ -6850,14 +6850,20 @@ msgid "%ld bytes"
msgstr "%ld bytes"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " hr"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sec"
...
...
po/or.po
View file @
5f53f1ad
...
...
@@ -6596,14 +6596,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/pa.po
View file @
5f53f1ad
...
...
@@ -6596,14 +6596,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/pl.po
View file @
5f53f1ad
...
...
@@ -6748,14 +6748,20 @@ msgid "%ld bytes"
msgstr "%ld bajtów"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " godz."
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min."
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " s"
...
...
po/pt_BR.po
View file @
5f53f1ad
...
...
@@ -6995,14 +6995,20 @@ msgid "%ld bytes"
msgstr "%ld bytes"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " hr"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " seg"
...
...
po/pt_PT.po
View file @
5f53f1ad
...
...
@@ -7040,14 +7040,20 @@ msgid "%ld bytes"
msgstr "%ld bytes"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " hr"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " seg"
...
...
po/rm.po
View file @
5f53f1ad
...
...
@@ -6643,14 +6643,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/ro.po
View file @
5f53f1ad
...
...
@@ -7288,14 +7288,20 @@ msgid "%ld bytes"
msgstr "%ld octeți"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " ore"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sec"
...
...
po/ru.po
View file @
5f53f1ad
...
...
@@ -6731,14 +6731,20 @@ msgid "%ld bytes"
msgstr "%ld байт"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " час"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " мин"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " сек"
...
...
po/sk.po
View file @
5f53f1ad
...
...
@@ -6771,14 +6771,20 @@ msgid "%ld bytes"
msgstr "%ld bajtov"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " hod."
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min."
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " s"
...
...
po/sl.po
View file @
5f53f1ad
...
...
@@ -6759,14 +6759,20 @@ msgid "%ld bytes"
msgstr "%ld bajtov"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " ur"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sek"
...
...
po/sr_RS@cyrillic.po
View file @
5f53f1ad
...
...
@@ -6997,14 +6997,20 @@ msgid "%ld bytes"
msgstr "%ld бајтова"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " ч."
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " мин."
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " сек."
...
...
po/sr_RS@latin.po
View file @
5f53f1ad
...
...
@@ -7046,14 +7046,20 @@ msgid "%ld bytes"
msgstr "%ld bajtova"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " č."
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min."
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sek."
...
...
po/sv.po
View file @
5f53f1ad
...
...
@@ -6748,14 +6748,20 @@ msgid "%ld bytes"
msgstr "%ld byte"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " h"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " s"
...
...
po/te.po
View file @
5f53f1ad
...
...
@@ -6596,14 +6596,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/th.po
View file @
5f53f1ad
...
...
@@ -6734,14 +6734,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/tr.po
View file @
5f53f1ad
...
...
@@ -7111,14 +7111,20 @@ msgid "%ld bytes"
msgstr "%ld bytes"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " hr"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " min"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " sec"
...
...
po/uk.po
View file @
5f53f1ad
...
...
@@ -6728,14 +6728,20 @@ msgid "%ld bytes"
msgstr "%ld байт"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " год"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " хв"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " сек."
...
...
po/wa.po
View file @
5f53f1ad
...
...
@@ -6697,14 +6697,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/wine.pot
View file @
5f53f1ad
...
...
@@ -6574,14 +6574,17 @@ msgid "%ld bytes"
msgstr ""
#: shlwapi.rc:28
msgctxt "time unit: hours"
msgid " hr"
msgstr ""
#: shlwapi.rc:29
msgctxt "time unit: minutes"
msgid " min"
msgstr ""
#: shlwapi.rc:30
msgctxt "time unit: seconds"
msgid " sec"
msgstr ""
...
...
po/zh_CN.po
View file @
5f53f1ad
...
...
@@ -6974,14 +6974,20 @@ msgid "%ld bytes"
msgstr "%ld 字节"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " 小时"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " 分"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " 秒"
...
...
po/zh_TW.po
View file @
5f53f1ad
...
...
@@ -7022,14 +7022,20 @@ msgid "%ld bytes"
msgstr "%ld 字節"
#: shlwapi.rc:28
#, fuzzy
msgctxt "time unit: hours"
msgid " hr"
msgstr " 小時"
#: shlwapi.rc:29
#, fuzzy
msgctxt "time unit: minutes"
msgid " min"
msgstr " 分"
#: shlwapi.rc:30
#, fuzzy
msgctxt "time unit: seconds"
msgid " sec"
msgstr " 秒"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment