Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
thunar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
268
Issues
268
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xfce
thunar
Commits
d9076eef
Commit
d9076eef
authored
Dec 05, 2010
by
Jannis Pohlmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.1.5!
parent
d9f4d906
Changes
55
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
55 changed files
with
10530 additions
and
7950 deletions
+10530
-7950
NEWS
NEWS
+14
-1
configure.in.in
configure.in.in
+2
-2
po/ar.po
po/ar.po
+138
-148
po/ast.po
po/ast.po
+147
-150
po/be.po
po/be.po
+147
-150
po/bn.po
po/bn.po
+145
-148
po/ca.po
po/ca.po
+337
-132
po/cs.po
po/cs.po
+146
-148
po/da.po
po/da.po
+334
-147
po/de.po
po/de.po
+381
-143
po/dz.po
po/dz.po
+144
-150
po/el.po
po/el.po
+387
-220
po/en_GB.po
po/en_GB.po
+146
-149
po/eo.po
po/eo.po
+143
-148
po/es.po
po/es.po
+366
-144
po/et.po
po/et.po
+144
-150
po/eu.po
po/eu.po
+329
-129
po/fi.po
po/fi.po
+147
-149
po/fr.po
po/fr.po
+147
-149
po/gl.po
po/gl.po
+147
-150
po/he.po
po/he.po
+164
-163
po/hr.po
po/hr.po
+141
-148
po/hu.po
po/hu.po
+48
-28
po/id.po
po/id.po
+454
-260
po/it.po
po/it.po
+378
-148
po/ja.po
po/ja.po
+462
-267
po/ka.po
po/ka.po
+137
-148
po/kk.po
po/kk.po
+321
-135
po/ko.po
po/ko.po
+144
-150
po/ku.po
po/ku.po
+144
-150
po/lt.po
po/lt.po
+144
-150
po/lv.po
po/lv.po
+147
-150
po/mk.po
po/mk.po
+144
-150
po/nb.po
po/nb.po
+147
-149
po/nl.po
po/nl.po
+144
-150
po/nn.po
po/nn.po
+144
-150
po/pa.po
po/pa.po
+142
-148
po/pl.po
po/pl.po
+147
-149
po/pt.po
po/pt.po
+351
-154
po/pt_BR.po
po/pt_BR.po
+366
-214
po/ro.po
po/ro.po
+147
-150
po/ru.po
po/ru.po
+147
-150
po/si.po
po/si.po
+138
-148
po/sk.po
po/sk.po
+291
-117
po/sq.po
po/sq.po
+147
-150
po/sv.po
po/sv.po
+147
-150
po/tr.po
po/tr.po
+145
-148
po/ug.po
po/ug.po
+147
-150
po/uk.po
po/uk.po
+147
-150
po/ur.po
po/ur.po
+146
-149
po/ur_PK.po
po/ur_PK.po
+146
-149
po/vi.po
po/vi.po
+143
-149
po/zh_CN.po
po/zh_CN.po
+12
-13
po/zh_TW.po
po/zh_TW.po
+459
-309
thunar/thunar-notify.c
thunar/thunar-notify.c
+8
-0
No files found.
NEWS
View file @
d9076eef
1.1.
x
1.1.
5
=====
- Make .desktop entries installed by Thunar validate against
desktop-file-utils 0.16 (bug #6655). Patch by Samuli Suominen.
- Fix missing instruction to load the sendto model (bug #6762).
- Fix the sample D-Bus client for the org.xfce.FileManager interface.
- Fix home folder being displayed as "Desktop" if $HOME is set to
/home/username/Desktop.
- Fix outdated Thunar D-Bus API usage in the trash panel applet.
- Create user dirs instead of showing an error if they don't exist.
- Allow scrolling in the 'Open With' combo box of the file properties
dialog (bug #3055).
- Expand filenames starting with './' based on the current working
...
...
@@ -12,11 +17,19 @@
- Permanently delete files if at least one of them cannot be trashed
(bug #6748).
- Fix a typo in configure.in.in (bug #6724).
- Include panel macro header (bug #6680).
- Use GTK_STOCK_FILE as the fallback icon for files (bug #6662).
- Fix compiler warnings about shadowed variables.
- Use Name field as display name of desktop entries (bug #6860).
- Fix a memory leak in thunar_transfer_job_execute().
- Fix a segmentation fault when reloading files.
- Avoid GIO 2.20 function calls.
- Properly avoid launching the file manager recursively by checking
the GAppInfo id/name.
- Translation updates: Hungarian, German, Slovak,
Portuguese (Brazilian), Chinese (China), Greek, Catalan (Valencian),
Italian, Basque, Spanish (Castilian), Kazakh, Portuguese, Hebrew,
Galician, Indonesian, Chinese (Taiwan), Japanese,
1.1.4
=====
...
...
configure.in.in
View file @
d9076eef
...
...
@@ -25,10 +25,10 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [2])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [1])
m4_define([thunar_version_micro], [
4
])
m4_define([thunar_version_micro], [
5
])
m4_define([thunar_version_nano], [])
m4_define([thunar_version_build], [@REVISION@])
m4_define([thunar_version_tag], [
git
])
m4_define([thunar_version_tag], [])
m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(), [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
dnl *******************************************
...
...
po/ar.po
View file @
d9076eef
...
...
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ar\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-1
1-04 14:35
+0100\n"
"POT-Creation-Date: 2010-1
2-05 16:18
+0100\n"
"PO-Revision-Date: 2008-07-18 20:26+0200\n"
"Last-Translator: Mohamed Magdy <mohamedmk@gmail.com>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
...
...
@@ -51,30 +51,30 @@ msgid "Thunar"
msgstr "Thunar"
#. initialize Gtk+
#: ../thunar/main.c:1
59
#: ../thunar/main.c:1
45
msgid "[FILES...]"
msgstr "ملفات..."
#: ../thunar/main.c:1
66
#: ../thunar/main.c:1
52
#, c-format
msgid "Thunar: Failed to open display: %s\n"
msgstr "سونار: فشل في فتح العرض: %s\n"
#. yep, there's an error, so print it
#: ../thunar/main.c:1
71
#: ../thunar/main.c:1
57
#, c-format
msgid "Thunar: %s\n"
msgstr ""
#: ../thunar/main.c:1
82
#: ../thunar/main.c:1
68
msgid "The Thunar development team. All rights reserved."
msgstr "فريق التطوير Thunar جميع الحقوق محفوظة."
#: ../thunar/main.c:1
83
#: ../thunar/main.c:1
69
msgid "Written by Benedikt Meurer <benny@xfce.org>."
msgstr ""
#: ../thunar/main.c:1
84
#: ../thunar/main.c:1
70
#, c-format
msgid "Please report bugs to <%s>."
msgstr ""
...
...
@@ -140,9 +140,9 @@ msgstr "فشل في تنفيذ الأمر"
#. tell the user that we were unable to launch the file specified
#: ../thunar/thunar-application.c:1040 ../thunar/thunar-application.c:1166
#: ../thunar/thunar-launcher.c:1065 ../thunar/thunar-location-entry.c:3
89
#: ../thunar/thunar-location-entry.c:4
17
#: ../thunar/thunar-shortcuts-view.c:1277 ../thunar/thunar-window.c:150
6
#: ../thunar/thunar-launcher.c:1065 ../thunar/thunar-location-entry.c:3
94
#: ../thunar/thunar-location-entry.c:4
22
#: ../thunar/thunar-shortcuts-view.c:1277 ../thunar/thunar-window.c:150
7
#, c-format
msgid "Failed to open \"%s\""
msgstr "فشل في فتح \"%s\""
...
...
@@ -255,7 +255,7 @@ msgstr ""
#. prepare the menu item
#: ../thunar/thunar-application.c:1870 ../thunar/thunar-location-buttons.c:171
#: ../thunar/thunar-shortcuts-view.c:875 ../thunar/thunar-tree-view.c:1145
#: ../thunar/thunar-window.c:29
5 ../plugins/thunar-tpa/thunar-tpa.c:169
#: ../thunar/thunar-window.c:29
6 ../plugins/thunar-tpa/thunar-tpa.c:177
#, fuzzy
msgid "_Empty Trash"
msgstr "_ملف فارغ"
...
...
@@ -286,25 +286,24 @@ msgstr "فشل في حذف \"%s\""
msgid "Restoring files..."
msgstr "حذف الملفات..."
#. tell the user that it didn't work
#: ../thunar/thunar-chooser-button.c:234 ../thunar/thunar-chooser-dialog.c:465
#: ../thunar/thunar-chooser-button.c:309 ../thunar/thunar-chooser-dialog.c:465
#, c-format
msgid "Failed to set default application for \"%s\""
msgstr ""
#: ../thunar/thunar-chooser-button.c:306
msgid "No application selected"
msgstr "ﻻ توجد اي برنامج منتقى"
#: ../thunar/thunar-chooser-button.c:313
#: ../thunar/thunar-chooser-button.c:439
#, c-format
msgid ""
"The selected application is used to open this and other files of type \"%s\"."
msgstr ""
#. add the "Other Application..." choice
#: ../thunar/thunar-chooser-button.c:425
msgid "_Other Application..."
#: ../thunar/thunar-chooser-button.c:489
msgid "No application selected"
msgstr "ﻻ توجد اي برنامج منتقى"
#: ../thunar/thunar-chooser-button.c:502
#, fuzzy
msgid "Other Application..."
msgstr "_تطبيق آخر..."
#: ../thunar/thunar-chooser-dialog.c:185 ../thunar/thunar-launcher.c:171
...
...
@@ -503,7 +502,7 @@ msgstr ""
#. tell the user that we're unable to determine the file info
#: ../thunar/thunar-column-model.c:858 ../thunar/thunar-list-model.c:682
#: ../thunar/thunar-list-model.c:710
#: ../thunar/thunar-permissions-chooser.c:240 ../thunar/thunar-util.c:2
36
#: ../thunar/thunar-permissions-chooser.c:240 ../thunar/thunar-util.c:2
69
#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:458
#: ../plugins/thunar-apr/thunar-apr-image-page.c:285
#: ../plugins/thunar-apr/thunar-apr-image-page.c:286
...
...
@@ -786,32 +785,32 @@ msgstr "ملف"
msgid "File Name"
msgstr "إسم الملف"
#: ../thunar/thunar-file.c:8
36
../thunar/thunar-shortcuts-view.c:279
#: ../thunar/thunar-window.c:31
1
#: ../thunar/thunar-file.c:8
64
../thunar/thunar-shortcuts-view.c:279
#: ../thunar/thunar-window.c:31
2
msgid "File System"
msgstr "نظام الملفات"
#: ../thunar/thunar-file.c:9
14
#: ../thunar/thunar-file.c:9
43
#, c-format
msgid "The root folder has no parent"
msgstr ""
#: ../thunar/thunar-file.c:
977
#: ../thunar/thunar-file.c:
1006
#, fuzzy, c-format
msgid "Failed to parse the desktop file: %s"
msgstr "فشل في انشاء المجلد \"%s\""
#: ../thunar/thunar-file.c:10
15
#: ../thunar/thunar-file.c:10
44
#, c-format
msgid "No Exec field specified"
msgstr "لم يتم تحديد حقل Exec "
#: ../thunar/thunar-file.c:10
36
#: ../thunar/thunar-file.c:10
65
#, c-format
msgid "No URL field specified"
msgstr "لم يتم تحديد حقل URL"
#: ../thunar/thunar-file.c:10
42
#: ../thunar/thunar-file.c:10
71
#, c-format
msgid "Invalid desktop file"
msgstr "ملف سطح المكتب غير صالح"
...
...
@@ -834,11 +833,6 @@ msgstr "الى الأمام"
msgid "Go to the next visited folder"
msgstr "اذهب الى المجلد التالي"
#: ../thunar/thunar-icon-factory.c:650
#, c-format
msgid "Failed to load fallback icon from \"%s\" (%s). Check your installation!"
msgstr ""
#: ../thunar/thunar-icon-view.c:164
msgid "Icon based directory listing"
msgstr ""
...
...
@@ -1105,7 +1099,7 @@ msgstr[2] ""
msgid "Open With \"%s\""
msgstr "إفتح مع \"%s\""
#: ../thunar/thunar-launcher.c:1383 ../thunar/thunar-location-entry.c:64
1
#: ../thunar/thunar-launcher.c:1383 ../thunar/thunar-location-entry.c:64
6
#: ../thunar/thunar-shortcuts-view.c:1307
#: ../thunar/thunar-shortcuts-view.c:1545 ../thunar/thunar-tree-view.c:1908
#, c-format
...
...
@@ -1222,7 +1216,7 @@ msgstr[2] ""
msgid "Create _Folder..."
msgstr "أنشئ مجلد..."
#: ../thunar/thunar-location-buttons.c:171 ../thunar/thunar-window.c:29
5
#: ../thunar/thunar-location-buttons.c:171 ../thunar/thunar-window.c:29
6
msgid "Delete all files and folders in the Trash"
msgstr ""
...
...
@@ -1270,51 +1264,51 @@ msgstr "نسخ أو نقل الملفات المختارة مسبقا بـ نس
msgid "View the properties of the folder \"%s\""
msgstr "أظهر خصائص المجلد \"%s\""
#: ../thunar/thunar-location-dialog.c:6
5
#: ../thunar/thunar-location-dialog.c:6
7
msgid "Open Location"
msgstr ""
#: ../thunar/thunar-location-dialog.c:
79
#: ../thunar/thunar-location-dialog.c:
81
msgid "_Location:"
msgstr ""
#: ../thunar/thunar-location-entry.c:38
2
#: ../thunar/thunar-location-entry.c:38
7
#, fuzzy, c-format
msgid "File does not exist"
msgstr "قائمة الملف"
#: ../thunar/thunar-location-entry.c:7
26
#: ../thunar/thunar-location-entry.c:7
31
#, fuzzy, c-format
msgid "Failed to determine the mount point of \"%s\""
msgstr "فشل في تحديد نقطة التركيب لـ %s"
#: ../thunar/thunar-notify.c:
9
3
#: ../thunar/thunar-notify.c:
12
3
msgid "Unmounting device"
msgstr ""
#: ../thunar/thunar-notify.c:
9
4
#: ../thunar/thunar-notify.c:
12
4
#, c-format
msgid ""
"The device \"%s\" is being unmounted by the system. Please do not remove the "
"media or disconnect the drive"
msgstr ""
#: ../thunar/thunar-notify.c:1
00 ../thunar/thunar-notify.c:207
#: ../thunar/thunar-notify.c:1
30 ../thunar/thunar-notify.c:248
msgid "Writing data to device"
msgstr ""
#: ../thunar/thunar-notify.c:1
01 ../thunar/thunar-notify.c:208
#: ../thunar/thunar-notify.c:1
31 ../thunar/thunar-notify.c:249
#, c-format
msgid ""
"There is data that needs to be written to the device \"%s\" before it can be "
"removed. Please do not remove the media or disconnect the drive"
msgstr ""
#: ../thunar/thunar-notify.c:2
01
#: ../thunar/thunar-notify.c:2
42
msgid "Ejecting device"
msgstr ""
#: ../thunar/thunar-notify.c:2
02
#: ../thunar/thunar-notify.c:2
43
#, c-format
msgid "The device \"%s\" is being ejected. This may take some time"
msgstr ""
...
...
@@ -1324,11 +1318,11 @@ msgstr ""
msgid "No templates installed"
msgstr ""
#: ../thunar/thunar-path-entry.c:22
2
#: ../thunar/thunar-path-entry.c:22
4
msgid "Icon size"
msgstr "حجم الأيقونة"
#: ../thunar/thunar-path-entry.c:22
3
#: ../thunar/thunar-path-entry.c:22
5
msgid "The icon size for the path entry"
msgstr ""
...
...
@@ -1820,11 +1814,11 @@ msgstr "\"%s\" خصائص"
msgid "broken link"
msgstr "وصلة مكسورة"
#: ../thunar/thunar-renamer-dialog.c:177 ../thunar/thunar-window.c:29
2
#: ../thunar/thunar-renamer-dialog.c:177 ../thunar/thunar-window.c:29
3
msgid "_File"
msgstr "_ملف"
#: ../thunar/thunar-renamer-dialog.c:178 ../thunar/thunar-window.c:29
4
#: ../thunar/thunar-renamer-dialog.c:178 ../thunar/thunar-window.c:29
5
msgid "_Send To"
msgstr ""
...
...
@@ -1848,7 +1842,7 @@ msgstr "امسح"
msgid "Clear the file list below"
msgstr "امسح لائحة الملفات أسفله"
#: ../thunar/thunar-renamer-dialog.c:183 ../thunar/thunar-window.c:32
2
#: ../thunar/thunar-renamer-dialog.c:183 ../thunar/thunar-window.c:32
3
msgid "_About"
msgstr "_حول"
...
...
@@ -1969,10 +1963,6 @@ msgid ""
"Do you want to skip this file and continue to rename the remaining files?"
msgstr "هل تريد تجاوز هذا الملف و تغيير اسم باقي الملفات؟"
#: ../thunar/thunar-shortcuts-model.c:299
msgid "Desktop"
msgstr ""
#: ../thunar/thunar-shortcuts-pane.c:360
msgid "Side Pane (Create Shortcut)"
msgid_plural "Side Pane (Create Shortcuts)"
...
...
@@ -2239,26 +2229,26 @@ msgstr "تجميع الملفات..."
msgid "Trying to restore \"%s\""
msgstr "فشل في حذف \"%s\""
#: ../thunar/thunar-transfer-job.c:69
0
#: ../thunar/thunar-transfer-job.c:69
1
#, c-format
msgid ""
"The folder \"%s\" does not exist anymore but is required to restore the file "
"\"%s\" from the trash"
msgstr ""
#: ../thunar/thunar-transfer-job.c:71
5
#: ../thunar/thunar-transfer-job.c:71
6
#, fuzzy, c-format
msgid "Failed to restore the folder \"%s\""
msgstr "فشل في فتح الملف \"%s\"`"
#. update progress information
#: ../thunar/thunar-transfer-job.c:73
2
#: ../thunar/thunar-transfer-job.c:73
6
#, fuzzy, c-format
msgid "Trying to move \"%s\""
msgstr "فشل في حذف \"%s\""
#. update progress information
#: ../thunar/thunar-transfer-job.c:7
57
#: ../thunar/thunar-transfer-job.c:7
61
#, c-format
msgid "Could not move \"%s\" directly. Collecting files for copying..."
msgstr ""
...
...
@@ -2286,342 +2276,342 @@ msgstr "_لصق في المجل"
msgid "P_roperties..."
msgstr "_خصائص"
#: ../thunar/thunar-util.c:
89
#: ../thunar/thunar-util.c:
95
#, c-format
msgid "Invalid path"
msgstr ""
#: ../thunar/thunar-util.c:12
5
#: ../thunar/thunar-util.c:12
9
#, c-format
msgid "Unknown user \"%s\""
msgstr "شخص غير مسجل \"%s\""
#. TRANSLATORS: file was modified less than one day ago
#: ../thunar/thunar-util.c:
185
#: ../thunar/thunar-util.c:
218
msgid "Today"
msgstr "اليوم"
#. TRANSLATORS: file was modified less than one day ago
#: ../thunar/thunar-util.c:
190
#: ../thunar/thunar-util.c:
223
#, c-format
msgid "Today at %X"
msgstr "اليوم عند %X"
#. TRANSLATORS: file was modified less than two days ago
#: ../thunar/thunar-util.c:
198
#: ../thunar/thunar-util.c:
231
msgid "Yesterday"
msgstr "البارحة"
#. TRANSLATORS: file was modified less than two days ago
#: ../thunar/thunar-util.c:2
03
#: ../thunar/thunar-util.c:2
36
#, c-format
msgid "Yesterday at %X"
msgstr "البارحة عند %X"
#. Days from last week
#: ../thunar/thunar-util.c:2
11
#: ../thunar/thunar-util.c:2
44
#, c-format
msgid "%A at %X"
msgstr "%A عند %X"
#. Any other date
#: ../thunar/thunar-util.c:2
16
#: ../thunar/thunar-util.c:2
49
#, c-format
msgid "%x at %X"
msgstr "%x عند %X"
#: ../thunar/thunar-window.c:29
3
#: ../thunar/thunar-window.c:29
4
msgid "Open New _Window"
msgstr "فتح في نافذة جديدة"
#: ../thunar/thunar-window.c:29
3
#: ../thunar/thunar-window.c:29
4
msgid "Open a new Thunar window for the displayed location"
msgstr ""
#: ../thunar/thunar-window.c:29
6
#: ../thunar/thunar-window.c:29
7
msgid "Close _All Windows"
msgstr "_غلق جميع النوافذ"
#: ../thunar/thunar-window.c:29
6
#: ../thunar/thunar-window.c:29
7
msgid "Close all Thunar windows"
msgstr "غلق جميع نوافذ Thunar"
#: ../thunar/thunar-window.c:29
7
#: ../thunar/thunar-window.c:29
8
msgid "_Close"
msgstr "_غلق"
#: ../thunar/thunar-window.c:29
7
#: ../thunar/thunar-window.c:29
8
msgid "Close this window"
msgstr "غلق هذه النافذة"
#: ../thunar/thunar-window.c:29
8
#: ../thunar/thunar-window.c:29
9
msgid "_Edit"
msgstr "_تحرير"
#: ../thunar/thunar-window.c:
299
#: ../thunar/thunar-window.c:
300
msgid "Pr_eferences..."
msgstr "تف_ضيلات"
#: ../thunar/thunar-window.c:
299
#: ../thunar/thunar-window.c:
300
msgid "Edit Thunars Preferences"
msgstr "_غير تفضيلات Thunar"
#: ../thunar/thunar-window.c:30
0
#: ../thunar/thunar-window.c:30
1
msgid "_View"
msgstr "_أظهر"
#: ../thunar/thunar-window.c:30
1
#: ../thunar/thunar-window.c:30
2
msgid "_Reload"
msgstr "_إعادة تحميل"
#: ../thunar/thunar-window.c:30
1
#: ../thunar/thunar-window.c:30
2
msgid "Reload the current folder"
msgstr "إعادة تحميل المجلد الحالي"
#: ../thunar/thunar-window.c:30
2
#: ../thunar/thunar-window.c:30
3
msgid "_Location Selector"
msgstr ""
#: ../thunar/thunar-window.c:30
3
#: ../thunar/thunar-window.c:30
4
msgid "_Side Pane"
msgstr ""
#: ../thunar/thunar-window.c:30
4
#: ../thunar/thunar-window.c:30
5
msgid "Zoom I_n"
msgstr "كبّر_"
#: ../thunar/thunar-window.c:30
4
#: ../thunar/thunar-window.c:30
5
msgid "Show the contents in more detail"
msgstr "أظهر المحتويات بمزيد من التفاصيل"
#: ../thunar/thunar-window.c:30
5
#: ../thunar/thunar-window.c:30
6
msgid "Zoom _Out"
msgstr "صغّر_"
#: ../thunar/thunar-window.c:30
5
#: ../thunar/thunar-window.c:30
6
msgid "Show the contents in less detail"
msgstr "أظهر المحتويات بتفاصيل أقل"
#: ../thunar/thunar-window.c:30
6
#: ../thunar/thunar-window.c:30
7
msgid "Normal Si_ze"
msgstr "حجم عادي"
#: ../thunar/thunar-window.c:30
6
#: ../thunar/thunar-window.c:30
7
msgid "Show the contents at the normal size"
msgstr "أظهر المحتويات بالحجم العادي"
#: ../thunar/thunar-window.c:30
7
#: ../thunar/thunar-window.c:30
8
msgid "_Go"
msgstr "_إذهب"
#: ../thunar/thunar-window.c:30
8
#: ../thunar/thunar-window.c:30
9
msgid "Open _Parent"
msgstr ""
#: ../thunar/thunar-window.c:30
8
#: ../thunar/thunar-window.c:30
9
msgid "Open the parent folder"
msgstr ""
#: ../thunar/thunar-window.c:3
09
#: ../thunar/thunar-window.c:3
10
msgid "_Home"
msgstr "_المنزل"
#: ../thunar/thunar-window.c:3
09
#: ../thunar/thunar-window.c:3
10
msgid "Go to the home folder"
msgstr "_إذهب الى مجلد المنزل"
#: ../thunar/thunar-window.c:31
0
#: ../thunar/thunar-window.c:31
1
#, fuzzy
msgid "Go to the desktop folder"
msgstr "_إذهب الى مجلد المنزل"
#: ../thunar/thunar-window.c:31
1
#: ../thunar/thunar-window.c:31
2
#, fuzzy
msgid "Browse the file system"
msgstr "تصفح ملفات الجهاز بمدير الملفات"
#: ../thunar/thunar-window.c:31
2
#: ../thunar/thunar-window.c:31
3
#, fuzzy
msgid "Go to the documents folder"
msgstr "_إذهب الى مجلد المنزل"
#: ../thunar/thunar-window.c:31
3
#: ../thunar/thunar-window.c:31
4
#, fuzzy
msgid "Go to the downloads folder"
msgstr "_إذهب الى مجلد المنزل"
#: ../thunar/thunar-window.c:31
4
#: ../thunar/thunar-window.c:31
5
#, fuzzy
msgid "Go to the music folder"
msgstr "_إذهب الى مجلد المنزل"
#: ../thunar/thunar-window.c:31
5
#: ../thunar/thunar-window.c:31
6
#, fuzzy
msgid "Go to the pictures folder"
msgstr "_إذهب الى مجلد المنزل"
#: ../thunar/thunar-window.c:31
6
#: ../thunar/thunar-window.c:31
7
#, fuzzy
msgid "Go to the videos folder"
msgstr "_إذهب الى مجلد المنزل"
#: ../thunar/thunar-window.c:31
7
#: ../thunar/thunar-window.c:31
8
#, fuzzy
msgid "Go to the public folder"
msgstr "_إذهب الى مجلد المنزل"
#: ../thunar/thunar-window.c:31
8
#: ../thunar/thunar-window.c:31
9
msgid "T_emplates"
msgstr "القوال_ب"
#: ../thunar/thunar-window.c:31
8
#: ../thunar/thunar-window.c:31
9
msgid "Go to the templates folder"
msgstr ""
#: ../thunar/thunar-window.c:3
19
#: ../thunar/thunar-window.c:3
20
#, fuzzy
msgid "_Open Location..."
msgstr "_إفتح مع برامج أخرى..."
#: ../thunar/thunar-window.c:3
19
#: ../thunar/thunar-window.c:3
20
msgid "Specify a location to open"
msgstr ""
#: ../thunar/thunar-window.c:32
0
#: ../thunar/thunar-window.c:32
1
msgid "_Help"
msgstr "_مساعدة"
#: ../thunar/thunar-window.c:32
1
#: ../thunar/thunar-window.c:32
2
msgid "_Contents"
msgstr "ال_محتويات"
#: ../thunar/thunar-window.c:32
1
#: ../thunar/thunar-window.c:32
2
msgid "Display Thunar user manual"
msgstr "أظهر دليل المستخدم Thunar"
#: ../thunar/thunar-window.c:32
2
#: ../thunar/thunar-window.c:32
3
msgid "Display information about Thunar"
msgstr "أظهر معلومات حول Thunar"
#: ../thunar/thunar-window.c:32
7
#: ../thunar/thunar-window.c:32
8
msgid "Show _Hidden Files"
msgstr "_أظهر الملفات المخبئة"
#: ../thunar/thunar-window.c:32
7
#: ../thunar/thunar-window.c:32
8
msgid "Toggles the display of hidden files in the current window"
msgstr "أظهر الملفات المخبأة في هذه النافذة"
#: ../thunar/thunar-window.c:32
8
#: ../thunar/thunar-window.c:32
9
msgid "_Pathbar Style"
msgstr ""
#: ../thunar/thunar-window.c:32
8
#: ../thunar/thunar-window.c:32
9
msgid "Modern approach with buttons that correspond to folders"
msgstr ""
#: ../thunar/thunar-window.c:3
29
#: ../thunar/thunar-window.c:3
30
msgid "_Toolbar Style"
msgstr ""
#: ../thunar/thunar-window.c:3
29
#: ../thunar/thunar-window.c:3
30
msgid "Traditional approach with location bar and navigation buttons"
msgstr ""
#: ../thunar/thunar-window.c:33
0
#: ../thunar/thunar-window.c:33
1
msgid "_Shortcuts"
msgstr "_إختصارات"
#: ../thunar/thunar-window.c:33
0
#: ../thunar/thunar-window.c:33
1
msgid "Toggles the visibility of the shortcuts pane"
msgstr ""
#: ../thunar/thunar-window.c:33
1
#: ../thunar/thunar-window.c:33
2
msgid "_Tree"
msgstr "_شجرة"
#: ../thunar/thunar-window.c:33
1
#: ../thunar/thunar-window.c:33
2