-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hardcore Sushi <[email protected]>
- Loading branch information
1 parent
bb821d5
commit e804059
Showing
2 changed files
with
334 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<resources> | ||
<string-array name="sort_orders_entries"> | ||
<item>שם</item> | ||
<item>גודל</item> | ||
<item>תאריך</item> | ||
<item>שם (בסדר יורד)</item> | ||
<item>גודל (בסדר יורד)</item> | ||
<item>תאריך (בסדר יורד)</item> | ||
</string-array> | ||
|
||
<string-array name="color_names"> | ||
<item>ירוק</item> | ||
<item>אדום</item> | ||
<item>כחול</item> | ||
<item>צהוב</item> | ||
<item>כתום</item> | ||
<item>סגול</item> | ||
<item>ורוד</item> | ||
</string-array> | ||
|
||
<string-array name="export_methods"> | ||
<item>אוטומטי (בהתאם לזיכרון הזמין)</item> | ||
<item>ייצוא זמני לאחסון הפנימי (אמין אך עשוי להשאיר עקבות)</item> | ||
<item>קובץ זיכרון (בטוח יותר אבל לא תמיד עובד)</item> | ||
</string-array> | ||
|
||
<!-- don't translate the following otherwise the app will crash --> | ||
<string-array name="sort_orders_values"> | ||
<item>name</item> | ||
<item>size</item> | ||
<item>date</item> | ||
<item>name_desc</item> | ||
<item>size_desc</item> | ||
<item>date_desc</item> | ||
</string-array> | ||
|
||
<string-array name="color_values"> | ||
<item>green</item> | ||
<item>red</item> | ||
<item>blue</item> | ||
<item>yellow</item> | ||
<item>orange</item> | ||
<item>purple</item> | ||
<item>pink</item> | ||
</string-array> | ||
|
||
<string-array name="export_methods_values"> | ||
<item>auto</item> | ||
<item>disk</item> | ||
<item>memory</item> | ||
</string-array> | ||
</resources> |
Oops, something went wrong.