diff options
author | Marco Brohet <therbom@gmail.com> | 2013-04-23 04:20:14 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-04-23 04:20:14 -0700 |
commit | 149b6473077118cbf7e8be98550a229fe3dad81a (patch) | |
tree | 51784f7dbb0b1ef4ad6fcd3e1e22b21968d61597 | |
parent | 0aeef5cefa3d0b7cd0007c1ac1799ceb46677017 (diff) | |
parent | 931d877b381244db10ebc89ab106bc11d05776b6 (diff) | |
download | packages_apps_browser-149b6473077118cbf7e8be98550a229fe3dad81a.zip packages_apps_browser-149b6473077118cbf7e8be98550a229fe3dad81a.tar.gz packages_apps_browser-149b6473077118cbf7e8be98550a229fe3dad81a.tar.bz2 |
Merge "Browser: Refactor AF translations" into cm-10.1
-rw-r--r-- | res/values-af/cm_strings.xml | 28 | ||||
-rw-r--r-- | res/values-af/strings.xml | 17 |
2 files changed, 28 insertions, 17 deletions
diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml new file mode 100644 index 0000000..9a645e0 --- /dev/null +++ b/res/values-af/cm_strings.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2012-13 The CyanogenMod 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:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="accessibility_button_homescreen">Tuisskerm</string> + <string name="contextmenu_openlink_incognito_newwindow">"Open nuwe incognito-oortjie"</string> + <string name="contextmenu_openlink_incognito_newwindow_background">Open nuwe incognito-oortjie in die agtergrond</string> + <string name="pref_content_ua">Gebruikeragent</string> + <string name="pref_content_ua_summary">Kies \'n gebruikersagent</string> + <string name="pref_lab_webgl">WebGL</string> + <string name="pref_lab_webgl_summary">Aktiveer WebGL</string> + <string name="pref_lab_websockets">WebSockets</string> + <string name="pref_lab_websockets_summary">Aktiveer WebSockets</string> +</resources> diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml index e5db2ee..d6b6a12 100644 --- a/res/values-af/strings.xml +++ b/res/values-af/strings.xml @@ -398,21 +398,4 @@ <string name="accessibility_state_frozen" msgid="8041539250447035570">"Gestoorde bladsy"</string> <string name="accessibility_transition_navscreen" msgid="2734915619351519547">"Oortjiebestuur"</string> <string name="accessibility_button_bookmarks_folder_up" msgid="9179389954714270505">"Vorige vouer"</string> - <!-- **** CYANOGENMOD ADDITIONS START **** --> - - <string name="accessibility_button_homescreen">Tuis skerm</string> - - <string name="contextmenu_openlink_incognito_newwindow">"Open nuwe incognito-oortjie"</string> - <string name="contextmenu_openlink_incognito_newwindow_background">Open nuwe incognito-oortjie in die agtergrond</string> - - <string name="pref_content_ua">Gebruiker agent</string> - <string name="pref_content_ua_summary">Kies \'n gebruikers agent</string> - - <string name="pref_lab_webgl">WebGL</string> - <string name="pref_lab_webgl_summary">Aktiveer WebGL</string> - <string name="pref_lab_websockets">WebSockets</string> - <string name="pref_lab_websockets_summary">Aktiveer WebSockets</string> - - <!-- **** CYANOGENMOD ADDITIONS END **** --> - </resources> |