blob: 2d7cd8137ff96c0c27724addb71e1edefe24b520 [file] [log] [blame]
Eric Fischer46027fe2011-09-12 11:48:14 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2010 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Eric Fischer1d6cf9d2011-09-20 10:30:27 -070019 <string name="photoeditor_name" msgid="4738587346771969697">"Photo Studio"</string>
Eric Fischer171f5ea2012-04-30 11:50:37 -070020 <string name="loading_failure" msgid="7890360277163832130">"تعذر تحميل الصورة"</string>
21 <string name="saving_failure" msgid="8229491575433743974">"تعذر حفظ الصورة المعدلة"</string>
22 <string name="photo_saved" msgid="6163006724627682202">"تم حفظ الصورة المعدلة في <xliff:g id="FOLDER_NAME">%s</xliff:g>"</string>
Eric Fischerce8ae4f2012-05-07 12:09:40 -070023 <string name="discard_unsaved_photo" msgid="2353274490633681946">"هل تريد إلغاء أي تغييرات غير محفوظة؟"</string>
Eric Fischer46027fe2011-09-12 11:48:14 -070024 <string name="yes" msgid="5402582493291792293">"نعم"</string>
Eric Fischer0342ad02011-10-07 16:51:17 -070025 <string name="save" msgid="5516670392524294967">"حفظ"</string>
Eric Fischer46027fe2011-09-12 11:48:14 -070026 <string name="autofix" msgid="1663414996270538748">"إصلاح تلقائي"</string>
27 <string name="crop" msgid="7598378507763334041">"اقتصاص"</string>
28 <string name="crossprocess" msgid="4173724489001742342">"معالجة متقاطعة"</string>
29 <string name="documentary" msgid="50396326708699797">"وثائقي"</string>
30 <string name="doodle" msgid="1686409894518940990">"رسومات مبتكرة"</string>
31 <string name="duotone" msgid="8145893940788467106">"درجة لونين"</string>
Eric Fischer0342ad02011-10-07 16:51:17 -070032 <string name="facelift" msgid="6205748523156172637">"وهج الوجه"</string>
33 <string name="facetan" msgid="4412831806626044111">"سُمرة الوجه"</string>
Eric Fischer46027fe2011-09-12 11:48:14 -070034 <string name="filllight" msgid="2644989991700022526">"إضاءة تكميلية"</string>
35 <string name="fisheye" msgid="6037488646928998921">"عين سمكة"</string>
36 <string name="flip" msgid="2357692401826287480">"عكس"</string>
37 <string name="grain" msgid="7487585304579789098">"تحبب الفيلم"</string>
38 <string name="grayscale" msgid="7641563843060945228">"أبيض وأسود"</string>
Baligh Uddin824d9c12012-08-17 10:09:29 -070039 <string name="accessibility_black_and_white" msgid="1156382046161392389">"أبيض وأسود"</string>
Eric Fischer46027fe2011-09-12 11:48:14 -070040 <string name="highlight" msgid="3902653944386623972">"لمحات"</string>
41 <string name="lomoish" msgid="1270032154357186736">"Lomo"</string>
42 <string name="negative" msgid="1985508917342811252">"سلبي"</string>
43 <string name="posterize" msgid="4139212359561383385">"تتالٍ"</string>
44 <string name="redeye" msgid="4958448806369928239">"العين الحمراء"</string>
45 <string name="rotate" msgid="6607597269792373083">"تدوير"</string>
46 <string name="saturation" msgid="8621322012271169931">"تشبع اللون"</string>
47 <string name="sepia" msgid="7978093531824705601">"بني داكن"</string>
48 <string name="shadow" msgid="8235188588101973090">"ظلال"</string>
49 <string name="sharpen" msgid="8449662378104403230">"زيادة الحدة"</string>
50 <string name="straighten" msgid="5217801513491493491">"تسوية"</string>
51 <string name="temperature" msgid="1607987938521534517">"دفء الألوان"</string>
52 <string name="tint" msgid="154435943863418434">"تلوين خفيف"</string>
53 <string name="vignette" msgid="7648125924662648282">"نقوش صورة نصفية"</string>
54 <string name="crop_tooltip" msgid="8794037869706891710">"اسحب العلامات لاقتصاص الصورة"</string>
55 <string name="doodle_tooltip" msgid="2902117272374362915">"اسحب الصورة لإنشاء رسومات مبتكرة"</string>
56 <string name="flip_tooltip" msgid="2700943256714731737">"اسحب الصورة لقلبها"</string>
Eric Fischer171f5ea2012-04-30 11:50:37 -070057 <string name="redeye_tooltip" msgid="4183695928490874014">"انقر على العيون الحمراء لإزالتها"</string>
Eric Fischer46027fe2011-09-12 11:48:14 -070058 <string name="rotate_tooltip" msgid="7008602969130734229">"اسحب الصورة لتدويرها"</string>
59 <string name="straighten_tooltip" msgid="4846317027139212339">"اسحب الصورة لتسويتها"</string>
Baligh Uddin1327ecc2012-08-20 08:35:02 -070060 <string name="photoeditor_exposure" msgid="560535856805042987">"تأثيرات التعرض للضوء"</string>
61 <string name="photoeditor_color" msgid="834210916165605468">"تأثيرات الألوان"</string>
62 <string name="photoeditor_artistic" msgid="2810641816416597464">"التأثيرات الفنية"</string>
Baligh Uddin824d9c12012-08-17 10:09:29 -070063 <string name="photoeditor_fix" msgid="6441595584425037477">"إصلاح"</string>
64 <string name="photoeditor_undo" msgid="4831462549862253564">"تراجع"</string>
65 <string name="photoeditor_redo" msgid="5999984591376273768">"إعادة"</string>
Eric Fischer46027fe2011-09-12 11:48:14 -070066</resources>