diff options
author | DvTonder <david.vantonder@gmail.com> | 2013-04-14 08:30:39 -0400 |
---|---|---|
committer | DvTonder <david.vantonder@gmail.com> | 2013-04-14 08:52:13 -0400 |
commit | 931d877b381244db10ebc89ab106bc11d05776b6 (patch) | |
tree | 228bd24ffe22b8841c0b329c7e343be6276acf57 | |
parent | 8d2a26c4055c30dee2a167f723e722b1c540162f (diff) | |
download | packages_apps_browser-931d877b381244db10ebc89ab106bc11d05776b6.zip packages_apps_browser-931d877b381244db10ebc89ab106bc11d05776b6.tar.gz packages_apps_browser-931d877b381244db10ebc89ab106bc11d05776b6.tar.bz2 |
Browser: Refactor AF translations
Change-Id: Iea2b141721547f5b0d67c139c0eb92b7abe9eb00
-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> |