diff options
author | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-03-05 00:20:17 +0200 |
---|---|---|
committer | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-03-05 00:20:17 +0200 |
commit | b139580ce937a536be988654588512a5bd3fe9dd (patch) | |
tree | e6fe006568ac1ea232ced52ae508eec82572b5cc /res/values-nb/cm_strings.xml | |
parent | fec6c6a0f223bfb6999fc48841c58fcec492b159 (diff) | |
download | packages_apps_Messaging-b139580ce937a536be988654588512a5bd3fe9dd.tar.gz packages_apps_Messaging-b139580ce937a536be988654588512a5bd3fe9dd.tar.bz2 packages_apps_Messaging-b139580ce937a536be988654588512a5bd3fe9dd.zip |
Automatic translation import
Change-Id: I3eda6953d379ff7a6e712f62b4bd5b86a10bebe8
Diffstat (limited to 'res/values-nb/cm_strings.xml')
-rw-r--r-- | res/values-nb/cm_strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values-nb/cm_strings.xml b/res/values-nb/cm_strings.xml index 6b7691d..9c9c2cb 100644 --- a/res/values-nb/cm_strings.xml +++ b/res/values-nb/cm_strings.xml @@ -16,22 +16,31 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Strip unicode --> <string name="pref_unicode_stripping_leave_intact">Forlat tegn intakt</string> <string name="pref_unicode_stripping_non_encodable">Fjern ikke-kodbare tegn</string> <string name="pref_unicode_stripping_all">Fjern alle unicode-tegn</string> + <!-- Swipe to delete conversation --> + <!-- QUICKMESSAGE SUPPORT --> + <!-- Preferences --> <string name="pref_quickmessage">Hurtigsvar og svar</string> <string name="pref_quickmessage_title">Vis Hurtigsvars-dialog</string> <string name="pref_quickmessage_summary">Åpne automatisk Hurtigsvars-dialog for innkommende SMS-meldinger</string> <string name="pref_close_all_title">Lukk alle</string> <string name="pref_close_all_summary">Lukk-knappen lukker alle meldinger</string> <string name="message_counter">%1$d av %2$d</string> + <!-- QM Dialog box buttons --> <string name="button_close">Lukk</string> <string name="button_view">Vis</string> <string name="button_templates">Maler</string> <string name="qm_button_full_conversation">Full samtale</string> + <!-- Hint text in message body field when keyboard is exposed --> <string name="type_to_reply_text_enter_to_send">Skriv for å svare</string> + <!-- QM Toast --> <string name="toast_sending_message">Sender melding\u2026</string> + <!-- QM - Quick reply --> <string name="qm_quick_reply">Hurtigsvar</string> <string name="send">Send</string> <string name="compose_message_hint_text">Skriv inn melding</string> + <!-- Show emoticons --> </resources> |