summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rwxr-xr-xpo/CMakeLists.txt24
-rw-r--r--po/az.po6
-rw-r--r--po/bg.po6
-rw-r--r--po/ca.po6
-rw-r--r--po/cs.po6
-rw-r--r--po/da.po6
-rw-r--r--po/de.po6
-rw-r--r--po/el_GR.po6
-rw-r--r--po/en.po6
-rw-r--r--po/en_US.po6
-rw-r--r--po/es_ES.po6
-rw-r--r--po/es_US.po6
-rw-r--r--po/et.po6
-rw-r--r--po/eu.po6
-rw-r--r--po/fi.po6
-rw-r--r--po/fr.po6
-rw-r--r--po/fr_CA.po6
-rw-r--r--po/gl.po6
-rw-r--r--po/hr.po6
-rw-r--r--po/hu.po6
-rw-r--r--po/hy.po6
-rw-r--r--po/is.po6
-rw-r--r--po/it_IT.po6
-rw-r--r--po/ka.po6
-rw-r--r--po/kk.po6
-rw-r--r--po/ko_KR.po6
-rw-r--r--po/lt.po6
-rw-r--r--po/lv.po6
-rw-r--r--po/mn_MN.po6
-rw-r--r--po/nb.po6
-rw-r--r--po/nl.po6
-rw-r--r--po/pl.po6
-rw-r--r--po/pt_BR.po6
-rw-r--r--po/pt_PT.po6
-rw-r--r--po/ro.po6
-rw-r--r--po/ru_RU.po6
-rw-r--r--po/sk.po6
-rw-r--r--po/sl.po6
-rw-r--r--po/sr.po6
-rw-r--r--po/sv.po6
-rw-r--r--po/tr_TR.po6
-rw-r--r--po/uk.po6
-rw-r--r--po/uz.po6
43 files changed, 276 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
new file mode 100755
index 0000000..51ec894
--- /dev/null
+++ b/po/CMakeLists.txt
@@ -0,0 +1,24 @@
+# for i18n
+
+SET(POFILES az.po bg.po ca.po cs.po da.po de.po el_GR.po en.po en_US.po es_ES.po et.po eu.po fi.po fr_CA.po fr.po gl.po hr.po hu.po hy.po is.po it_IT.po ka.po kk.po ko_KR.po lt.po lv.po mn_MN.po nb.po nl.po pl.po pt_BR.po pt_PT.po ro.po ru_RU.po sk.po sl.po sr.po sv.po tr_TR.po uk.po uz.po)
+
+SET(MSGFMT "/usr/bin/msgfmt")
+
+FOREACH(pofile ${POFILES})
+ SET(pofile ${CMAKE_CURRENT_SOURCE_DIR}/${pofile})
+ MESSAGE("PO: ${pofile}")
+ GET_FILENAME_COMPONENT(absPofile ${pofile} ABSOLUTE)
+ GET_FILENAME_COMPONENT(lang ${absPofile} NAME_WE)
+ SET(moFile ${CMAKE_CURRENT_BINARY_DIR}/${lang}.mo)
+ ADD_CUSTOM_COMMAND(
+ OUTPUT ${moFile}
+ COMMAND ${MSGFMT} -o ${moFile} ${absPofile}
+ DEPENDS ${absPofile}
+ )
+ INSTALL(FILES ${moFile}
+ DESTINATION ${LOCALEDIR}/${lang}/LC_MESSAGES RENAME ${PROJECT_NAME}.mo)
+ SET(moFiles ${moFiles} ${moFile})
+ENDFOREACH(pofile)
+
+MESSAGE(".mo files: ${moFiles}")
+ADD_CUSTOM_TARGET(po ALL DEPENDS ${moFiles})
diff --git a/po/az.po b/po/az.po
new file mode 100644
index 0000000..f9ef67f
--- /dev/null
+++ b/po/az.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Ekran oxuyucusu aktivdir."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Ekran oxuyucusu qeyri-aktivdir."
+
diff --git a/po/bg.po b/po/bg.po
new file mode 100644
index 0000000..2128e0a
--- /dev/null
+++ b/po/bg.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Екранният четец е активиран."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Екранният четец е деактивиран."
+
diff --git a/po/ca.po b/po/ca.po
new file mode 100644
index 0000000..e41dbf4
--- /dev/null
+++ b/po/ca.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Lector de pantalla habilitat."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Lector de pantalla deshabilitat."
+
diff --git a/po/cs.po b/po/cs.po
new file mode 100644
index 0000000..f2a093b
--- /dev/null
+++ b/po/cs.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Čtečka displeje byla zapnuta."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Čtečka displeje byla vypnuta."
+
diff --git a/po/da.po b/po/da.po
new file mode 100644
index 0000000..04b2a51
--- /dev/null
+++ b/po/da.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Skærmlæser aktiveret."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Skærmlæser deaktiveret."
+
diff --git a/po/de.po b/po/de.po
new file mode 100644
index 0000000..516f1da
--- /dev/null
+++ b/po/de.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Bildschirmleseprogramm aktiviert."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Bildschirmleseprogramm deaktiviert."
+
diff --git a/po/el_GR.po b/po/el_GR.po
new file mode 100644
index 0000000..00f22d6
--- /dev/null
+++ b/po/el_GR.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Η εφαρμογή ανάγνωσης οθόνης ενεργοποιήθηκε."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Η εφαρμογή ανάγνωσης οθόνης απενεργοποιήθηκε."
+
diff --git a/po/en.po b/po/en.po
new file mode 100644
index 0000000..41ba44d
--- /dev/null
+++ b/po/en.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Screen reader enabled."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Screen reader disabled."
+
diff --git a/po/en_US.po b/po/en_US.po
new file mode 100644
index 0000000..2a2607e
--- /dev/null
+++ b/po/en_US.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Screen reader turned on."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Screen reader turned off."
+
diff --git a/po/es_ES.po b/po/es_ES.po
new file mode 100644
index 0000000..7dd881f
--- /dev/null
+++ b/po/es_ES.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Lector de pantalla activado."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Lector de pantalla desactivado."
+
diff --git a/po/es_US.po b/po/es_US.po
new file mode 100644
index 0000000..7dd881f
--- /dev/null
+++ b/po/es_US.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Lector de pantalla activado."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Lector de pantalla desactivado."
+
diff --git a/po/et.po b/po/et.po
new file mode 100644
index 0000000..7319504
--- /dev/null
+++ b/po/et.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Ekraanilugeja on aktiveeritud."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Ekraanilugeja on desaktiveeritud."
+
diff --git a/po/eu.po b/po/eu.po
new file mode 100644
index 0000000..c8955fa
--- /dev/null
+++ b/po/eu.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Pantaila irakurgailua gaituta."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Pantaila irakurgailua ezgaituta."
+
diff --git a/po/fi.po b/po/fi.po
new file mode 100644
index 0000000..7a43509
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Näytönlukija on käytössä."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Näytönlukija on poistettu käytöstä."
+
diff --git a/po/fr.po b/po/fr.po
new file mode 100644
index 0000000..7efde4d
--- /dev/null
+++ b/po/fr.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Lecteur d'écran activé."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Lecteur d'écran désactivé."
+
diff --git a/po/fr_CA.po b/po/fr_CA.po
new file mode 100644
index 0000000..7efde4d
--- /dev/null
+++ b/po/fr_CA.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Lecteur d'écran activé."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Lecteur d'écran désactivé."
+
diff --git a/po/gl.po b/po/gl.po
new file mode 100644
index 0000000..7dd881f
--- /dev/null
+++ b/po/gl.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Lector de pantalla activado."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Lector de pantalla desactivado."
+
diff --git a/po/hr.po b/po/hr.po
new file mode 100644
index 0000000..b4081ad
--- /dev/null
+++ b/po/hr.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Isključen čitač zaslona."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Uključen čitač zaslona."
+
diff --git a/po/hu.po b/po/hu.po
new file mode 100644
index 0000000..c6dad99
--- /dev/null
+++ b/po/hu.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Képernyőolvasó engedélyezve."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Képernyőolvasó letiltva."
+
diff --git a/po/hy.po b/po/hy.po
new file mode 100644
index 0000000..df2b103
--- /dev/null
+++ b/po/hy.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Էկրանի ընթերցողը՝ միաց:"
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Էկրանի ընթերցողը՝ անջատ:"
+
diff --git a/po/is.po b/po/is.po
new file mode 100644
index 0000000..3618b8c
--- /dev/null
+++ b/po/is.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Kveikt á skjálesara."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Slökkt á skjálesara."
+
diff --git a/po/it_IT.po b/po/it_IT.po
new file mode 100644
index 0000000..46b8a59
--- /dev/null
+++ b/po/it_IT.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Lettura dello schermo attivata."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Lettura dello schermo disattivata."
+
diff --git a/po/ka.po b/po/ka.po
new file mode 100644
index 0000000..3ff5ebf
--- /dev/null
+++ b/po/ka.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "ეკრანის წამკითხველი ჩართულია."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "ეკრანის წამკითხველი გამორთულია."
+
diff --git a/po/kk.po b/po/kk.po
new file mode 100644
index 0000000..f307ec9
--- /dev/null
+++ b/po/kk.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Экран оқу құралы қосылды."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Экран оқу құралы өшірілді."
+
diff --git a/po/ko_KR.po b/po/ko_KR.po
new file mode 100644
index 0000000..42cb3ff
--- /dev/null
+++ b/po/ko_KR.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "스크린 리더를 실행하였습니다."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "스크린 리더를 해제하였습니다."
+
diff --git a/po/lt.po b/po/lt.po
new file mode 100644
index 0000000..9b58a9a
--- /dev/null
+++ b/po/lt.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Ekrano skaitytuvas įjungtas."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Ekrano skaitytuvas išjungtas."
+
diff --git a/po/lv.po b/po/lv.po
new file mode 100644
index 0000000..d3215f7
--- /dev/null
+++ b/po/lv.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Ekrāna lasītājs ir aktivizēts."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Ekrāna lasītājs ir deaktivizēts."
+
diff --git a/po/mn_MN.po b/po/mn_MN.po
new file mode 100644
index 0000000..52ca19a
--- /dev/null
+++ b/po/mn_MN.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Дэлгэцийн уншигчийг идэвхжүүлсэн."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Дэлгэцийн уншигчийг идэвхгүй болгосон."
+
diff --git a/po/nb.po b/po/nb.po
new file mode 100644
index 0000000..a942a8c
--- /dev/null
+++ b/po/nb.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Skjermleser aktivert."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Skjermleser deaktivert."
+
diff --git a/po/nl.po b/po/nl.po
new file mode 100644
index 0000000..8d1f208
--- /dev/null
+++ b/po/nl.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Schermlezer ingeschakeld."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Schermlezer uitgeschakeld."
+
diff --git a/po/pl.po b/po/pl.po
new file mode 100644
index 0000000..68bd811
--- /dev/null
+++ b/po/pl.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Czytnik ekranu włączony."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Czytnik ekranu wyłączony."
+
diff --git a/po/pt_BR.po b/po/pt_BR.po
new file mode 100644
index 0000000..fd10756
--- /dev/null
+++ b/po/pt_BR.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Leitor de tela ativado."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Leitor de tela desativado."
+
diff --git a/po/pt_PT.po b/po/pt_PT.po
new file mode 100644
index 0000000..6e8c871
--- /dev/null
+++ b/po/pt_PT.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Leitor de ecrã activado."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Leitor de ecrã desactivado."
+
diff --git a/po/ro.po b/po/ro.po
new file mode 100644
index 0000000..a499c01
--- /dev/null
+++ b/po/ro.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Cititor de ecran activat."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Cititor de ecran dezactivat."
+
diff --git a/po/ru_RU.po b/po/ru_RU.po
new file mode 100644
index 0000000..9048cf9
--- /dev/null
+++ b/po/ru_RU.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Чтение с экрана включено."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Чтение с экрана отключено."
+
diff --git a/po/sk.po b/po/sk.po
new file mode 100644
index 0000000..870138a
--- /dev/null
+++ b/po/sk.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Čítačka obrazovky je zapnutá."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Čítačka obrazovky je vypnutá."
+
diff --git a/po/sl.po b/po/sl.po
new file mode 100644
index 0000000..bea56e7
--- /dev/null
+++ b/po/sl.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Bralnik zaslona je omogočen."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Bralnik zaslona je onemogočen."
+
diff --git a/po/sr.po b/po/sr.po
new file mode 100644
index 0000000..68c4406
--- /dev/null
+++ b/po/sr.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Čitač ekrana je omogućen."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Čitač ekrana je onemogućen."
+
diff --git a/po/sv.po b/po/sv.po
new file mode 100644
index 0000000..9c12889
--- /dev/null
+++ b/po/sv.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Skärmläsare aktiverad."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Skärmläsare inaktiverad."
+
diff --git a/po/tr_TR.po b/po/tr_TR.po
new file mode 100644
index 0000000..10a566a
--- /dev/null
+++ b/po/tr_TR.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Ekran okuyucusu etkinleştirildi."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Ekran okuyucusu devre dışı bırakıldı."
+
diff --git a/po/uk.po b/po/uk.po
new file mode 100644
index 0000000..db1dd24
--- /dev/null
+++ b/po/uk.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Програму читання з екрана увімкнено."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Програму читання з екрана вимкнено."
+
diff --git a/po/uz.po b/po/uz.po
new file mode 100644
index 0000000..37a0168
--- /dev/null
+++ b/po/uz.po
@@ -0,0 +1,6 @@
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_ENABLED_T_TTS"
+msgstr "Ekranni o‘qish vositasi yoqildi."
+
+msgid "IDS_TPLATFORM_BODY_SCREEN_READER_DISABLED_T_TTS"
+msgstr "Ekranni o‘qish vositasi o‘chirildi."
+