summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorblinky@build01 <jenkins@cyanogenmod.com>2016-08-13 13:33:17 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-08-13 18:10:19 -0700
commit8b088b693c43923b549cc9e51c068258e244e191 (patch)
tree7f92a734fd6f9100673d0758714d5c2ad3807dc0 /packages
parentf0beb7f8fb89fedbabf29567ddc75d138f4dfda8 (diff)
downloadframeworks_base-8b088b693c43923b549cc9e51c068258e244e191.zip
frameworks_base-8b088b693c43923b549cc9e51c068258e244e191.tar.gz
frameworks_base-8b088b693c43923b549cc9e51c068258e244e191.tar.bz2
Automatic translation import
Change-Id: I599894bfd30ff9d78253482981737fc8a440a826 Ticket: -
Diffstat (limited to 'packages')
-rw-r--r--packages/CaptivePortalLogin/res/values-ug/strings.xml8
-rw-r--r--packages/Keyguard/res/values-ug/strings.xml1
-rw-r--r--packages/SettingsLib/res/values-ug/arrays.xml26
-rw-r--r--packages/SettingsLib/res/values-ug/strings.xml8
-rw-r--r--packages/Shell/res/values-ug/strings.xml2
-rw-r--r--packages/StatementService/res/values-ug/strings.xml19
-rw-r--r--packages/SystemUI/res/values-fi/cm_strings.xml3
-rw-r--r--packages/SystemUI/res/values-hr/cm_strings.xml2
-rw-r--r--packages/SystemUI/res/values-pl/cm_strings.xml1
-rw-r--r--packages/VpnDialogs/res/values-ug/strings.xml3
-rw-r--r--packages/WallpaperCropper/res/values-ug/strings.xml3
11 files changed, 76 insertions, 0 deletions
diff --git a/packages/CaptivePortalLogin/res/values-ug/strings.xml b/packages/CaptivePortalLogin/res/values-ug/strings.xml
new file mode 100644
index 0000000..678798d
--- /dev/null
+++ b/packages/CaptivePortalLogin/res/values-ug/strings.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<resources>
+ <string name="app_name">CaptivePortalLogin</string>
+ <string name="action_use_network">بۇ تورنى ئىشلىتىش ئۇسۇلى</string>
+ <string name="action_do_not_use_network">بۇ تورنى ئىشلەتمەڭ</string>
+ <string name="action_bar_label">تورغا تىزىمغا كىرىش</string>
+</resources>
diff --git a/packages/Keyguard/res/values-ug/strings.xml b/packages/Keyguard/res/values-ug/strings.xml
index 4a84214..6ad14ee 100644
--- a/packages/Keyguard/res/values-ug/strings.xml
+++ b/packages/Keyguard/res/values-ug/strings.xml
@@ -20,6 +20,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- App label in the manifest -->
+ <string name="app_name">ئاچقۇچلۇق</string>
<!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard.
Displayed in one line in a large font. -->
<string name="keyguard_password_enter_pin_code">PIN كودىنى كىرگۈزۈڭ</string>
diff --git a/packages/SettingsLib/res/values-ug/arrays.xml b/packages/SettingsLib/res/values-ug/arrays.xml
index c46bb71..584305e 100644
--- a/packages/SettingsLib/res/values-ug/arrays.xml
+++ b/packages/SettingsLib/res/values-ug/arrays.xml
@@ -22,6 +22,32 @@
<!-- Wi-Fi settings -->
<!-- Match this with the order of NetworkInfo.DetailedState. -->
<!-- Wi-Fi settings. The status messages when the network is unknown. -->
+ <string-array name="wifi_status">
+ <!-- Status message of Wi-Fi when it is idle. -->
+ <item/>
+ <!-- Status message of Wi-Fi when it is scanning. -->
+ <item>تەكشۈرۈۋاتىدۇ\u2026</item>
+ <!-- Status message of Wi-Fi when it is connecting. -->
+ <item>باغلىنىۋاتىدۇ\u2026</item>
+ <!-- Status message of Wi-Fi when it is authenticating. -->
+ <item>دەلىللەۋاتىدۇ\u2026</item>
+ <!-- Status message of Wi-Fi when it is obtaining IP address. -->
+ <item>IP ئادرېسقا ئېرىشىۋاتىدۇ\u2026</item>
+ <!-- Status message of Wi-Fi when it is connected. -->
+ <item>باغلاندى</item>
+ <!-- Status message of Wi-Fi when it is suspended. -->
+ <item>ۋاقىتلىق توختىتىلدى</item>
+ <!-- Status message of Wi-Fi when it is disconnecting. -->
+ <item>ئۈزۈۋاتىدۇ\u2026</item>
+ <!-- Status message of Wi-Fi when it is disconnected. -->
+ <item>Disconnected</item>
+ <!-- Status message of Wi-Fi when it is a failure. -->
+ <item>Unsuccessful</item>
+ <!-- Status message of Wi-Fi when it is blocked. -->
+ <item>Blocked</item>
+ <!-- Status message of Wi-Fi when connectiong is being verified. -->
+ <item>Temporarily avoiding poor connection</item>
+ </string-array>
<!-- Match this with the order of NetworkInfo.DetailedState. -->
<!-- Wi-Fi settings. The status messages when the network is known. -->
</resources>
diff --git a/packages/SettingsLib/res/values-ug/strings.xml b/packages/SettingsLib/res/values-ug/strings.xml
index 710bdcf..b5f0c58 100644
--- a/packages/SettingsLib/res/values-ug/strings.xml
+++ b/packages/SettingsLib/res/values-ug/strings.xml
@@ -20,13 +20,21 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Toast message when Wi-Fi cannot scan for networks -->
+ <string name="wifi_fail_to_scan">تورنى تەكشۈرەلمەيدۇ</string>
<!-- Do not translate. Concise terminology for wifi with WEP security -->
+ <string name="wifi_security_short_wep">WEP</string>
<!-- Do not translate. Concise terminology for wifi with WPA security -->
+ <string name="wifi_security_short_wpa">WPA</string>
<!-- Do not translate. Concise terminology for wifi with WPA2 security -->
+ <string name="wifi_security_short_wpa2">WPA2</string>
<!-- Do not translate. Concise terminology for wifi with both WPA/WPA2 security -->
+ <string name="wifi_security_short_wpa_wpa2">WPA/WPA2</string>
<!-- Do not translate. Concise terminology for wifi with unknown PSK type -->
+ <string name="wifi_security_short_psk_generic">@string/wifi_security_short_wpa_wpa2</string>
<!-- Do not translate. Concise terminology for wifi with 802.1x EAP security -->
+ <string name="wifi_security_short_eap">802.1x</string>
<!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. -->
+ <string name="wifi_security_none">يوق</string>
<!-- Do not translate. Terminology for wifi with WEP security -->
<!-- Do not translate. Terminology for wifi with WPA security -->
<!-- Do not translate. Terminology for wifi with WPA2 security -->
diff --git a/packages/Shell/res/values-ug/strings.xml b/packages/Shell/res/values-ug/strings.xml
index 0ba9b31..366d73e 100644
--- a/packages/Shell/res/values-ug/strings.xml
+++ b/packages/Shell/res/values-ug/strings.xml
@@ -19,6 +19,7 @@
<!-- Title of notification indicating a bugreport has been successfully captured. [CHAR LIMIT=50] -->
<string name="bugreport_finished_title">خاتالىق دوكلاتى تۇتۇلدى</string>
<!-- Text of notification indicating that swipe left will share the captured bugreport. [CHAR LIMIT=100] -->
+ <string name="bugreport_finished_text" product="watch">سولغا سىيرىسىڭىز خاتالىق دوكلاتىڭىزنى ھەمبەھىرلەيدۇ</string>
<!-- Text of notification indicating that touching will share the captured bugreport. [CHAR LIMIT=100] -->
<string name="bugreport_finished_text" product="default">چېكىپلا خاتالىق دوكلاتىنى ھەمبەھىرلىيەلەيسىز</string>
<!-- Body of dialog informing user about contents of a bugreport. [CHAR LIMIT=NONE] -->
@@ -26,4 +27,5 @@
<!-- Checkbox that indicates this dialog should be shown again when the next bugreport is taken. [CHAR LIMIT=50] -->
<string name="bugreport_confirm_repeat">بۇ ئۇچۇرنى كېيىنكى قېتىم كۆرسەت</string>
<!-- Title for documents backend that offers bugreports. -->
+ <string name="bugreport_storage_title">مەسىلە مەلۇم قىلىش</string>
</resources>
diff --git a/packages/StatementService/res/values-ug/strings.xml b/packages/StatementService/res/values-ug/strings.xml
new file mode 100644
index 0000000..bc39d79
--- /dev/null
+++ b/packages/StatementService/res/values-ug/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="service_name">دەلىللەش مۇلازىمىتىنى ئۆتكۈزۋېتىشنى سىناپ بېقىش</string>
+</resources>
diff --git a/packages/SystemUI/res/values-fi/cm_strings.xml b/packages/SystemUI/res/values-fi/cm_strings.xml
index e294e7f..c6e454d 100644
--- a/packages/SystemUI/res/values-fi/cm_strings.xml
+++ b/packages/SystemUI/res/values-fi/cm_strings.xml
@@ -219,4 +219,7 @@
<!-- Path data for circle battery -->
<!-- Weather string format in keyguard -->
<string name="keyguard_status_view_weather_format"><xliff:g id="temp">%1$s</xliff:g> <xliff:g id="condition">%2$s</xliff:g></string>
+ <string name="expand_hint">Pyyhkäise alas laajentaaksesi</string>
+ <string name="swipe_left_hint">Pyyhkäise vasemmalle avataksesi sovelluksen <xliff:g id="app_name">%1$s </xliff:g></string>
+ <string name="swipe_right_hint">Pyyhkäise oikealle avataksesi ilmoitukset</string>
</resources>
diff --git a/packages/SystemUI/res/values-hr/cm_strings.xml b/packages/SystemUI/res/values-hr/cm_strings.xml
index b8fba44..1cd844e 100644
--- a/packages/SystemUI/res/values-hr/cm_strings.xml
+++ b/packages/SystemUI/res/values-hr/cm_strings.xml
@@ -221,4 +221,6 @@
<!-- Weather string format in keyguard -->
<string name="keyguard_status_view_weather_format"><xliff:g id="temp">%1$s</xliff:g> <xliff:g id="condition">%2$s</xliff:g></string>
<string name="expand_hint">Prijeđite prstom prema dolje da biste proširili</string>
+ <string name="swipe_left_hint">Prijeđite prstom lijevo za <xliff:g id="app_name">%1$s</xliff:g></string>
+ <string name="swipe_right_hint">Prijeđite prstom desno za obavijesti</string>
</resources>
diff --git a/packages/SystemUI/res/values-pl/cm_strings.xml b/packages/SystemUI/res/values-pl/cm_strings.xml
index 684b0ce..3ab20eb 100644
--- a/packages/SystemUI/res/values-pl/cm_strings.xml
+++ b/packages/SystemUI/res/values-pl/cm_strings.xml
@@ -220,4 +220,5 @@
<!-- Path data for circle battery -->
<!-- Weather string format in keyguard -->
<string name="keyguard_status_view_weather_format"><xliff:g id="temp">%1$s</xliff:g> <xliff:g id="condition">%2$s</xliff:g></string>
+ <string name="expand_hint">Przesuń w dół, aby rozwinąć</string>
</resources>
diff --git a/packages/VpnDialogs/res/values-ug/strings.xml b/packages/VpnDialogs/res/values-ug/strings.xml
index 75d1fc5..f85983d 100644
--- a/packages/VpnDialogs/res/values-ug/strings.xml
+++ b/packages/VpnDialogs/res/values-ug/strings.xml
@@ -16,7 +16,10 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Dialog title to identify the request from a VPN application. [CHAR LIMIT=60] -->
+ <string name="prompt">باغلىنىش ئىلتىماسى</string>
<!-- Dialog message to warn about the risk of using a VPN application. [CHAR LIMIT=NONE] -->
+ <string name="warning"><xliff:g id="app">%s</xliff:g> سىزنىڭ VPN ئۇلىنىشىنى بېكىتىشىڭىزنى تەلەپ قىلىدۇ، تورنى نازارەت قىلدۇ. ئەگەر سىز ئىشەنسىڭىز يول قويۇڭ.
+<![CDATA[<br /><br /><img src="vpn_icon" />]]> ئېكراننىڭ چوققىسىدا كۆرۈنسە، VPN نىڭ ئاكتىپ ئىكەنلىكىنى بىلدۈرىدۇ. </string>
<!-- Dialog title for built-in VPN. [CHAR LIMIT=40] -->
<string name="legacy_title">VPN باغلاندى</string>
<!-- Button label to configure the current VPN session. [CHAR LIMIT=20] -->
diff --git a/packages/WallpaperCropper/res/values-ug/strings.xml b/packages/WallpaperCropper/res/values-ug/strings.xml
index 0e609fe..e28e735 100644
--- a/packages/WallpaperCropper/res/values-ug/strings.xml
+++ b/packages/WallpaperCropper/res/values-ug/strings.xml
@@ -15,9 +15,12 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="crop_wallpaper">تام قەغەز كەس</string>
<!-- Button label on Wallpaper picker screen; user selects this button to set a specific wallpaper -->
+ <string name="wallpaper_instructions">تام قەغەز تەڭشىكى</string>
<!-- Error message when an image is selected as a wallpaper,
but the wallpaper cropper cannot load it. The user will
usually see this when using another app and trying to set
an image as the wallpaper -->
+ <string name="wallpaper_load_fail">سۈرەتنى تام قەغەز سۈپىتىدە يۈكلىيەلمىدى</string>
</resources>