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
1f5aadcc
Commit
1f5aadcc
authored
Jul 25, 2010
by
Jannis Pohlmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.1.1!
parent
698e2af7
Changes
58
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
58 changed files
with
36988 additions
and
8249 deletions
+36988
-8249
ChangeLog
ChangeLog
+22499
-0
NEWS
NEWS
+30
-0
configure.in.in
configure.in.in
+2
-2
po/Thunar.pot
po/Thunar.pot
+3292
-0
po/ar.po
po/ar.po
+107
-78
po/ast.po
po/ast.po
+107
-78
po/be.po
po/be.po
+111
-82
po/bn.po
po/bn.po
+223
-185
po/ca.po
po/ca.po
+115
-85
po/cs.po
po/cs.po
+107
-78
po/da.po
po/da.po
+109
-80
po/de.po
po/de.po
+447
-196
po/dz.po
po/dz.po
+109
-80
po/el.po
po/el.po
+442
-192
po/en_GB.po
po/en_GB.po
+107
-78
po/eo.po
po/eo.po
+107
-78
po/es.po
po/es.po
+107
-78
po/et.po
po/et.po
+109
-80
po/eu.po
po/eu.po
+107
-79
po/fi.po
po/fi.po
+109
-80
po/fr.po
po/fr.po
+112
-82
po/gl.po
po/gl.po
+111
-81
po/he.po
po/he.po
+287
-145
po/hr.po
po/hr.po
+98
-69
po/hu.po
po/hu.po
+111
-82
po/id.po
po/id.po
+117
-86
po/it.po
po/it.po
+442
-193
po/ja.po
po/ja.po
+109
-80
po/ka.po
po/ka.po
+104
-78
po/kk.po
po/kk.po
+382
-173
po/ko.po
po/ko.po
+107
-78
po/ku.po
po/ku.po
+107
-78
po/lt.po
po/lt.po
+109
-80
po/lv.po
po/lv.po
+109
-80
po/mk.po
po/mk.po
+107
-78
po/nb.po
po/nb.po
+113
-83
po/nl.po
po/nl.po
+111
-82
po/nn.po
po/nn.po
+109
-80
po/pa.po
po/pa.po
+107
-78
po/pl.po
po/pl.po
+113
-84
po/pt.po
po/pt.po
+107
-78
po/pt_BR.po
po/pt_BR.po
+109
-80
po/ro.po
po/ro.po
+109
-80
po/ru.po
po/ru.po
+109
-80
po/si.po
po/si.po
+257
-143
po/sk.po
po/sk.po
+365
-168
po/sq.po
po/sq.po
+107
-78
po/sv.po
po/sv.po
+107
-78
po/tr.po
po/tr.po
+107
-78
po/ug.po
po/ug.po
+3376
-3294
po/uk.po
po/uk.po
+111
-82
po/ur.po
po/ur.po
+107
-78
po/ur_PK.po
po/ur_PK.po
+107
-78
po/vi.po
po/vi.po
+107
-78
po/zh_CN.po
po/zh_CN.po
+107
-78
po/zh_TW.po
po/zh_TW.po
+384
-212
thunar/main.c
thunar/main.c
+1
-1
thunar/thunar-application.c
thunar/thunar-application.c
+0
-6
No files found.
ChangeLog
0 → 100644
View file @
1f5aadcc
This diff is collapsed.
Click to expand it.
NEWS
View file @
1f5aadcc
1.1.1
=====
- Port the code related to thunar-volman to udev. This is an optional
part of Thunar. The consequences are that instead of calling
thunar-volman with HAL UDIs, we'll now call thunar-volman with
sysfs paths. For this to work, a more recent version of thunar-volman
is required: 0.5.0.
- Re-implement mount/eject notifications based on libnotify.
Notifications were gone after the port to GIO because we no longer
used exo-mount to mount or eject devices.
- Fix segfaults when loading image icons.
- Force a folder reload when the new_file closure is finished (bug
#6409).
- Update the trash panel plugin to the new panel framework.
- Create status icon only when we're actually going to display it.
- Change CWD before spawning applications in ThunarLauncher.
- Fix browsing shortcuts and mountables in ThunarLauncher.
- Synchronize ThunarListModel sorting with detailed list view
captions.
- Fix sorting by type in ThunarListModel (bug #6143).
- Refilter the tree model when a hidden dir is entered/left (bug
#6142).
- Properly update the cursor when a row is deleted (bug #5361).
- Use stock icons and standard icon names where appropriate (bug
#6133).
- Updated translations: Kazakh, Hebrew, Greek, Italian, Chinese
(Taiwan), Indonesian, Croatian, Bengali, German, Slovak, French,
Uyghur, Turkish, Galician, Spanish (Castilian), Russian, Sinhala,
Ukrainian, Portuguese (Brazilian), Danish, Basque, Finnish, Czech.
1.1.0
=====
- Replace ThunarVFS with GIO. There will be a separate maintenance
...
...
configure.in.in
View file @
1f5aadcc
...
...
@@ -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], [
0
])
m4_define([thunar_version_micro], [
1
])
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/Thunar.pot
0 → 100644
View file @
1f5aadcc
This diff is collapsed.
Click to expand it.
po/ar.po
View file @
1f5aadcc
...
...
@@ -9,10 +9,11 @@ msgid ""
msgstr ""
"Project-Id-Version: ar\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-0
3-07 13:32+01
00\n"
"POT-Creation-Date: 2010-0
7-25 20:09+02
00\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"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
...
...
@@ -20,60 +21,60 @@ msgstr ""
"n<=10 ? 2 : 3\n"
"X-Generator: KBabel 1.11.4\n"
#: ../thunar/main.c:
58
#: ../thunar/main.c:
62
msgid "Open the bulk rename dialog"
msgstr ""
#: ../thunar/main.c:6
0
#: ../thunar/main.c:6
4
msgid "Run in daemon mode"
msgstr ""
#: ../thunar/main.c:6
2
#: ../thunar/main.c:6
6
msgid "Run in daemon mode (not supported)"
msgstr ""
#: ../thunar/main.c:
66
#: ../thunar/main.c:
70
msgid "Quit a running Thunar instance"
msgstr ""
#: ../thunar/main.c:
68
#: ../thunar/main.c:
72
msgid "Quit a running Thunar instance (not supported)"
msgstr ""
#: ../thunar/main.c:7
0
#: ../thunar/main.c:7
4
msgid "Print version information and exit"
msgstr "اظهر نوع الإصدار ثم أخرج"
#. setup application name
#: ../thunar/main.c:12
4
#: ../thunar/main.c:12
8
msgid "Thunar"
msgstr "Thunar"
#. initialize Gtk+
#: ../thunar/main.c:1
41
#: ../thunar/main.c:1
59
msgid "[FILES...]"
msgstr "ملفات..."
#: ../thunar/main.c:1
48
#: ../thunar/main.c:1
66
#, 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
53
#: ../thunar/main.c:1
71
#, c-format
msgid "Thunar: %s\n"
msgstr ""
#: ../thunar/main.c:1
64
#: ../thunar/main.c:1
82
msgid "The Thunar development team. All rights reserved."
msgstr "فريق التطوير Thunar جميع الحقوق محفوظة."
#: ../thunar/main.c:1
65
#: ../thunar/main.c:1
83
msgid "Written by Benedikt Meurer <benny@xfce.org>."
msgstr ""
#: ../thunar/main.c:1
66
#: ../thunar/main.c:1
84
#, c-format
msgid "Please report bugs to <%s>."
msgstr ""
...
...
@@ -133,57 +134,51 @@ msgid "Sort items in descending order"
msgstr "رتب العناصر بترتيب تناقصي"
#. display an error message to the user
#: ../thunar/thunar-application.c:3
6
5
#: ../thunar/thunar-application.c:3
7
5
msgid "Failed to launch operation"
msgstr "فشل في تنفيذ الأمر"
#. failed to launch exo-eject, inform the user about this
#: ../thunar/thunar-application.c:574
#, c-format
msgid "Failed to execute \"%s\""
msgstr "فشل في تطبيق \"%s\""
#. tell the user that we were unable to launch the file specified
#: ../thunar/thunar-application.c:10
81 ../thunar/thunar-application.c:1207
#: ../thunar/thunar-application.c:10
42 ../thunar/thunar-application.c:1168
#: ../thunar/thunar-launcher.c:1062 ../thunar/thunar-location-entry.c:389
#: ../thunar/thunar-location-entry.c:417
#: ../thunar/thunar-shortcuts-view.c:123
6
../thunar/thunar-window.c:1506
#: ../thunar/thunar-shortcuts-view.c:123
7
../thunar/thunar-window.c:1506
#, c-format
msgid "Failed to open \"%s\""
msgstr "فشل في فتح \"%s\""
#: ../thunar/thunar-application.c:1
211
#: ../thunar/thunar-application.c:1
172
#, c-format
msgid "Failed to open \"%s\": %s"
msgstr "فشل في فتح \"%s\": %s"
#: ../thunar/thunar-application.c:12
86
#: ../thunar/thunar-application.c:12
47
msgid "Copying files..."
msgstr "نسخ الملفات..."
#: ../thunar/thunar-application.c:1
322
#: ../thunar/thunar-application.c:1
283
#, fuzzy, c-format
msgid "Copying files to \"%s\"..."
msgstr "نسخ الملفات..."
#: ../thunar/thunar-application.c:13
68
#: ../thunar/thunar-application.c:13
29
#, fuzzy, c-format
msgid "Creating symbolic links in \"%s\"..."
msgstr "تكوين توصيلات رمزية"
#: ../thunar/thunar-application.c:1
421
#: ../thunar/thunar-application.c:1
382
#, fuzzy, c-format
msgid "Moving files into \"%s\"..."
msgstr "نقل الملفات..."
#: ../thunar/thunar-application.c:1
506
#: ../thunar/thunar-application.c:1
467
#, c-format
msgid ""
"Are you sure that you want to\n"
"permanently delete \"%s\"?"
msgstr "هل أنت متأكد من حذف \"%s\"؟"
#: ../thunar/thunar-application.c:1
511
#: ../thunar/thunar-application.c:1
472
#, fuzzy, c-format
msgid ""
"Are you sure that you want to permanently\n"
...
...
@@ -195,62 +190,62 @@ msgstr[0] "هل أنت متأكد من حذف \"%s\"؟"
msgstr[1] "هل أنت متأكد من حذف \"%s\"؟"
msgstr[2] "هل أنت متأكد من حذف \"%s\"؟"
#: ../thunar/thunar-application.c:1
531
#: ../thunar/thunar-application.c:1
492
msgid "If you delete a file, it is permanently lost."
msgstr "إذا خذفت الملف، سيحذف بصفة نهائية. "
#: ../thunar/thunar-application.c:15
41
#: ../thunar/thunar-application.c:15
02
msgid "Deleting files..."
msgstr "حذف الملفات..."
#: ../thunar/thunar-application.c:15
76
#: ../thunar/thunar-application.c:15
37
#, fuzzy
msgid "Moving files into the trash..."
msgstr "نقل الملفات..."
#: ../thunar/thunar-application.c:1
615
#: ../thunar/thunar-application.c:1
576
msgid "Creating files..."
msgstr "إنشاء ملفات..."
#: ../thunar/thunar-application.c:16
54
#: ../thunar/thunar-application.c:16
15
msgid "Creating directories..."
msgstr "إنشاء مجلدات..."
#: ../thunar/thunar-application.c:16
92
#: ../thunar/thunar-application.c:16
53
msgid "Remove all files and folders from the Trash?"
msgstr ""
#. append the "Empty Trash" menu action
#. prepare the menu item
#: ../thunar/thunar-application.c:16
97
../thunar/thunar-location-buttons.c:171
#: ../thunar/thunar-shortcuts-view.c:83
4 ../thunar/thunar-tree-view.c:1141
#: ../thunar/thunar-application.c:16
58
../thunar/thunar-location-buttons.c:171
#: ../thunar/thunar-shortcuts-view.c:83
5 ../thunar/thunar-tree-view.c:1145
#: ../thunar/thunar-window.c:295 ../plugins/thunar-tpa/thunar-tpa.c:169
#, fuzzy
msgid "_Empty Trash"
msgstr "_ملف فارغ"
#: ../thunar/thunar-application.c:1
701
#: ../thunar/thunar-application.c:1
662
msgid ""
"If you choose to empty the Trash, all items in it will be permanently lost. "
"Please note that you can also delete them separately."
msgstr ""
#: ../thunar/thunar-application.c:1
718
#: ../thunar/thunar-application.c:1
679
msgid "Emptying the Trash..."
msgstr ""
#: ../thunar/thunar-application.c:17
64
#: ../thunar/thunar-application.c:17
25
#, fuzzy, c-format
msgid "Failed to determine the original path for \"%s\""
msgstr "فشل في تحديد نقطة التركيب لـ %s"
#. display an error dialog
#: ../thunar/thunar-application.c:17
81
#: ../thunar/thunar-application.c:17
42
#, fuzzy, c-format
msgid "Could not restore \"%s\""
msgstr "فشل في حذف \"%s\""
#: ../thunar/thunar-application.c:17
89
#: ../thunar/thunar-application.c:17
50
#, fuzzy
msgid "Restoring files..."
msgstr "حذف الملفات..."
...
...
@@ -735,7 +730,7 @@ msgstr "ملف"
msgid "File Name"
msgstr "إسم الملف"
#: ../thunar/thunar-file.c:836 ../thunar/thunar-shortcuts-view.c:27
7
#: ../thunar/thunar-file.c:836 ../thunar/thunar-shortcuts-view.c:27
8
#: ../thunar/thunar-window.c:311
msgid "File System"
msgstr "نظام الملفات"
...
...
@@ -921,13 +916,13 @@ msgstr ""
#. append the "Open" menu action
#: ../thunar/thunar-launcher.c:168 ../thunar/thunar-launcher.c:801
#: ../thunar/thunar-location-buttons.c:168
#: ../thunar/thunar-shortcuts-view.c:78
5 ../thunar/thunar-tree-view.c:1091
#: ../thunar/thunar-shortcuts-view.c:78
6 ../thunar/thunar-tree-view.c:1095
msgid "_Open"
msgstr "_فتح"
#. append the "Open in New Window" menu action
#: ../thunar/thunar-launcher.c:169 ../thunar/thunar-location-buttons.c:169
#: ../thunar/thunar-shortcuts-view.c:79
6 ../thunar/thunar-tree-view.c:1103
#: ../thunar/thunar-shortcuts-view.c:79
7 ../thunar/thunar-tree-view.c:1107
msgid "Open in New Window"
msgstr "افتح في نافذة أخرى"
...
...
@@ -1055,8 +1050,8 @@ msgid "Open With \"%s\""
msgstr "إفتح مع \"%s\""
#: ../thunar/thunar-launcher.c:1380 ../thunar/thunar-location-entry.c:641
#: ../thunar/thunar-shortcuts-view.c:126
6
#: ../thunar/thunar-shortcuts-view.c:1
488 ../thunar/thunar-tree-view.c:188
8
#: ../thunar/thunar-shortcuts-view.c:126
7
#: ../thunar/thunar-shortcuts-view.c:1
505 ../thunar/thunar-tree-view.c:190
8
#, c-format
msgid "Failed to mount \"%s\""
msgstr ""
...
...
@@ -1167,7 +1162,7 @@ msgstr[2] ""
#. append the "Create Folder" menu action
#: ../thunar/thunar-location-buttons.c:170
#: ../thunar/thunar-standard-view.c:337 ../thunar/thunar-tree-view.c:11
57
#: ../thunar/thunar-standard-view.c:337 ../thunar/thunar-tree-view.c:11
61
msgid "Create _Folder..."
msgstr "أنشئ مجلد..."
...
...
@@ -1220,12 +1215,12 @@ msgid "View the properties of the folder \"%s\""
msgstr "أظهر خصائص المجلد \"%s\""
#: ../thunar/thunar-location-buttons.c:1285
#: ../thunar/thunar-standard-view.c:1787 ../thunar/thunar-tree-view.c:156
5
#: ../thunar/thunar-standard-view.c:1787 ../thunar/thunar-tree-view.c:156
9
msgid "New Folder"
msgstr "مجلد جديد"
#: ../thunar/thunar-location-buttons.c:1286
#: ../thunar/thunar-standard-view.c:1788 ../thunar/thunar-tree-view.c:15
66
#: ../thunar/thunar-standard-view.c:1788 ../thunar/thunar-tree-view.c:15
70
msgid "Create New Folder"
msgstr "أنشئ مجلد جديد"
...
...
@@ -1247,6 +1242,37 @@ msgstr "قائمة الملف"
msgid "Failed to determine the mount point of \"%s\""
msgstr "فشل في تحديد نقطة التركيب لـ %s"
#: ../thunar/thunar-notify.c:93
msgid "Unmounting device"
msgstr ""
#: ../thunar/thunar-notify.c:94
#, 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:100 ../thunar/thunar-notify.c:207
msgid "Writing data to device"
msgstr ""
#: ../thunar/thunar-notify.c:101 ../thunar/thunar-notify.c:208
#, 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 meida or disconnect the drive"
msgstr ""
#: ../thunar/thunar-notify.c:201
msgid "Ejecting device"
msgstr ""
#: ../thunar/thunar-notify.c:202
#, c-format
msgid "The device \"%s\" is being ejected. This may take some time"
msgstr ""
#: ../thunar/thunar-misc-jobs.c:84
#, c-format
msgid "No templates installed"
...
...
@@ -1726,7 +1752,7 @@ msgstr ""
#. display an error message
#: ../thunar/thunar-properties-dialog.c:624
#: ../thunar/thunar-standard-view.c:2166 ../thunar/thunar-tree-view.c:16
68
#: ../thunar/thunar-standard-view.c:2166 ../thunar/thunar-tree-view.c:16
72
#, c-format
msgid "Failed to rename \"%s\""
msgstr "فشل في تغيير إسم \"%s\""
...
...
@@ -1923,38 +1949,38 @@ msgstr[1] ""
msgstr[2] ""
#. append the "Mount Volume" menu action
#: ../thunar/thunar-shortcuts-view.c:81
0 ../thunar/thunar-tree-view.c:1117
#: ../thunar/thunar-shortcuts-view.c:81
1 ../thunar/thunar-tree-view.c:1121
msgid "_Mount Volume"
msgstr ""
#. append the "Eject Volume" menu action
#: ../thunar/thunar-shortcuts-view.c:82
0 ../thunar/thunar-tree-view.c:1127
#: ../thunar/thunar-shortcuts-view.c:82
1 ../thunar/thunar-tree-view.c:1131
msgid "E_ject Volume"
msgstr ""
#. append the remove menu item
#: ../thunar/thunar-shortcuts-view.c:89
1
#: ../thunar/thunar-shortcuts-view.c:89
2
msgid "_Remove Shortcut"
msgstr ""
#. append the rename menu item
#: ../thunar/thunar-shortcuts-view.c:90
6
#: ../thunar/thunar-shortcuts-view.c:90
7
msgid "Re_name Shortcut"
msgstr ""
#: ../thunar/thunar-shortcuts-view.c:117
0
#: ../thunar/thunar-shortcuts-view.c:117
1
#, c-format
msgid "The path \"%s\" does not refer to a directory"
msgstr "الطريق \"%s\" ﻻيدل على مجلد"
#. display an error message to the user
#: ../thunar/thunar-shortcuts-view.c:118
7
#: ../thunar/thunar-shortcuts-view.c:118
8
msgid "Failed to add new shortcut"
msgstr "فشل في إضافة وصلة أخرى"
#: ../thunar/thunar-shortcuts-view.c:137
2
#: ../thunar/thunar-shortcuts-view.c:14
09 ../thunar/thunar-tree-view.c:1744
#: ../thunar/thunar-tree-view.c:178
1
#: ../thunar/thunar-shortcuts-view.c:137
3
#: ../thunar/thunar-shortcuts-view.c:14
14 ../thunar/thunar-tree-view.c:1748
#: ../thunar/thunar-tree-view.c:178
9
#, c-format
msgid "Failed to eject \"%s\""
msgstr "فشل في إخراج \"%s\""
...
...
@@ -1995,12 +2021,12 @@ msgid "Create an empty folder within the current folder"
msgstr "انشئ مجلد فارغ داخل المجلد الحالي"
#. append the "Cut" menu action
#: ../thunar/thunar-standard-view.c:339 ../thunar/thunar-tree-view.c:11
78
#: ../thunar/thunar-standard-view.c:339 ../thunar/thunar-tree-view.c:11
82
msgid "Cu_t"
msgstr "ق_ص"
#. append the "Copy" menu action
#: ../thunar/thunar-standard-view.c:340 ../thunar/thunar-tree-view.c:119
0
#: ../thunar/thunar-standard-view.c:340 ../thunar/thunar-tree-view.c:119
4
msgid "_Copy"
msgstr "_نسخ"
...
...
@@ -2013,7 +2039,7 @@ msgid "Move or copy files previously selected by a Cut or Copy command"
msgstr ""
#. append the "Delete" menu action
#: ../thunar/thunar-standard-view.c:342 ../thunar/thunar-tree-view.c:122
5
#: ../thunar/thunar-standard-view.c:342 ../thunar/thunar-tree-view.c:122
9
msgid "_Delete"
msgstr "_حذف"
...
...
@@ -2043,7 +2069,7 @@ msgstr ""
msgid "Du_plicate"
msgstr ""
#: ../thunar/thunar-standard-view.c:347 ../thunar/thunar-standard-view.c:342
1
#: ../thunar/thunar-standard-view.c:347 ../thunar/thunar-standard-view.c:342
4
#, fuzzy
msgid "Ma_ke Link"
msgid_plural "Ma_ke Links"
...
...
@@ -2052,7 +2078,7 @@ msgstr[1] "أنشئ و_صلة"
msgstr[2] "أنشئ و_صلة"
#. append the "Rename" menu action
#: ../thunar/thunar-standard-view.c:348 ../thunar/thunar-tree-view.c:12
49
#: ../thunar/thunar-standard-view.c:348 ../thunar/thunar-tree-view.c:12
53
msgid "_Rename..."
msgstr "_تغيير إسم..."
...
...
@@ -2097,36 +2123,36 @@ msgid "_Pattern:"
msgstr ""
#. tell the user that the file name provided by the X Direct Save source is invalid
#: ../thunar/thunar-standard-view.c:253
3
#: ../thunar/thunar-standard-view.c:253
6
msgid "Invalid filename provided by XDS drag site"
msgstr ""
#. display an error dialog to the user
#: ../thunar/thunar-standard-view.c:271
2
#: ../thunar/thunar-standard-view.c:271
5
#, c-format
msgid "Failed to create a link for the URL \"%s\""
msgstr "فشل في تكوين وصلة للعنوان التالي\"%s\""
#: ../thunar/thunar-standard-view.c:305
4
#: ../thunar/thunar-standard-view.c:305
7
#, c-format
msgid "Failed to open directory \"%s\""
msgstr "فشل في فتح المجلد \"%s\""
#: ../thunar/thunar-standard-view.c:338
1
#: ../thunar/thunar-standard-view.c:338
4
msgid "Prepare the selected file to be moved with a Paste command"
msgid_plural "Prepare the selected files to be moved with a Paste command"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: ../thunar/thunar-standard-view.c:33
89
#: ../thunar/thunar-standard-view.c:33
92
msgid "Prepare the selected file to be copied with a Paste command"
msgid_plural "Prepare the selected files to be copied with a Paste command"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: ../thunar/thunar-standard-view.c:340
0
#: ../thunar/thunar-standard-view.c:340
3
#, fuzzy
msgid "Delete the selected file"
msgid_plural "Delete the selected files"
...
...
@@ -2134,14 +2160,14 @@ msgstr[0] "نفذ الملف المختار"
msgstr[1] "نفذ الملف المختار"
msgstr[2] "نفذ الملف المختار"
#: ../thunar/thunar-standard-view.c:341
4
#: ../thunar/thunar-standard-view.c:341
7
msgid "Duplicate the selected file"
msgid_plural "Duplicate each selected file"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: ../thunar/thunar-standard-view.c:342
3
#: ../thunar/thunar-standard-view.c:342
6
#, fuzzy
msgid "Create a symbolic link for the selected file"
msgid_plural "Create a symbolic link for each selected file"
...
...
@@ -2149,7 +2175,7 @@ msgstr[0] "أنشئ وصلة رمزية للملف المختار"
msgstr[1] "أنشئ وصلة رمزية للملف المختار"
msgstr[2] "أنشئ وصلة رمزية للملف المختار"
#: ../thunar/thunar-standard-view.c:343
1
#: ../thunar/thunar-standard-view.c:343
4
#, fuzzy
msgid "Rename the selected file"
msgid_plural "Rename the selected files"
...
...
@@ -2157,7 +2183,7 @@ msgstr[0] "تغيير إسم الملف"
msgstr[1] "تغيير إسم الملف"
msgstr[2] "تغيير إسم الملف"
#: ../thunar/thunar-standard-view.c:34
39
#: ../thunar/thunar-standard-view.c:34
42
#, fuzzy
msgid "Restore the selected file"
msgid_plural "Restore the selected files"
...
...
@@ -2218,12 +2244,12 @@ msgid "Loading..."
msgstr "تحميل..."
#. append the "Paste Into Folder" menu action
#: ../thunar/thunar-tree-view.c:12
07
#: ../thunar/thunar-tree-view.c:12
11
msgid "_Paste Into Folder"
msgstr "_لصق في المجل"
#. append the "Properties" menu action
#: ../thunar/thunar-tree-view.c:13
08
#: ../thunar/thunar-tree-view.c:13
12
msgid "P_roperties..."
msgstr "_خصائص"
...
...
@@ -3374,6 +3400,9 @@ msgstr "افتح المجلد في Thunar"
msgid "Configure the Thunar file manager"
msgstr "مدير الملفات Thunar"
#~ msgid "Failed to execute \"%s\""
#~ msgstr "فشل في تطبيق \"%s\""
#~ msgid "Unknown error"
#~ msgstr "خطأ غيرمعروف"
...
...
po/ast.po
View file @
1f5aadcc
...
...
@@ -2,69 +2,70 @@ msgid ""
msgstr ""
"Project-Id-Version: thunar\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-0
3-07 13:32+01
00\n"
"POT-Creation-Date: 2010-0
7-25 20:09+02
00\n"
"PO-Revision-Date: 2009-08-31 15:51+0100\n"
"Last-Translator: astur <malditoastur@gmail.com>\n"
"Language-Team: Asturian <alministradores@softastur.org>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../thunar/main.c:
58
#: ../thunar/main.c:
62
msgid "Open the bulk rename dialog"
msgstr "Abrir el diálogu de renomáu masivu"
#: ../thunar/main.c:6
0
#: ../thunar/main.c:6
4
msgid "Run in daemon mode"
msgstr "Executar en mou degorriu"
#: ../thunar/main.c:6
2
#: ../thunar/main.c:6
6
msgid "Run in daemon mode (not supported)"
msgstr "Executar en mou degorriu (non sofitáu)"
#: ../thunar/main.c:
66
#: ../thunar/main.c:
70
msgid "Quit a running Thunar instance"
msgstr "Colar d'una instancia de Thunar n'execución"
#: ../thunar/main.c:
68
#: ../thunar/main.c:
72
msgid "Quit a running Thunar instance (not supported)"
msgstr "Colar d'una instancia de Thunar n'execución (non soportada)"
#: ../thunar/main.c:7
0
#: ../thunar/main.c:7
4
msgid "Print version information and exit"
msgstr "Imprentar información sobro la versión y colar"
#. setup application name
#: ../thunar/main.c:12
4
#: ../thunar/main.c:12
8
msgid "Thunar"
msgstr "Thunar"
#. initialize Gtk+
#: ../thunar/main.c:1
41
#: ../thunar/main.c:1
59
msgid "[FILES...]"
msgstr "[FICHEROS...]"
#: ../thunar/main.c:1
48
#: ../thunar/main.c:1
66
#, c-format
msgid "Thunar: Failed to open display: %s\n"
msgstr "Thunar: Fallu al abrir la pantalla %s\n"
#. yep, there's an error, so print it
#: ../thunar/main.c:1
53
#: ../thunar/main.c:1
71
#, c-format
msgid "Thunar: %s\n"
msgstr "Thunar: %s\n"
#: ../thunar/main.c:1
64
#: ../thunar/main.c:1
82
msgid "The Thunar development team. All rights reserved."
msgstr "L'equipu de desendolcu de Thunar. Tolos drechos reservaos."
#: ../thunar/main.c:1
65
#: ../thunar/main.c:1
83
msgid "Written by Benedikt Meurer <benny@xfce.org>."
msgstr "Escritu por Benedikt Meurer <benny@xfce.org>."
#: ../thunar/main.c:1
66
#: ../thunar/main.c:1
84
#, c-format
msgid "Please report bugs to <%s>."
msgstr "Por favor, informe de fallos a <%s>."
...
...
@@ -122,50 +123,44 @@ msgid "Sort items in descending order"
msgstr "Axeitar elementos n'orde descendente"
#. display an error message to the user
#: ../thunar/thunar-application.c:3
6
5
#: ../thunar/thunar-application.c:3
7
5
msgid "Failed to launch operation"
msgstr "Fallu al executar la operación"
#. failed to launch exo-eject, inform the user about this
#: ../thunar/thunar-application.c:574
#, c-format
msgid "Failed to execute \"%s\""
msgstr "Fallu al executar \"%s\""
#. tell the user that we were unable to launch the file specified
#: ../thunar/thunar-application.c:10
81 ../thunar/thunar-application.c:1207
#: ../thunar/thunar-application.c:10
42 ../thunar/thunar-application.c:1168
#: ../thunar/thunar-launcher.c:1062 ../thunar/thunar-location-entry.c:389
#: ../thunar/thunar-location-entry.c:417
#: ../thunar/thunar-shortcuts-view.c:123
6
../thunar/thunar-window.c:1506
#: ../thunar/thunar-shortcuts-view.c:123
7
../thunar/thunar-window.c:1506
#, c-format
msgid "Failed to open \"%s\""
msgstr "Fallu al abrir \"%s\""