diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch) | |
tree | 8d927b7b47a90c4adb646482a52613f58acd6f8c /ark/common_texts.cpp | |
download | tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ark/common_texts.cpp')
-rw-r--r-- | ark/common_texts.cpp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ark/common_texts.cpp b/ark/common_texts.cpp new file mode 100644 index 0000000..cc64b82 --- /dev/null +++ b/ark/common_texts.cpp @@ -0,0 +1,35 @@ +i18n(" Filename ") +i18n(" Permissions ") +i18n(" Owner/Group ") +i18n(" Size ") +i18n(" Timestamp ") +i18n(" Link ") +i18n(" Size Now ") +i18n(" Ratio ") +i18n("acronym for Cyclic Redundancy Check"," CRC ") +i18n(" Method ") +i18n(" Version ") +i18n(" Owner ") +i18n(" Group ") +i18n("(used as part of a sentence)","start-up folder") +i18n("folder for opening files (used as part of a sentence)","open folder") +i18n("folder for extracting files (used as part of a sentence)","extract folder") +i18n("folder for adding files (used as part of a sentence)","add folder") + +i18n("Settings") +i18n("&Adding") +i18n("&Extracting") +i18n("&Folders") +i18n("Add Settings") +i18n("Extract Settings") +i18n("Replace &old files only with newer files") +i18n("Keep entries &generic (Lha)") +i18n("Force &MS-DOS short filenames (Zip)") +i18n("Translate LF to DOS &CRLF (Zip)") +i18n("&Recursively add subfolders (Zip, Rar)") +i18n("&Store symlinks as links (Zip, Rar)") +i18n("O&verwrite files (Zip, Tar, Zoo, Rar)") +i18n("&Preserve permissions (Tar)") +i18n("&Ignore folder names (Zip)") +i18n("Convert filenames to &lowercase (Zip, Rar)") +i18n("Convert filenames to &uppercase (Rar)") |