summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-11-27 14:14:30 +0200
committerMichael Bestas <mikeioannina@gmail.com>2014-11-27 14:14:30 +0200
commit0bf6ac9314c69db36e4bde5b9235cb2c265dec69 (patch)
tree4d95fffc13feeacbc18d34829fc9c48d8c6bd3f2
parent642383e27e0b9879c04c945812c55d7edcf5ec3d (diff)
downloadandroid_packages_apps_Gallery2-0bf6ac9314c69db36e4bde5b9235cb2c265dec69.tar.gz
android_packages_apps_Gallery2-0bf6ac9314c69db36e4bde5b9235cb2c265dec69.tar.bz2
android_packages_apps_Gallery2-0bf6ac9314c69db36e4bde5b9235cb2c265dec69.zip
Automatic translation import
Change-Id: I84d831c15b8fa4236d67123338b42d7a939a7b9f
-rw-r--r--res/values-de/codeaurora_strings.xml2
-rw-r--r--res/values-lb/filtershow_strings.xml5
-rw-r--r--res/values-ro/cm_strings.xml20
-rw-r--r--res/values-ro/codeaurora_strings.xml80
-rw-r--r--res/values-sv/cm_strings.xml20
-rw-r--r--res/values-sv/codeaurora_strings.xml27
6 files changed, 154 insertions, 0 deletions
diff --git a/res/values-de/codeaurora_strings.xml b/res/values-de/codeaurora_strings.xml
index 0b6f938b6..87fa38910 100644
--- a/res/values-de/codeaurora_strings.xml
+++ b/res/values-de/codeaurora_strings.xml
@@ -34,6 +34,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<string name="step_option_alternate">5 Sekunden</string>
<string name="step_option_default">10 Sekunden</string>
<string name="loop">"Endlosschleife"</string>
+ <string name="single">"Einzeln"</string>
<string name="stereo">"Stereo"</string>
<string name="speaker_on">Lautsprecher an</string>
<string name="speaker_off">Lautsprecher aus</string>
@@ -56,6 +57,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<string name="server_timeout_message">"Erneut zum Server verbinden, um das Video abzuspielen?"</string>
<string name="videoview_error_text_cannot_connect_retry">"Verbindung fehlgeschlagen, neuer Verbindungsversuch zu %1$d\u2026"</string>
<string name="media_controller_live">Live</string>
+ <string name="media_controller_playing">Derzeit läuft</string>
<string name="media_controller_connecting">Verbinde\u2026</string>
<string name="bookmark_add">"Lesezeichen hinzufügen"</string>
<string name="bookmark_display">"Lesezeichen anzeigen"</string>
diff --git a/res/values-lb/filtershow_strings.xml b/res/values-lb/filtershow_strings.xml
index 94fd1e42e..064c59895 100644
--- a/res/values-lb/filtershow_strings.xml
+++ b/res/values-lb/filtershow_strings.xml
@@ -15,6 +15,7 @@
limitations under the License.
-->
<resources>
+ <string name="title_activity_filter_show">Fotoediteur</string>
<string name="cannot_load_image">D\'Bild kann net geluede ginn!</string>
<string name="cannot_edit_original">Original kann net geännert ginn</string>
<string name="original_picture_text">@string/original</string>
@@ -63,6 +64,7 @@
<string name="sharpness">Schäerft</string>
<string name="contrast">Kontrast</string>
<string name="vibrance">Intensitéit</string>
+ <string name="saturation">Sättegung</string>
<string name="bwfilter">SW-Filter</string>
<string name="wbalance">Automatesch Faarwen</string>
<string name="hue">Faarftoun</string>
@@ -71,6 +73,7 @@
<string name="vignette">Vignettéierung</string>
<string name="vignette_main">Vignettéierung</string>
<string name="vignette_exposure">Beliichtung</string>
+ <string name="vignette_saturation">Sättegung</string>
<string name="vignette_contrast">Kontrast</string>
<string name="vignette_falloff">Luuchtoffall</string>
<string name="redeye">Rout Aen</string>
@@ -86,6 +89,7 @@
<string name="downsample">Verklengeren</string>
<string name="editor_grad_brightness">Hellegkeet</string>
<string name="editor_grad_contrast">Kontrast</string>
+ <string name="editor_grad_saturation">Sättegung</string>
<string name="editor_chan_sat_main">Haapt</string>
<string name="editor_chan_sat_red">Rout</string>
<string name="editor_chan_sat_yellow">Giel</string>
@@ -102,6 +106,7 @@
<string name="draw_style">Stil</string>
<string name="draw_size">Gréisst</string>
<string name="draw_hue">Faarftoun</string>
+ <string name="draw_saturation">Sättegung</string>
<string name="draw_value">Hellegkeet</string>
<string name="draw_color">Faarf</string>
<string name="draw_style_line">Linnen</string>
diff --git a/res/values-ro/cm_strings.xml b/res/values-ro/cm_strings.xml
new file mode 100644
index 000000000..96313de51
--- /dev/null
+++ b/res/values-ro/cm_strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2012-2014 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="record_time">Timp de înregistrare</string>
+</resources>
diff --git a/res/values-ro/codeaurora_strings.xml b/res/values-ro/codeaurora_strings.xml
new file mode 100644
index 000000000..836688c8d
--- /dev/null
+++ b/res/values-ro/codeaurora_strings.xml
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ * Neither the name of The Linux Foundation nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="step_option_name">Pas</string>
+ <string name="step_option_desc">Personalizează pasul derulării/înaintării rapide</string>
+ <string name="step_option_alternate">5 secunde</string>
+ <string name="step_option_default">10 secunde</string>
+ <string name="loop">"Buclă"</string>
+ <string name="single">"Singur"</string>
+ <string name="stereo">"Stereo"</string>
+ <string name="speaker_on">Difuzor pornit</string>
+ <string name="speaker_off">Difuzor oprit</string>
+ <string name="speaker_need_headset">Conectaţi căştile pentru a utiliza această caracteristică.</string>
+ <string name="single_track">"Linie singulară"</string>
+ <string name="input_url">"Introduceţi URL-ul"</string>
+ <string name="streaming_settings">"Setările de streaming"</string>
+ <string name="next">"Următoarea"</string>
+ <string name="previous">"Înapoi"</string>
+ <string name="buffer_size">Dimensiune tampon</string>
+ <string name="apn">APN preferat</string>
+ <string name="rtp_min_port">Port minim</string>
+ <string name="rtp_max_port">Port maxim</string>
+ <string name="set_rtp_min_port">Setează portul minim</string>
+ <string name="set_rtp_max_port">Setează portul maxim</string>
+ <string name="set_buffer_size">Setează dimensiune tampon</string>
+ <string name="set_apn">Selectaţi APN preferat</string>
+ <string name="setting">Setări</string>
+ <string name="server_timeout_title">"Expirare server"</string>
+ <string name="server_timeout_message">"Reconectați la server pentru a reda video?"</string>
+ <string name="videoview_error_text_cannot_connect_retry">"Conexiunea a eşuat, încercând să se reconecteze la %1$d\u2026"</string>
+ <string name="media_controller_live">Live</string>
+ <string name="media_controller_playing">Redând</string>
+ <string name="media_controller_connecting">Se conectează\u2026</string>
+ <string name="bookmark_add">"Adaugă semn de carte"</string>
+ <string name="bookmark_display">"Arată semne de carte"</string>
+ <string name="bookmark_empty">"Fără semne de carte"</string>
+ <string name="bookmark_exist">"Semnul de carte există deja"</string>
+ <string name="bookmark_add_success">"Semn de carte adăugat"</string>
+ <string name="bookmark_list">"Semne de carte"</string>
+ <string name="bookmark_title">"Titlu"</string>
+ <string name="bookmark_location">"Locaţie"</string>
+ <string name="delete_all">"Şterge toate"</string>
+ <string name="default_title">"Titlul implicit"</string>
+ <string name="mute_nosupport">Nu puteţi dezactiva volumul: videoul nu este acceptat</string>
+ <string name="fail_trim">Ne pare rău, acest fişier video nu pot fi decupat</string>
+ <string name="bass_boost_strength">Amplificare Bas</string>
+ <string name="virtualizer_strength">Efect 3D</string>
+ <string name="audio_effects">Efecte audio</string>
+ <string name="headset_plug">Conectați căști pentru aceste efecte.</string>
+ <string name="audio_effects_dialog_title">Snapdragon Audio+</string>
+ <string name="can_not_trim">Numai fişierele mp4 şi 3gp pot fi tăiate</string>
+</resources>
diff --git a/res/values-sv/cm_strings.xml b/res/values-sv/cm_strings.xml
new file mode 100644
index 000000000..3b674d54d
--- /dev/null
+++ b/res/values-sv/cm_strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2012-2014 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="record_time">Inspelningstid</string>
+</resources>
diff --git a/res/values-sv/codeaurora_strings.xml b/res/values-sv/codeaurora_strings.xml
index 230adb16d..1ea25147a 100644
--- a/res/values-sv/codeaurora_strings.xml
+++ b/res/values-sv/codeaurora_strings.xml
@@ -30,6 +30,33 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="step_option_name">Steg</string>
+ <string name="step_option_desc">Anpassa snabbspolningssteg framåt/bakåt</string>
+ <string name="step_option_alternate">5 sekunder</string>
+ <string name="step_option_default">10 sekunder</string>
+ <string name="stereo">"Stereo"</string>
+ <string name="speaker_on">Högtalare på</string>
+ <string name="speaker_need_headset">Anslut hörlurarna för att använda denna funktion.</string>
+ <string name="single_track">"Enkelt spår"</string>
+ <string name="input_url">"Ange URL"</string>
+ <string name="next">"Nästa"</string>
+ <string name="previous">"Föregående"</string>
+ <string name="buffer_size">Bufferstorlek</string>
+ <string name="apn">Förvald APN</string>
+ <string name="set_buffer_size">Ange buffertstorlek</string>
+ <string name="set_apn">Välj önskad APN</string>
+ <string name="setting">Inställningar</string>
+ <string name="media_controller_live">Live</string>
+ <string name="media_controller_playing">Spelar</string>
+ <string name="media_controller_connecting">Ansluter\u2026</string>
<string name="bookmark_add">"Lägg till bokmärke"</string>
<string name="bookmark_display">"Visa bokmärken"</string>
+ <string name="bookmark_empty">"Inga bokmärken"</string>
+ <string name="bookmark_exist">"Bokmärket finns redan"</string>
+ <string name="bookmark_add_success">"Bokmärke tillagt"</string>
+ <string name="bookmark_list">"Bokmärken"</string>
+ <string name="bookmark_title">"Titel"</string>
+ <string name="bookmark_location">"Plats"</string>
+ <string name="delete_all">"Ta bort alla"</string>
+ <string name="virtualizer_strength">3D-effekt</string>
+ <string name="audio_effects">Ljudeffekter</string>
</resources>