summaryrefslogtreecommitdiff
path: root/apps/lang/polski.lang
diff options
context:
space:
mode:
authorShachar Liberman <lshachar@hotmail.com>2006-11-25 20:11:59 +0000
committerShachar Liberman <lshachar@hotmail.com>2006-11-25 20:11:59 +0000
commit4d93177457ddaeb9a8b3c6ebba20269f0761b636 (patch)
treebc5dea379edf0a9c51b216d663460386873445f1 /apps/lang/polski.lang
parent844d22f277627e4c32aad51701648bd9a9d05a14 (diff)
downloadrockbox-4d93177457ddaeb9a8b3c6ebba20269f0761b636.tar.gz
rockbox-4d93177457ddaeb9a8b3c6ebba20269f0761b636.zip
Made the AGC functions compatible with non-latin languages following the
'NonLatinLanguages' wiki page. Please keep using separate LANG_SYSFONT_ strings when using the internal font, Which only supports latin charset, for easier translation. * Hebrew translation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11594 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/polski.lang')
-rw-r--r--apps/lang/polski.lang90
1 files changed, 90 insertions, 0 deletions
diff --git a/apps/lang/polski.lang b/apps/lang/polski.lang
index 451522b747..67fb805236 100644
--- a/apps/lang/polski.lang
+++ b/apps/lang/polski.lang
@@ -9165,3 +9165,93 @@
9165 *: "ID3 Database" 9165 *: "ID3 Database"
9166 </voice> 9166 </voice>
9167</phrase> 9167</phrase>
9168###
9169### This phrase below was not present in the translated file
9170<phrase>
9171 id: LANG_SYSFONT_AGC_SAFETY
9172 desc: AGC preset
9173 <source>
9174 *: "Safety (clip)"
9175 </source>
9176 <dest>
9177 *: "Safety (clip)"
9178 </dest>
9179 <voice>
9180 *: "Safety (clip)"
9181 </voice>
9182</phrase>
9183###
9184### This phrase below was not present in the translated file
9185<phrase>
9186 id: LANG_SYSFONT_AGC_VOICE
9187 desc: AGC preset
9188 <source>
9189 *: "Voice (fast)"
9190 </source>
9191 <dest>
9192 *: "Voice (fast)"
9193 </dest>
9194 <voice>
9195 *: "Voice (fast)"
9196 </voice>
9197</phrase>
9198###
9199### This phrase below was not present in the translated file
9200<phrase>
9201 id: LANG_SYSFONT_AGC_MEDIUM
9202 desc: AGC preset
9203 <source>
9204 *: "Medium"
9205 </source>
9206 <dest>
9207 *: "Medium"
9208 </dest>
9209 <voice>
9210 *: "Medium"
9211 </voice>
9212</phrase>
9213###
9214### This phrase below was not present in the translated file
9215<phrase>
9216 id: LANG_SYSFONT_AGC_LIVE
9217 desc: AGC preset
9218 <source>
9219 *: "Live (slow)"
9220 </source>
9221 <dest>
9222 *: "Live (slow)"
9223 </dest>
9224 <voice>
9225 *: "Live (slow)"
9226 </voice>
9227</phrase>
9228###
9229### This phrase below was not present in the translated file
9230<phrase>
9231 id: LANG_SYSFONT_AGC_DJSET
9232 desc: AGC preset
9233 <source>
9234 *: "DJ-Set (slow)"
9235 </source>
9236 <dest>
9237 *: "DJ-Set (slow)"
9238 </dest>
9239 <voice>
9240 *: "DJ set (slow)"
9241 </voice>
9242</phrase>
9243###
9244### This phrase below was not present in the translated file
9245<phrase>
9246 id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
9247 desc: AGC maximum gain in recording screen
9248 <source>
9249 *: "AGC max. gain"
9250 </source>
9251 <dest>
9252 *: "AGC max. gain"
9253 </dest>
9254 <voice>
9255 *: "AGC maximum gain"
9256 </voice>
9257</phrase>