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

Commit fe2a6133 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '1682-e_string' into 'master'

Add e_strings support

See merge request !99
parents 726f7787 9503d3d9
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@
    <string name="gms_settings_name">Налады microG</string>
    <string name="gms_settings_summary">Налады сэрвісаў microG</string>

    <string name="just_a_sec">Калі ласка, пачакайце...</string>
    <string name="google_account_label">Google microG</string>
    <string name="just_a_sec">Калі ласка, пачакайце</string>
    <string name="google_account_label">Google</string>
    <string name="ask_permission_tos">Працягваючы, вы дазваляеце гэтаму прыкладанню і Google выкарыстоўваць сваю інфармацыю ў адпаведнасці з іх ўмовамі прадастаўлення паслуг і палітыкамі прыватнасці.</string>
    <string name="ask_scope_permission_title"><xliff:g example="F-Droid">%1$s</xliff:g> хацеў бы:</string>
    <string name="ask_service_permission_title"><xliff:g example="F-Droid">%1$s</xliff:g> хацеў бы выкарыстаць:</string>
@@ -133,7 +133,8 @@
    <string name="pref_gcm_confirm_new_apps_title">Пацверджваць новыя прыкладанні</string>
    <string name="pref_gcm_confirm_new_apps_summary">Пытаць дазвол перад прывязкай новых прыкладанняў для атрымання push-паведамленняў</string>
    <string name="pref_gcm_ping_interval">Інтэрвал праверкі: <xliff:g example="10 минут">%1$s</xliff:g></string>
    <string name="pref_about_title">Аб сэрвісах microG Services Core</string>
	
    <string name="pref_about_title">Аб сэрвісах microG Services</string>
    <string name="pref_about_summary">Інфармацыя аб версіі і выкарыстоўваныя бібліятэкі</string>

    <string name="gcm_app_error_unregistering">Не атрымалася адвязаць</string>
+23 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright Murena SAS 2023
  ~ This program is free software: you can redistribute it and/or modify
  ~ it under the terms of the GNU General Public License as published by
  ~ the Free Software Foundation, either version 3 of the License, or
  ~ (at your option) any later version.
  ~
  ~ This program is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~ GNU General Public License for more details.
  ~
  ~ You should have received a copy of the GNU General Public License
  ~  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="allow_connecting_google_servers">Erlaube Verbindungen zu Google-Servern</string>
    <string name="connecting_google_servers_summary">Wenn das deaktiviert ist, werden alle Verbindungen durch MicroG zu Google-Servern unterbunden. Das überschreibt spezifische Einstellungen.</string>
    <string name="connect_google_via_tor_network">Mit Google über das Tor-Netzwerk verbinden</string>
    <string name="connect_google_via_tor_network_summary">Orbot muss installiert sein
\nNoch nicht unterstützt</string>
</resources>
 No newline at end of file
Loading