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

Commit 8808e7be authored by Abhisek Devkota's avatar Abhisek Devkota
Browse files

Automatic translation import

Change-Id: Ice24c5b997459a462f8136e544e9f8ff1799e7fe
Ticket: RM-231
parent a399cc03
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
    Copyright (C) 2012 The Android Open Source 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">
  <!--
    The city names are presented to the user in an alphabetically-sorted list with section headers.
    The section header is the "index" of all the cities in the section. By default, the section
    header is the first character of the city name.

    However, in some languages, cities are listed under an incorrect index.

    Should a city be listed under an incorrect index, the correct index can be manually specified
    by adding an index to the translation string before the "=" placeholder:
        <item>[index]<xliff:g id="separator">=</xliff:g>[city name]</item>

        Ex. <item>A<xliff:g id="separator">=</xliff:g>Abidjan</item>
        Now Abidjan will be classified under the "A" index.

    Note that the separator "=" should NOT be localized. The index can be multi-character; it will
    consist of all specified characters before the "=" separator.

    This will NOT change the sort order of the cities list. It will solve issues where a city is
    mistakenly listed under its own index instead of being included in a section immediately
    before or after its listing.
    -->
</resources>
+31 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2015 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">
  <!-- Settings summary for the volume buttons setting. -->
  <!-- Setting title for the flip action setting. -->
  <!-- Setting summary for the flip action setting. -->
  <!-- Setting title for the shake action setting. -->
  <!-- Setting summary for the shake action setting. -->
  <!-- Summary texts for shake and flip actions -->
  <!-- Setting title for accessing the cLock widget settings -->
  <!-- Setting title for showing/hiding the alarm status bar icon -->
  <!-- Setting summary for showing/hiding the alarm statusbar icon -->
  <!-- Setting labels on Set alarm screen: Increasing volume on or off -->
  <!-- Setting labels on Set alarm screen: Choose profile -->
  <!-- No profile selected label -->
</resources>
+423 −0

File added.

Preview size limit exceeded, changes collapsed.

+18 −0
Original line number Diff line number Diff line
@@ -17,15 +17,33 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- Settings summary for the volume buttons setting. -->
  <string name="volume_buttons_summary">Menekan tombol volume akan <xliff:g id="action">%s</xliff:g></string>
  <!-- Setting title for the flip action setting. -->
  <string name="flip_action_title">Tindakan membalik</string>
  <!-- Setting summary for the flip action setting. -->
  <string name="flip_action_summary" product="tablet">Membalikkan tablet ke bawah akan <xliff:g id="action">%s</xliff:g></string>
  <string name="flip_action_summary" product="default">Membalikkan telepon ke bawah akan <xliff:g id="action">%s</xliff:g></string>
  <!-- Setting title for the shake action setting. -->
  <string name="shake_action_title">Tindakan goyang</string>
  <!-- Setting summary for the shake action setting. -->
  <string name="shake_action_summary" product="tablet">Menggoyangkan tablet akan <xliff:g id="action">%s</xliff:g></string>
  <string name="shake_action_summary" product="default">Menggoyangkan ponsel akan <xliff:g id="action">%s</xliff:g></string>
  <!-- Summary texts for shake and flip actions -->
  <string name="action_summary_snooze">tunda alarm</string>
  <string name="action_summary_dismiss">mengabaikan alarm</string>
  <string name="action_summary_do_nothing">tidak melakukan apa-apa</string>
  <!-- Setting title for accessing the cLock widget settings -->
  <string name="menu_item_widget_settings">Pengaturan gawit</string>
  <string name="activity_not_found">Aktivitas tidak ditemukan!</string>
  <!-- Setting title for showing/hiding the alarm status bar icon -->
  <string name="show_status_bar_icon_title">Tampilkan ikon</string>
  <!-- Setting summary for showing/hiding the alarm statusbar icon -->
  <string name="show_status_bar_icon_summary">Perlihatkan ikon di bilah status ketika alarm telah diatur</string>
  <!-- Setting labels on Set alarm screen: Increasing volume on or off -->
  <string name="alarm_increasing_volume">Meningkatkan volume</string>
  <!-- Setting labels on Set alarm screen: Choose profile -->
  <string name="profile_description">Profil <xliff:g id="profile">%s</xliff:g></string>
  <!-- No profile selected label -->
  <string name="profile_no_selected">Tidak ada profil yang terpilih</string>
  <string name="alarm_modification_service_desc">Layanan yang mengizinkan manipulasi alarm oleh pihak ketiga.</string>
</resources>