-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ife34539df3b029173200cb2210b0f6e77b7ba703
- Loading branch information
1 parent
f97a31b
commit 8fa490c
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
SPDX-FileCopyrightText: 2022-2023 The LineageOS Project | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<string name="app_name">படமி</string> | ||
<string name="cancel_button_description">விலக்குக</string> | ||
<string name="confirm_button_description">உறுதிசெய்க</string> | ||
<string name="gallery_button_description">படத்தொகுப்பு</string> | ||
<string name="qr_share_description">பகிர்க</string> | ||
<string name="qr_text">உரை</string> | ||
<string name="qr_uri_title">உரலியைத் திறக்க</string> | ||
<string name="title_activity_settings">அமைப்புகள்</string> | ||
<string name="photos_header">ஒளிப்படங்கள்</string> | ||
<string name="video_header">காணொளி</string> | ||
<string name="camera_mode_photo">ஒளிப்படம்</string> | ||
<string name="camera_mode_video">காணொளி</string> | ||
<string name="camera_mode_qr">படிமம்</string> | ||
</resources> |