Skip to content

Commit

Permalink
Automatic translation import
Browse files Browse the repository at this point in the history
Change-Id: I3927afd51e688ff1821fd55628d220acac4d78ba
  • Loading branch information
lineageos-gerrit committed Dec 2, 2024
1 parent e5356f9 commit 59805b1
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
39 changes: 39 additions & 0 deletions res/values-ga-rIE/cm_plurals.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 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">
<plurals name="duration_seconds">
<item quantity="one"><xliff:g id="count">%d</xliff:g> soic</item>
<item quantity="two"><xliff:g id="count">%d</xliff:g> soicind</item>
<item quantity="few"><xliff:g id="count">%d</xliff:g> soicind</item>
<item quantity="many"><xliff:g id="count">%d</xliff:g> soicind</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> soicind</item>
</plurals>
<plurals name="duration_minutes">
<item quantity="one"><xliff:g id="count">%d</xliff:g> nóim</item>
<item quantity="two"><xliff:g id="count">%d</xliff:g> nóiméad</item>
<item quantity="few"><xliff:g id="count">%d</xliff:g> nóiméad</item>
<item quantity="many"><xliff:g id="count">%d</xliff:g> nóiméad</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> nóiméad</item>
</plurals>
<plurals name="duration_hours">
<item quantity="one"><xliff:g id="count">%d</xliff:g> uair</item>
<item quantity="two"><xliff:g id="count">%d</xliff:g> uair an chloig</item>
<item quantity="few"><xliff:g id="count">%d</xliff:g> uair an chloig</item>
<item quantity="many"><xliff:g id="count">%d</xliff:g> uair an chloig</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> uair an chloig</item>
</plurals>
</resources>
24 changes: 24 additions & 0 deletions res/values-ga-rIE/cm_strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013-2016 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="text_download_speed"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</string>
<string name="download_paused">Sos</string>
<string name="download_paused_percent">Ar sos, %d%%</string>
<string name="button_resume_download">Tosaigh arís</string>
<string name="button_pause_download">Sos</string>
<string name="notif_summary_paused">%d ar sos</string>
</resources>

0 comments on commit 59805b1

Please sign in to comment.