Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a59cffd5 authored by Michael Bestas's avatar Michael Bestas
Browse files

Automatic translation import

Change-Id: I605f1d3554f5ab476190ad63d6fd64bc89a26fe3
parent 158fc5f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@
  <string name="no">Nee</string>
  <string name="incall_vibration_category_title">Vibreer In-oproep</string>
  <string name="incall_vibrate_outgoing_title">Vibreer op antwoord</string>
  <string name="vibrate_call_waiting">Vibreer op oproep wag</string>
  <string name="incall_vibrate_hangup_title">Vibreer op oproep beëindiging</string>
  <string name="incall_vibrate_45_title">Vibreer elke minuut</string>
  <string name="incall_vibrate_45_summary">Vibreer op die 45 sekonde merk van elke minuut tydens uitgaande oproepe</string>
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@
  <string name="no">Ne</string>
  <string name="incall_vibration_category_title">Vibrace příchozího hovoru</string>
  <string name="incall_vibrate_outgoing_title">Vibrovat při přijmutí hovoru</string>
  <string name="vibrate_call_waiting">Vibrovat při čekajícím hovoru</string>
  <string name="incall_vibrate_hangup_title">Vibrovat při zavěšení</string>
  <string name="incall_vibrate_45_title">Vibrovat každou minutu</string>
  <string name="incall_vibrate_45_summary">Vibrovat každou 45. sekundu každé minuty při odchozím volání</string>
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@
  <string name="no">Nej</string>
  <string name="incall_vibration_category_title">Vibration under opkald</string>
  <string name="incall_vibrate_outgoing_title">Vibrér ved svar</string>
  <string name="vibrate_call_waiting">Vibrér ved ventende opkald</string>
  <string name="incall_vibrate_hangup_title">Vibrér ved afsluttet opkald</string>
  <string name="incall_vibrate_45_title">Vibrér hvert minut</string>
  <string name="incall_vibrate_45_summary">Vibrerer ved 45-sekunders mærket i hvert minut under udgående opkald</string>
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@
  <string name="no">Nein</string>
  <string name="incall_vibration_category_title">Vibration während eines Anrufes</string>
  <string name="incall_vibrate_outgoing_title">Bei Annahme vibrieren</string>
  <string name="vibrate_call_waiting">Beim Anklopfen vibrieren</string>
  <string name="incall_vibrate_hangup_title">Beim Auflegen vibrieren</string>
  <string name="incall_vibrate_45_title">Jede Minute vibrieren</string>
  <string name="incall_vibrate_45_summary">Während ausgehender Anrufe 15 Sekunden vor dem Ende jeder vollen Minute vibrieren</string>
+28 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2013 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-array name="call_stats_duration">
    <item><xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
    <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
    <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
    <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g></item>
    <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
    <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
    <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
  </string-array>
</resources>
Loading