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

Commit e02dbfb8 authored by Abhisek Devkota's avatar Abhisek Devkota
Browse files

Automatic translation import

Change-Id: I2c855812545f9aad30cac7768ea96c75cf6de104
parent b00c7e9e
Loading
Loading
Loading
Loading
+54 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
  <!-- Alarm Alert screen: this message is shown after an alarm rung
         unattended for a number of minutes.  It tells the user that
         the alarm has been silenced.-->
  <string name="alarm_missed_title">Alarma perdida</string>
  <!-- The text shown after user snoozed an alerting alarm. The text will be shown
         together with the number of minutes in two separate lines. For example:
             Snoozed
@@ -64,6 +65,12 @@
             10 min
         [CHAR LIMIT=10]
    -->
  <plurals name="alarm_alert_snooze_duration">
    <!-- Duration for one minute -->
    <item quantity="one">1 min</item>
    <!-- Duration for more than one minute -->
    <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> mins</item>
  </plurals>
  <!-- The text shown after user dismissed an alerting alarm [CHAR LIMIT=15] -->
  <!-- Button labels on the alarm dialog: Snooze -->
  <!-- Toast that appears after Alarm is snoozed from the Alarm
@@ -81,11 +88,23 @@
         7: days hours minutes
    -->
  <!-- Timer notification: how long from now until timer goes off. -->
  <string-array name="timer_notifications">
    <item>Less than a minute remaining</item>
    <item><xliff:g id="HOURS" example="2 hours">%1$s</xliff:g> restantes</item>
    <item><xliff:g id="MINUTES" example="2 minutes">%2$s</xliff:g> remaining</item>
    <item><xliff:g id="HOURS" example="2 hours">%1$s</xliff:g> <xliff:g id="MINUTES" example="2 minutes">%2$s</xliff:g> remaining</item>
  </string-array>
  <!-- Alarm confirmation toast: Describes how long from now until
         alarm fires -->
  <!-- Alarm confirmation toast: days -->
  <!-- Alarm confirmation toast and timer notification: hours -->
  <!-- Alarm confirmation toast and timer notification: minutes -->
  <plurals name="minutes">
    <!-- Duration for one minute -->
    <item quantity="one">1 minutu</item>
    <!-- Duration for more than one minute -->
    <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> minutos</item>
  </plurals>
  <!-- Repeat options that appear under an alarm on main Alarm Clock
         screen to identify repetition schedule: special case for when
         the alarm is set to repeat every day -->
@@ -100,6 +119,18 @@
  <!-- Label for the Settings activity displayed on-screen when that activity must be represented to the user. -->
  <string name="settings">Axustes</string>
  <!-- Setting title for changing the snooze duration. -->
  <plurals name="snooze_duration">
    <!-- Duration for one minute -->
    <item quantity="one">1 minutu</item>
    <!-- Duration for more than one minute -->
    <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> minutos</item>
  </plurals>
  <plurals name="snooze_picker_label">
    <!-- Duration for one minute -->
    <item quantity="one">minutu</item>
    <!-- Duration for more than one minute -->
    <item quantity="other">minutos</item>
  </plurals>
  <!-- Auto silence preference title -->
  <!-- Auto silence summary string set based on the preference value. -->
  <plurals name="auto_silence_summary">
@@ -111,6 +142,15 @@
  <!-- Auto silence summary when turned off -->
  <!-- Entries listed in the ListPreference when invoking the auto silence
         preference. -->
  <string-array name="auto_silence_entries">
    <item>1 minutu</item>
    <item>5 minutos</item>
    <item>10 minutos</item>
    <item>15 minutos</item>
    <item>20 minutos</item>
    <item>25 minutos</item>
    <item>Never</item>
  </string-array>
  <!-- Values that are retrieved from the ListPreference. These must match
         the auto_silence_entries above. -->
  <!-- Week start day preference title. -->
@@ -173,8 +213,10 @@
         Also used as title for chooser when sharing stopwatch results. -->
  <!-- Abbreviation for temporal hours [CHAR LIMIT=1] -->
  <!-- Abbreviation for temporal minutes [CHAR LIMIT=1] -->
  <string name="minutes_label">m</string>
  <!-- Abbreviation for temporal seconds [CHAR LIMIT=1] -->
  <!-- Accessibility strings -->
  <string name="minutes_label_description">minutos</string>
  <!--  Stopwatch share strings -->
  <!-- Sentence within the message created to share the total time recorded within the stopwatch -->
  <!-- Header within the message created to share a list of lap times (a new line is appended to this) -->
@@ -183,6 +225,12 @@
  <!-- Formatted stopwatch time for laps shared using the share button -->
  <!-- Label to enumerate the number of laps the user has counted -->
  <!-- Stopwatch accessibility strings -->
  <plurals name="Nminutes_description">
    <!-- 1 minute -->
    <item quantity="one">1 minutu</item>
    <!-- more -->
    <item quantity="other"><xliff:g id="NUMBER">%d</xliff:g> minutos</item>
  </plurals>
  <!-- timer strings -->
  <!-- Describes the purpose of the button to add a new timer -->
  <!-- Describes the purpose of the button to begin or continue running a timer -->
@@ -218,7 +266,9 @@
  <string name="time_picker_set">ACEUTAR</string>
  <!--  place holder for am/pm label when it is not set -->
  <!-- add 00 as minutes to the time when pressing this button -->
  <string name="time_picker_00_label">:00</string>
  <!-- add 30 as minutes to the time when pressing this button -->
  <string name="time_picker_30_label">:30</string>
  <!-- Choices for timezones, must be kept in sync with timezone_values. CHAR LIMIT=25] -->
  <!-- Choices for timezones, must be kept in sync with timezone_values. -->
  <!-- Header in the preferences settings for the section pertaining to alarms -->
@@ -270,12 +320,14 @@
        a represents am/pm
        Ex: h:mm a = 12:54 am, 8:05 pm
    -->
  <string name="time_format_12_mode">h:mm a</string>
  <!--
        String that represents time format for 24-hour time.
        k represents hour in range (0-23) with the minimum number of digits
        mm represents minute with leading 0 in case of values < 10
        Ex: k:mm = 13:51, 5:05
    -->
  <string name="time_format_24_mode">k:mm</string>
  <!--
        String that represents weekday, time format for 12-hour time.
        EEE represents weekday name in short form (ex. Mon, Tue, Wed)
@@ -284,6 +336,7 @@
        a represents am/pm
        Ex: EEE, h:mm a = Mon, 2:55 pm
    -->
  <string name="weekday_time_format_12_mode">EEE, h:mm a</string>
  <!--
        String that represents weekday, time format for 24-hour time.
        EEE represents weekday name in short form (ex. Mon, Tue, Wed)
@@ -291,6 +344,7 @@
        mm represents minute with leading 0 in case of values < 10
        Ex: EEE, k:mm = Mon, 2:55
    -->
  <string name="weekday_time_format_24_mode">EEE, k:mm</string>
  <!-- String that represents that invalid time for an alarm was specified, e.g. 23:00am
     or 27:68pm.
    First %d represents hour, second %d represents minutes, %s represents am/pm,
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
  <!-- No profile selected label -->
  <string name="profile_no_selected">Profil seçilmedi</string>
  <string name="alarm_modification_service_desc">Bu hizmet alarmların üçüncü taraflarca değiştirilmesine izin verir.</string>
  <string name="power_on_text">Cihazı açtın mı?</string>
  <string name="power_on_text">Cihazı açık mı?</string>
  <string name="power_on_yes_text">Evet</string>
  <string name="power_on_no_text">Hayır</string>
</resources>