diff --git a/3dcinema/.AURINFO b/3dcinema/.AURINFO new file mode 100644 index 00000000000..2cd7f78a75a --- /dev/null +++ b/3dcinema/.AURINFO @@ -0,0 +1,21 @@ +pkgbase = 3dcinema + pkgdesc = 3D Cinema (webui for peerflix) + pkgver = 1.3 + pkgrel = 1 + url = https://github.com/nemanjan00/3dcinema + install = post_install.install + arch = any + license = Apache License + depends = peerflix + depends = screen + depends = php + depends = apache + source = https://github.com/nemanjan00/3dcinema/releases/download/v1.3/v1.3.zip + source = httpd-3dcinema.conf + source = post_install.install + md5sums = bd4ea3e6b115a8fc1ea3931c58cde691 + md5sums = 9578ec4f37b1229b105bc270db665605 + md5sums = 26e01c54e8331e43740840a24ad16103 + +pkgname = 3dcinema + diff --git a/3dcinema/PKGBUILD b/3dcinema/PKGBUILD new file mode 100644 index 00000000000..5b509d9a2e0 --- /dev/null +++ b/3dcinema/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: nemanjan00 +pkgname=3dcinema +pkgver=1.3 +pkgrel=1 +pkgdesc="3D Cinema (webui for peerflix)" +arch=('any') +url="https://github.com/nemanjan00/3dcinema" +license=('Apache License') +depends=('peerflix' 'screen' 'php' 'apache') +source=('https://github.com/nemanjan00/3dcinema/releases/download/v1.3/v1.3.zip' 'httpd-3dcinema.conf' 'post_install.install') +install='post_install.install' + +package() { + cd $srcdir + + mkdir -p $pkgdir/usr/share/webapps/ + mv public $pkgdir/usr/share/webapps/3dcinema + + mkdir -p $pkgdir/etc/httpd/conf/extra + cp httpd-3dcinema.conf /$pkgdir/etc/httpd/conf/extra/ + + echo +} + +md5sums=('bd4ea3e6b115a8fc1ea3931c58cde691' '9578ec4f37b1229b105bc270db665605' '26e01c54e8331e43740840a24ad16103') diff --git a/3dcinema/httpd-3dcinema.conf b/3dcinema/httpd-3dcinema.conf new file mode 100644 index 00000000000..4ffa09c428f --- /dev/null +++ b/3dcinema/httpd-3dcinema.conf @@ -0,0 +1,8 @@ +Alias /3dcinema "/usr/share/webapps/3dcinema" + + DirectoryIndex index.html index.php + AllowOverride All + Options FollowSymlinks + Require all granted + + diff --git a/3dcinema/post_install.install b/3dcinema/post_install.install new file mode 100644 index 00000000000..5bc76b27b4b --- /dev/null +++ b/3dcinema/post_install.install @@ -0,0 +1,5 @@ +post_install() { + echo To activate it add this line to /etc/httpd/conf/httpd.conf: + echo Include conf/extra/httpd-3dcinema.conf + echo Execute sudo systemctl restart httpd +} \ No newline at end of file diff --git a/acousticbrainz-client-git/.AURINFO b/acousticbrainz-client-git/.AURINFO index 151f86299f2..442440de6e1 100644 --- a/acousticbrainz-client-git/.AURINFO +++ b/acousticbrainz-client-git/.AURINFO @@ -1,13 +1,13 @@ pkgbase = acousticbrainz-client-git pkgdesc = client to upload data to an acousticbrainz server - pkgver = r36.58014e9 + pkgver = r49.e5017ec pkgrel = 1 url = http://acousticbrainz.org/ arch = any license = GPL3 makedepends = git depends = essentia-acousticbrainz - depends = python2-requests + depends = python-requests source = git+https://github.com/MTG/acousticbrainz-client.git md5sums = SKIP diff --git a/acousticbrainz-client-git/PKGBUILD b/acousticbrainz-client-git/PKGBUILD index 8d3c52f70e8..9a8aa890fa7 100644 --- a/acousticbrainz-client-git/PKGBUILD +++ b/acousticbrainz-client-git/PKGBUILD @@ -1,14 +1,14 @@ # Contributor: Johannes Dewender arch at JonnyJD dot net pkgname=acousticbrainz-client-git _pkgname=acousticbrainz-client -_python=python2 -pkgver=r36.58014e9 +_python=python +pkgver=r49.e5017ec pkgrel=1 pkgdesc="client to upload data to an acousticbrainz server" arch=('any') url="http://acousticbrainz.org/" license=('GPL3') -depends=('essentia-acousticbrainz' 'python2-requests') +depends=('essentia-acousticbrainz' 'python-requests') makedepends=('git') provides=() conflicts=() diff --git a/alrd-buildimg-git/.AURINFO b/alrd-buildimg-git/.AURINFO index f7196f4294a..11477d9f3ff 100644 --- a/alrd-buildimg-git/.AURINFO +++ b/alrd-buildimg-git/.AURINFO @@ -1,7 +1,7 @@ pkgbase = alrd-buildimg-git pkgdesc = A script that builds the Arch Linux Rescue Disk ISO images. pkgver = 0.92.6 - pkgrel = 1 + pkgrel = 2 url = https://github.com/Gen2ly/alrd-buildimg install = arch = any @@ -9,8 +9,10 @@ pkgbase = alrd-buildimg-git makedepends = git depends = pkgcacheclean depends = trizen + depends = squashfs-tools depends = systemd source = git://github.com/Gen2ly/alrd-buildimg + md5sums = SKIP pkgname = alrd-buildimg-git diff --git a/alrd-buildimg-git/PKGBUILD b/alrd-buildimg-git/PKGBUILD index 367a75d5ae4..6f759314ea6 100644 --- a/alrd-buildimg-git/PKGBUILD +++ b/alrd-buildimg-git/PKGBUILD @@ -1,14 +1,14 @@ -# Maintainer: Gently +# Maintainer: Todd Partridge pkgname=alrd-buildimg-git _pkgname=${pkgname%-*} pkgver=0.92.6 -pkgrel=1 +pkgrel=2 pkgdesc="A script that builds the Arch Linux Rescue Disk ISO images." arch=("any") url="https://github.com/Gen2ly/$_pkgname" license=("GPL2") -depends=("pkgcacheclean" "trizen" "systemd") +depends=("pkgcacheclean" "trizen" "squashfs-tools" "systemd") makedepends=("git") conflicts=("") install= diff --git a/android-ndk/.AURINFO b/android-ndk/.AURINFO index 0f26dbe56b9..4cfbaa8226c 100644 --- a/android-ndk/.AURINFO +++ b/android-ndk/.AURINFO @@ -1,7 +1,7 @@ pkgbase = android-ndk pkgdesc = Android C/C++ developer kit - pkgver = r10b - pkgrel = 2 + pkgver = r10c + pkgrel = 1 url = http://developer.android.com/sdk/ndk/ install = android-ndk.install arch = x86_64 @@ -10,19 +10,16 @@ pkgbase = android-ndk license = LGPL license = custom depends = android-sdk - source = android-ndk32-.tbz2::http://dl.google.com/android/ndk/android-ndk32-r10b-linux-x86.tar.bz2 - source = android-ndk64-.tbz2::http://dl.google.com/android/ndk/android-ndk64-r10b-linux-x86.tar.bz2 - noextract = android-ndk32-.tbz2 - noextract = android-ndk64-.tbz2 options = !strip options = staticlibs backup = etc/profile.d/android-ndk.sh + source = android-ndk_.bin::http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86.bin + source = android-ndk.sh + md5sums = d1595d9ca5e15484e047f1ac326c4ceb + md5sums = 372f74400bfa061642c4b4175f2ddb48 -pkgname = android-ndk32 +pkgname = android-ndk provides = android-ndk - replaces = android-ndk - -pkgname = android-ndk64 - provides = android-ndk - replaces = android-ndk + replaces = android-ndk32 + replaces = android-ndk64 diff --git a/android-ndk/PKGBUILD b/android-ndk/PKGBUILD index 5da0cfe1a53..15ea36aef43 100644 --- a/android-ndk/PKGBUILD +++ b/android-ndk/PKGBUILD @@ -1,10 +1,9 @@ # Maintainer: Alexander Rødseth # Contributor: Daniel Micay -pkgbase=android-ndk -pkgname=('android-ndk32' 'android-ndk64') -pkgver=r10b -pkgrel=2 +pkgname=android-ndk +pkgver=r10c +pkgrel=1 pkgdesc='Android C/C++ developer kit' arch=('x86_64' 'i686') url='http://developer.android.com/sdk/ndk/' @@ -12,47 +11,25 @@ license=('GPL' 'LGPL' 'custom') depends=('android-sdk') options=('!strip' 'staticlibs') backup=('etc/profile.d/android-ndk.sh') -install="$pkgbase.install" +install="$pkgname.install" -noextract=("${pkgbase}32-$CARCH.tbz2" - "${pkgbase}64-$CARCH.tbz2") - -if [[ $CARCH == x86_64 ]]; then - source=("${pkgbase}32-$CARCH.tbz2::http://dl.google.com/android/ndk/${pkgbase}32-$pkgver-linux-x86_64.tar.bz2" - "${pkgbase}64-$CARCH.tbz2::http://dl.google.com/android/ndk/${pkgbase}64-$pkgver-linux-x86_64.tar.bz2") - sha256sums=('f309365a809f61ab012dd3560dff1ecdad8a3652b316938a6f9943cba42bda95' - '32452087a846e73ef3007903e1368edc21847720566b34ae113e454ae259bd8b') +if [[ $CARCH != x86_64 ]]; then + source=("${pkgname}_$CARCH.bin::http://dl.google.com/android/ndk/${pkgname}-$pkgver-linux-x86.bin" 'android-ndk.sh') + md5sums=('d1595d9ca5e15484e047f1ac326c4ceb' '372f74400bfa061642c4b4175f2ddb48') else - source=("${pkgbase}32-$CARCH.tbz2::http://dl.google.com/android/ndk/${pkgbase}32-$pkgver-linux-x86.tar.bz2" - "${pkgbase}64-$CARCH.tbz2::http://dl.google.com/android/ndk/${pkgbase}64-$pkgver-linux-x86.tar.bz2") - sha256sums=('e4766586d0f65452317e662758eb7d070c55ad4092e1e82ab1717a1114a1c430' - 'f56782b70ceff53749b9e63f0384e4e0ad04a46a2d7cd64c3b27c7493d2f64dc') + source=("${pkgname}_$CARCH.bin::http://dl.google.com/android/ndk/${pkgname}-$pkgver-linux-x86_64.bin" 'android-ndk.sh') + md5sums=('792c61706cd9ec6713fa1b69b2f42996' '372f74400bfa061642c4b4175f2ddb48') fi -package_android-ndk32() { +package() { provides=('android-ndk') - replaces=('android-ndk') + replaces=('android-ndk32' 'android-ndk64') install -d "$pkgdir/opt" - tar kaxf "$pkgname-$CARCH.tbz2" -C "$pkgdir/opt" - mv "$pkgdir/opt/$pkgbase-$pkgver" "$pkgdir/opt/$pkgname" + cp -r "$pkgname-$pkgver" "$pkgdir/opt/$pkgname" - # Fix broken permissions - chmod -R o=g "$pkgdir/opt/$pkgname" - find "$pkgdir/opt/$pkgname" -perm 744 -exec chmod 755 {} + -} - -package_android-ndk64() { - provides=('android-ndk') - replaces=('android-ndk') - - install -d "$pkgdir/opt" - tar kaxf "$pkgname-$CARCH.tbz2" -C "$pkgdir/opt" - mv "$pkgdir/opt/$pkgbase-$pkgver" "$pkgdir/opt/$pkgname" + install -Dm755 android-ndk.sh "$pkgdir/etc/profile.d/android-ndk.sh" - # Fix for gdbserver - ln -s "/opt/$pkgname/prebuilt/android-arm64" "$pkgdir/opt/$pkgname/prebuilt/android-arm" - # Fix broken permissions chmod -R o=g "$pkgdir/opt/$pkgname" find "$pkgdir/opt/$pkgname" -perm 744 -exec chmod 755 {} + diff --git a/android-ndk/android-ndk.install b/android-ndk/android-ndk.install index f4abccd772b..559520bc742 100644 --- a/android-ndk/android-ndk.install +++ b/android-ndk/android-ndk.install @@ -1,39 +1,4 @@ -create_symlink() { - if [ -f /opt/android-ndk ]; then - # /opt/android-ndk already exists - return - fi - if [ -f /opt/android-ndk32 ]; then - # It's likely only android-ndk32 that will need this symlink - # for backward compatibility. - ln -s /opt/android-ndk32 /opt/android-ndk - fi -} - -create_profile_script() { - if [ -f /etc/profile.d/android-ndk.sh ]; then - # /etc/profile.d/android-ndk.sh already exists - return - fi - if [ -f /opt/android-ndk32 ]; then - # Create a script for android-ndk32 - echo 'export PATH=$PATH:/opt/android-ndk32' > /etc/profile.d/android-ndk.sh - echo 'export ANDROID_NDK=/opt/android-ndk32' >> /etc/profile.d/android-ndk.sh - else - # Create a script for android-ndk64 - echo 'export PATH=$PATH:/opt/android-ndk64' > /etc/profile.d/android-ndk.sh - echo 'export ANDROID_NDK=/opt/android-ndk64' >> /etc/profile.d/android-ndk.sh - fi -} - -post_upgrade() { - create_symlink - create_profile_script -} - post_install() { - create_symlink - create_profile_script echo 'Source /etc/profile or relogin to add the Android NDK tools to your path.' } diff --git a/android-ndk/android-ndk.sh b/android-ndk/android-ndk.sh new file mode 100644 index 00000000000..8bc388f1911 --- /dev/null +++ b/android-ndk/android-ndk.sh @@ -0,0 +1,2 @@ +export PATH=$PATH:/opt/android-ndk +export ANDROID_NDK=/opt/android-ndk diff --git a/android-studio/.AURINFO b/android-studio/.AURINFO index f8963b7d690..f5b362128b2 100644 --- a/android-studio/.AURINFO +++ b/android-studio/.AURINFO @@ -1,6 +1,6 @@ pkgbase = android-studio pkgdesc = A new Android development environment based on IntelliJ IDEA. - pkgver = 0.8.13 + pkgver = 0.8.14 pkgrel = 1 url = http://developer.android.com/sdk/installing/studio.html install = android-studio.install @@ -21,9 +21,9 @@ pkgbase = android-studio conflicts = android-studio-dev conflicts = android-studio-canary options = !strip - source = https://dl.google.com/dl/android/studio/ide-zips/0.8.13/android-studio-ide-135.1525417-linux.zip + source = https://dl.google.com/dl/android/studio/ide-zips/0.8.14/android-studio-ide-135.1538390-linux.zip source = android-studio.desktop - sha512sums = c6a0b25e80c9dd9b94cb8bb5c4a6fce681e620b3c7720863c6a56a9205943da297aeec2a7218bf35382d2fc3d47bdb40f09caf57e2b7778b23c700d3dbb08473 + sha512sums = 47d34fd9636d2e8a5555f6412f9b7dbd7ca226f2d7ea5367b501661b857e49ec4a67cc46b99b689f5fd81c097e30a5f26aaf39e3775636c682575f7da06d1742 sha512sums = fa3567f328af45d265c4fabf3e41b55d8e8cccfa9675e745f07dd6ae41950dd53a2ef41ef1caee86643f5c2ddf7a7681ee17155e208a7b6fdae6c0537dfc0c94 pkgname = android-studio diff --git a/android-studio/PKGBUILD b/android-studio/PKGBUILD index 5b09b9ce506..f81f0cd9e75 100644 --- a/android-studio/PKGBUILD +++ b/android-studio/PKGBUILD @@ -5,9 +5,9 @@ # Contributor: Lubomir 'Kuci' Kucera pkgname=android-studio -pkgver=0.8.13 +pkgver=0.8.14 pkgrel=1 -_build=135.1525417 +_build=135.1538390 pkgdesc="A new Android development environment based on IntelliJ IDEA." arch=('i686' 'x86_64') url="http://developer.android.com/sdk/installing/studio.html" @@ -20,7 +20,7 @@ options=('!strip') install=$pkgname.install source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-ide-$_build-linux.zip" "$pkgname.desktop") -sha512sums=('c6a0b25e80c9dd9b94cb8bb5c4a6fce681e620b3c7720863c6a56a9205943da297aeec2a7218bf35382d2fc3d47bdb40f09caf57e2b7778b23c700d3dbb08473' +sha512sums=('47d34fd9636d2e8a5555f6412f9b7dbd7ca226f2d7ea5367b501661b857e49ec4a67cc46b99b689f5fd81c097e30a5f26aaf39e3775636c682575f7da06d1742' 'fa3567f328af45d265c4fabf3e41b55d8e8cccfa9675e745f07dd6ae41950dd53a2ef41ef1caee86643f5c2ddf7a7681ee17155e208a7b6fdae6c0537dfc0c94') if [[ $CARCH == "x86_64" ]]; then diff --git a/archon/.AURINFO b/archon/.AURINFO index 01f0530c41e..840ca9c0906 100644 --- a/archon/.AURINFO +++ b/archon/.AURINFO @@ -1,7 +1,7 @@ pkgbase = archon pkgdesc = Execute Android APKs pkgver = 1.2 - pkgrel = 2 + pkgrel = 3 url = https://bitbucket.org/vladikoff/archon install = archon.install arch = i686 @@ -21,7 +21,7 @@ pkgbase = archon sha512sums = SKIP sha512sums = 16c8aa6c9b27d3727f70d6326c736eccefe630bc3bf7a95ba11ea60acd5078d20fc9fe0991db50a4c4c97225d05cbc1c63267a1ba552aebe66b6f04f9ec70012 sha512sums = 7b47e1f0253a375c510205572e1de17fe2de23f214b5a6dfa7467cda3e85be0bcf33bfea86c7b00f7096dddebe6e4bc49db31c04d0aaad474931d8623a9e1b9f - sha512sums = 87f96a3c5795feca067fc1e629270187ee6ad362d9b73ad495875674bd9461cde328a9e6177bd2adae608c1cc48f4c59b8dd085c53f9f27da28de506e294fc6c + sha512sums = 806bc6e3c805218c05cecd9904fb4e2dd337884f7c4901bc891fa1a7c6ee997c8eafe065c658eeaeaf6c60a63ac21f3c3cd5ffc012c32012680811adc86f1a71 pkgname = archon diff --git a/archon/PKGBUILD b/archon/PKGBUILD index 77978a717e6..fcebdba0b96 100644 --- a/archon/PKGBUILD +++ b/archon/PKGBUILD @@ -2,7 +2,7 @@ pkgname=archon pkgver=1.2 -pkgrel=2 +pkgrel=3 pkgdesc="Execute Android APKs" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h') url="https://bitbucket.org/vladikoff/archon" @@ -17,7 +17,7 @@ source=("git+${url}.git" sha512sums=('SKIP' '16c8aa6c9b27d3727f70d6326c736eccefe630bc3bf7a95ba11ea60acd5078d20fc9fe0991db50a4c4c97225d05cbc1c63267a1ba552aebe66b6f04f9ec70012' '7b47e1f0253a375c510205572e1de17fe2de23f214b5a6dfa7467cda3e85be0bcf33bfea86c7b00f7096dddebe6e4bc49db31c04d0aaad474931d8623a9e1b9f' - '87f96a3c5795feca067fc1e629270187ee6ad362d9b73ad495875674bd9461cde328a9e6177bd2adae608c1cc48f4c59b8dd085c53f9f27da28de506e294fc6c') + '806bc6e3c805218c05cecd9904fb4e2dd337884f7c4901bc891fa1a7c6ee997c8eafe065c658eeaeaf6c60a63ac21f3c3cd5ffc012c32012680811adc86f1a71') prepare() { cd $pkgname diff --git a/archon/archon.sh b/archon/archon.sh index 4f365ce2378..875c78fe7f6 100755 --- a/archon/archon.sh +++ b/archon/archon.sh @@ -15,6 +15,15 @@ if [ ! -d "${ARCHON_TMPDIR}/${SUM}" ]; then ln -s $(readlink -f "$1") "${ARCHON_TMPDIR}/${SUM}/${1}" pushd "${ARCHON_TMPDIR}/${SUM}" >/dev/null 2>&1 chromeos-apk --archon --tablet "$1" >chromeos-apk.log + + # Fix 'There is no "message" element for key extName' Error + if [[ $(grep -r appNotSupported) ]]; then + APKDIR=$(ls -1 --group-directories-first | head -n 1) + EXTNAME=$(cat ${APKDIR}/manifest.json | grep '"name":' | head -n 1 | sed 's|[^"]*"name"[^"]*"||;s|".*||') + for msgfile in $(find ${APKDIR}/_locales -type f -name 'messages.json'); do + echo -e '{\n "extName": {\n "description": "'$EXTNAME'",\n "message": ""\n }\n}' > "$msgfile" + done + fi popd >/dev/null 2>&1 fi @@ -32,5 +41,5 @@ $EXE --load-and-launch-app="${ARCHON_TMPDIR}/${SUM}/${APPDIR}" > "${ARCHON_TMPDI sleep 1 # Cleanup the non-functional XDG desktop file created by Chromium -rm ${HOME}/.local/share/applications/chrome-*-${APPDIR}.desktop +rm -f ${HOME}/.local/share/applications/chrome-*-${APPDIR}.desktop diff --git a/astromenace-svn/.AURINFO b/astromenace-svn/.AURINFO index dbcdd2ae3b8..11a244f89a2 100644 --- a/astromenace-svn/.AURINFO +++ b/astromenace-svn/.AURINFO @@ -5,6 +5,13 @@ pkgbase = astromenace-svn url = http://www.viewizard.com/astromenace/index_linux.php arch = x86_64 license = GPL3 + makedepends = cmake + depends = sdl2 + depends = freealut + depends = libjpeg + depends = libvorbis + depends = glu + depends = freetype2 conflicts = astromenace source = astromenace.desktop md5sums = b89aa017cdf9db1d6fe085889f8388fc diff --git a/astromenace-svn/PKGBUILD b/astromenace-svn/PKGBUILD index 351b46d6e54..5609d728cdd 100644 --- a/astromenace-svn/PKGBUILD +++ b/astromenace-svn/PKGBUILD @@ -1,5 +1,5 @@ # Contributor: Archadept -# Revision: 2014-10-17 +# Revision: 2014-10-24 pkgname=astromenace-svn pkgver=293 @@ -9,6 +9,8 @@ arch=x86_64 url="http://www.viewizard.com/astromenace/index_linux.php" license=('GPL3') conflicts=astromenace +depends=('sdl2' 'freealut' 'libjpeg' 'libvorbis' 'glu' 'freetype2') +makedepends=('cmake') source=('astromenace.desktop') md5sums=('b89aa017cdf9db1d6fe085889f8388fc') @@ -35,7 +37,7 @@ build() { msg "Starting build" cd "${srcdir}/${_svnmod}-build" - cmake ./ + cmake -DSDL2=ON ./ make ./AstroMenace --pack --rawdata=./RAW_VFS_DATA diff --git a/autorevision/.AURINFO b/autorevision/.AURINFO index 97097092fd1..5dce73c4eb1 100644 --- a/autorevision/.AURINFO +++ b/autorevision/.AURINFO @@ -1,13 +1,13 @@ pkgbase = autorevision pkgdesc = Extracts metadata about the head of a repository; useful for build scripts. - pkgver = 1.10 + pkgver = 1.10+a pkgrel = 1 url = http://www.catb.org/~esr/autorevision/ arch = any license = BSD makedepends = asciidoc - source = https://github.com/Autorevision/autorevision/releases/download/v%2F1.10/autorevision-1.10.tgz - sha256sums = 590945255ea3d1a46e9ed4fdc4c5a5e88b92ba3db54fa6c912768b2690b0fcc8 + source = https://github.com/Autorevision/autorevision/releases/download/v%2F1.10a/autorevision-1.10a.tgz + sha256sums = 1991c14d955d44c29b4a88e97a3ea042c829c768643fdd3ba22b7b8a64fff41e pkgname = autorevision diff --git a/autorevision/PKGBUILD b/autorevision/PKGBUILD index f2211ae63db..b4514958ee3 100644 --- a/autorevision/PKGBUILD +++ b/autorevision/PKGBUILD @@ -1,24 +1,24 @@ # Maintainer: Mike Swanson pkgname=autorevision -pkgver=1.10 +pkgver=1.10+a pkgrel=1 pkgdesc="Extracts metadata about the head of a repository; useful for build scripts." arch=('any') url="http://www.catb.org/~esr/autorevision/" license=('BSD') makedepends=('asciidoc') -source=(https://github.com/Autorevision/autorevision/releases/download/v%2F${pkgver}/autorevision-${pkgver}.tgz) -sha256sums=('590945255ea3d1a46e9ed4fdc4c5a5e88b92ba3db54fa6c912768b2690b0fcc8') +source=(https://github.com/Autorevision/autorevision/releases/download/v%2F${pkgver/+a/a}/autorevision-${pkgver/+a/a}.tgz) +sha256sums=('1991c14d955d44c29b4a88e97a3ea042c829c768643fdd3ba22b7b8a64fff41e') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$pkgname-${pkgver/+a/a}" make VERS=$pkgver fmt < COPYING.md > COPYING } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$pkgname-${pkgver/+a/a}" make DESTDIR="${pkgdir}" prefix=/usr install install -dm 755 "${pkgdir}"/usr/share/licenses/autorevision diff --git a/broadcom-wl-dkms/.AURINFO b/broadcom-wl-dkms/.AURINFO index 2dbe8b65d55..224524925a6 100644 --- a/broadcom-wl-dkms/.AURINFO +++ b/broadcom-wl-dkms/.AURINFO @@ -1,7 +1,7 @@ pkgbase = broadcom-wl-dkms pkgdesc = Broadcom 802.11 Linux STA wireless driver pkgver = 6.30.223.248 - pkgrel = 1 + pkgrel = 2 url = http://www.broadcom.com/support/802.11/linux_sta.php install = broadcom-wl-dkms.install arch = i686 @@ -10,13 +10,19 @@ pkgbase = broadcom-wl-dkms depends = dkms optdepends = linux-headers: If running standard kernel, otherwise find matching headers for your kernel conflicts = broadcom-wl + backup = etc/modprobe.d/broadcom-wl-dkms.conf source = http://www.broadcom.com/docs/linux_sta/hybrid-v35-nodebug-pcoem-6_30_223_248.tar.gz source = broadcom-wl-dkms.conf source = dkms.conf source = license.patch source = linux-recent.patch source = gcc.patch - backup = etc/modprobe.d/broadcom-wl-dkms.conf + sha256sums = b196543a429c22b2b8d75d0c1d9e6e7ff212c3d3e1f42cc6fd9e4858f01da1ad + sha256sums = b97bc588420d1542f73279e71975ccb5d81d75e534e7b5717e01d6e6adf6a283 + sha256sums = 4e719f9c8468f7c802bb0e52939f2680abb1287d3817d91252958f0ae82f983b + sha256sums = 2f70be509aac743bec2cc3a19377be311a60a1c0e4a70ddd63ea89fae5df08ac + sha256sums = f651681496316ac60b5f2d37c93a36b3a4a1ee29ab6aada6eebaef7f7c1f1d02 + sha256sums = b07ce80f2e079cce08c8ec006dda091f6f73f158c8a62df5bac2fbabb6989849 pkgname = broadcom-wl-dkms diff --git a/broadcom-wl-dkms/PKGBUILD b/broadcom-wl-dkms/PKGBUILD index 6d681b1ec7e..291873ffb3b 100644 --- a/broadcom-wl-dkms/PKGBUILD +++ b/broadcom-wl-dkms/PKGBUILD @@ -2,7 +2,7 @@ pkgname=broadcom-wl-dkms _pkgname=broadcom-wl pkgver=6.30.223.248 -pkgrel=1 +pkgrel=2 pkgdesc="Broadcom 802.11 Linux STA wireless driver" url='http://www.broadcom.com/support/802.11/linux_sta.php' arch=('i686' 'x86_64') @@ -22,7 +22,7 @@ sha256sums=('b196543a429c22b2b8d75d0c1d9e6e7ff212c3d3e1f42cc6fd9e4858f01da1ad' 'b97bc588420d1542f73279e71975ccb5d81d75e534e7b5717e01d6e6adf6a283' '4e719f9c8468f7c802bb0e52939f2680abb1287d3817d91252958f0ae82f983b' '2f70be509aac743bec2cc3a19377be311a60a1c0e4a70ddd63ea89fae5df08ac' - 'cf635a69b27c595fb7a364e81496b0ec0a3ad9b6b703e254d4b1aea029f26257' + 'f651681496316ac60b5f2d37c93a36b3a4a1ee29ab6aada6eebaef7f7c1f1d02' 'b07ce80f2e079cce08c8ec006dda091f6f73f158c8a62df5bac2fbabb6989849') [[ $CARCH = x86_64 ]] && sha256sums[0]='3d994cc6c05198f4b6f07a213ac1e9e45a45159899e6c4a7feca5e6c395c3022' diff --git a/broadcom-wl-dkms/linux-recent.patch b/broadcom-wl-dkms/linux-recent.patch index 2a005e46648..0d2331f3777 100644 --- a/broadcom-wl-dkms/linux-recent.patch +++ b/broadcom-wl-dkms/linux-recent.patch @@ -1,5 +1,5 @@ ---- a/src/wl/sys/wl_cfg80211_hybrid.c 2014-06-26 10:42:08.000000000 +0000 -+++ b/src/wl/sys/wl_cfg80211_hybrid.c 2014-07-17 22:49:58.707134487 +0000 +--- a/src/wl/sys/wl_cfg80211_hybrid.c 2014-06-26 12:42:08.000000000 +0200 ++++ b/src/wl/sys/wl_cfg80211_hybrid.c 2014-10-08 18:47:07.549476082 +0200 @@ -2071,7 +2071,22 @@ wl_get_assoc_ies(wl); memcpy(&wl->bssid, &e->addr, ETHER_ADDR_LEN); @@ -24,8 +24,8 @@ set_bit(WL_STATUS_CONNECTED, &wl->status); wl->profile->active = true; } ---- a/src/wl/sys/wl_linux.c 2014-06-26 10:42:08.000000000 +0000 -+++ b/src/wl/sys/wl_linux.c 2014-07-17 22:51:14.738622782 +0000 +--- a/src/wl/sys/wl_linux.c 2014-06-26 12:42:08.000000000 +0200 ++++ b/src/wl/sys/wl_linux.c 2014-10-08 18:47:19.526693719 +0200 @@ -878,7 +878,7 @@ static SIMPLE_DEV_PM_OPS(wl_pm_ops, wl_suspend, wl_resume); #endif @@ -35,3 +35,16 @@ .name = "wl", .probe = wl_pci_probe, .remove = __devexit_p(wl_remove), +@@ -1307,7 +1307,12 @@ + dev->priv = priv_link; + #else + ++#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)) + dev = alloc_netdev(sizeof(priv_link_t), intf_name, ether_setup); ++#else ++ dev = alloc_netdev(sizeof(priv_link_t), intf_name, NET_NAME_UNKNOWN, ++ ether_setup); ++#endif + if (!dev) { + WL_ERROR(("wl%d: %s: alloc_netdev failed\n", + (wl->pub)?wl->pub->unit:wlif->subunit, __FUNCTION__)); diff --git a/cargo-nightly-bin/.AURINFO b/cargo-nightly-bin/.AURINFO index 70f05d3e9c2..ce835be6972 100644 --- a/cargo-nightly-bin/.AURINFO +++ b/cargo-nightly-bin/.AURINFO @@ -1,6 +1,6 @@ pkgbase = cargo-nightly-bin pkgdesc = Cargo downloads your Rust project's dependencies and compiles your project. - pkgver = 0.0.1_2014.10.23 + pkgver = 0.0.1_2014.10.24 pkgrel = 1 url = http://crates.io/ arch = i686 diff --git a/cargo-nightly-bin/PKGBUILD b/cargo-nightly-bin/PKGBUILD index fe65a2f860c..b663b2d52d8 100644 --- a/cargo-nightly-bin/PKGBUILD +++ b/cargo-nightly-bin/PKGBUILD @@ -2,7 +2,7 @@ # Uploader: xico # Request Changes: https://github.com/michaelsproul/rust-nightly-archlinux pkgname=cargo-nightly-bin -pkgver=0.0.1_2014.10.23 +pkgver=0.0.1_2014.10.24 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Cargo downloads your Rust project's dependencies and compiles your project." diff --git a/cassandra-2.0/.AURINFO b/cassandra-2.0/.AURINFO index 273322ca81a..84004ce78b6 100644 --- a/cassandra-2.0/.AURINFO +++ b/cassandra-2.0/.AURINFO @@ -1,6 +1,6 @@ pkgbase = cassandra-2.0 pkgdesc = Apache Cassandra 2.0 NoSQL database - pkgver = 2.0.10 + pkgver = 2.0.11 pkgrel = 1 url = http://cassandra.apache.org/ install = cassandra.install @@ -11,11 +11,6 @@ pkgbase = cassandra-2.0 depends = java-runtime optdepends = python: to use Python CLI administration scripts provides = cassandra - source = http://www.apache.org/dist/cassandra/2.0.10/apache-cassandra-2.0.10-bin.tar.gz - source = 01_fix_cassandra_home_path.patch - source = cassandra.install - source = cassandra.service - source = cassandra-tmpfile.conf backup = etc/cassandra/cassandra-env.sh backup = etc/cassandra/cassandra-rackdc.properties backup = etc/cassandra/cassandra-topology.properties @@ -23,6 +18,16 @@ pkgbase = cassandra-2.0 backup = etc/cassandra/commitlog_archiving.properties backup = etc/cassandra/log4j-server.properties backup = etc/cassandra/log4j-tools.properties + source = http://www.apache.org/dist/cassandra/2.0.11/apache-cassandra-2.0.11-bin.tar.gz + source = 01_fix_cassandra_home_path.patch + source = cassandra.install + source = cassandra.service + source = cassandra-tmpfile.conf + sha256sums = f74c94e63c9dcb0cef6b627ea80ee0ad86da46ad7e7318bc6adf6821861d286b + sha256sums = bbb5dcc19cac4e19c506210da901280c3063a6a241480bf12bc874e6a5c02657 + sha256sums = 4ba9f4d2b68cf1d142471aec145ffd656e6af6473352fe2e41552f55f39eb09e + sha256sums = 1940bf0b68abff7f5e389df61fcdd0f12c03394c1ebdce9a6e3658993b620ff8 + sha256sums = c786b224827b313255912ea42a1e312d22d28b9b9e8dcb1a091c18eaa6081acf pkgname = cassandra-2.0 diff --git a/cassandra-2.0/PKGBUILD b/cassandra-2.0/PKGBUILD index 42957bb3887..590523b066e 100644 --- a/cassandra-2.0/PKGBUILD +++ b/cassandra-2.0/PKGBUILD @@ -11,7 +11,7 @@ _pkgname=cassandra pkgname="${_pkgname}-2.0" -pkgver=2.0.10 +pkgver=2.0.11 pkgrel=1 pkgdesc='Apache Cassandra 2.0 NoSQL database' arch=('any') @@ -36,7 +36,7 @@ source=("${_url_tgz}" 'cassandra.install' 'cassandra.service' 'cassandra-tmpfile.conf') -sha256sums=('962ab35b1767ed4c56eb9a2a6b9df374097dc48d4f1c718945cab3a977e5d9fa' +sha256sums=('f74c94e63c9dcb0cef6b627ea80ee0ad86da46ad7e7318bc6adf6821861d286b' 'bbb5dcc19cac4e19c506210da901280c3063a6a241480bf12bc874e6a5c02657' '4ba9f4d2b68cf1d142471aec145ffd656e6af6473352fe2e41552f55f39eb09e' '1940bf0b68abff7f5e389df61fcdd0f12c03394c1ebdce9a6e3658993b620ff8' diff --git a/cassandra/.AURINFO b/cassandra/.AURINFO index da7820c5fa0..f38e0252f60 100644 --- a/cassandra/.AURINFO +++ b/cassandra/.AURINFO @@ -1,7 +1,7 @@ pkgbase = cassandra pkgdesc = Apache Cassandra NoSQL database - pkgver = 2.1.0 - pkgrel = 2 + pkgver = 2.1.1 + pkgrel = 1 url = http://cassandra.apache.org/ install = cassandra.install arch = any @@ -10,11 +10,6 @@ pkgbase = cassandra makedepends = gnupg depends = java-runtime optdepends = python: to use Python CLI administration scripts - source = http://www.apache.org/dist/cassandra/2.1.0/apache-cassandra-2.1.0-bin.tar.gz - source = 01_fix_cassandra_home_path.patch - source = cassandra.install - source = cassandra.service - source = cassandra-tmpfile.conf backup = etc/cassandra/cassandra-env.sh backup = etc/cassandra/cassandra-rackdc.properties backup = etc/cassandra/cassandra-topology.properties @@ -22,6 +17,16 @@ pkgbase = cassandra backup = etc/cassandra/commitlog_archiving.properties backup = etc/cassandra/logback.xml backup = etc/cassandra/logback-tools.xml + source = http://www.apache.org/dist/cassandra/2.1.1/apache-cassandra-2.1.1-bin.tar.gz + source = 01_fix_cassandra_home_path.patch + source = cassandra.install + source = cassandra.service + source = cassandra-tmpfile.conf + sha256sums = e9d10c2ccc6124d516772e672aef61732f763ff326967dc7fbcc3f1123a29901 + sha256sums = bbb5dcc19cac4e19c506210da901280c3063a6a241480bf12bc874e6a5c02657 + sha256sums = c04e6d4c52640bf33e4b96e1aafbc5bc913fd7f08da9aab7bb213c76ec406d0c + sha256sums = 1940bf0b68abff7f5e389df61fcdd0f12c03394c1ebdce9a6e3658993b620ff8 + sha256sums = c786b224827b313255912ea42a1e312d22d28b9b9e8dcb1a091c18eaa6081acf pkgname = cassandra diff --git a/cassandra/PKGBUILD b/cassandra/PKGBUILD index f5c0905d948..eea0fb25413 100644 --- a/cassandra/PKGBUILD +++ b/cassandra/PKGBUILD @@ -10,8 +10,8 @@ # If you have problems with gpg, you can remove check() function, and all will be ok. pkgname=cassandra -pkgver=2.1.0 -pkgrel=2 +pkgver=2.1.1 +pkgrel=1 pkgdesc='Apache Cassandra NoSQL database' arch=('any') url='http://cassandra.apache.org/' @@ -34,7 +34,7 @@ source=("${_url_tgz}" 'cassandra.install' 'cassandra.service' 'cassandra-tmpfile.conf') -sha256sums=('da99c4ebc8de925dc6b493443b70d2183cf3090b1aad6b6b918efa9565f264dd' +sha256sums=('e9d10c2ccc6124d516772e672aef61732f763ff326967dc7fbcc3f1123a29901' 'bbb5dcc19cac4e19c506210da901280c3063a6a241480bf12bc874e6a5c02657' 'c04e6d4c52640bf33e4b96e1aafbc5bc913fd7f08da9aab7bb213c76ec406d0c' '1940bf0b68abff7f5e389df61fcdd0f12c03394c1ebdce9a6e3658993b620ff8' diff --git a/check_ipmi_sensor/.AURINFO b/check_ipmi_sensor/.AURINFO new file mode 100644 index 00000000000..0d6044c3b12 --- /dev/null +++ b/check_ipmi_sensor/.AURINFO @@ -0,0 +1,20 @@ +pkgbase = check_ipmi_sensor + pkgdesc = IPMI Sensor Monitoring Plugin + pkgver = 3.3 + pkgrel = 3 + url = http://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/IPMI-Sensor-Monitoring-Plugin/details + arch = any + license = GPL + depends = nagios + depends = freeipmi + depends = perl-ipc-run + optdepends = sudo: check localhost without authentication + source = check_ipmi_sensor-3.3.tar.gz::http://git.thomas-krenn.com/?p=check_ipmi_sensor_v3.git;a=snapshot;h=refs/tags/v3.3;sf=tgz + source = localhost.patch + source = sudo + sha256sums = 470ec6c228018bf246df5b5b063a12beccc90a780fd921d7542a86282e469966 + sha256sums = b0defc4ac4c4252178dcdedfcaa01a45a96a04b8c7ee7b575081ff86e1f2a82e + sha256sums = 41208e539ede1180c638be8381712fe2b7149fdc92c90fe80e335f4f7c560a9e + +pkgname = check_ipmi_sensor + diff --git a/check_ipmi_sensor/PKGBUILD b/check_ipmi_sensor/PKGBUILD index 5b3ffa64beb..58dbc92db22 100644 --- a/check_ipmi_sensor/PKGBUILD +++ b/check_ipmi_sensor/PKGBUILD @@ -1,21 +1,28 @@ # Maintainer: Christian Hesse pkgname=check_ipmi_sensor -pkgver=3.1 -pkgrel=4 -pkgdesc="IPMI Sensor Monitoring Plugin for Nagios" +pkgver=3.3 +pkgrel=3 +pkgdesc="IPMI Sensor Monitoring Plugin" arch=('any') -url="http://www.thomas-krenn.com/de/oss/ipmi-plugin.html" +url="http://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/IPMI-Sensor-Monitoring-Plugin/details" license=('GPL') depends=('nagios' 'freeipmi' 'perl-ipc-run') optdepends=('sudo: check localhost without authentication') -source=("http://www.thomas-krenn.com/en/oss/ipmi-plugin/${pkgname}_v${pkgver}.tar.gz" +source=("${pkgname}-${pkgver}.tar.gz::http://git.thomas-krenn.com/?p=check_ipmi_sensor_v3.git;a=snapshot;h=refs/tags/v${pkgver};sf=tgz" + 'localhost.patch' 'sudo') +prepare() { + cd "${srcdir}/${pkgname}_v3-v${pkgver}" + + patch -Np1 < ${srcdir}/localhost.patch +} + package() { - cd "${srcdir}/${pkgname}_v${pkgver}" + cd "${srcdir}/${pkgname}_v3-v${pkgver}" - install -D -m 0755 check_ipmi_sensor ${pkgdir}/usr/share/nagios/libexec/check_ipmi_sensor + install -D -m 0755 check_ipmi_sensor ${pkgdir}/usr/lib/monitoring-plugins/check_ipmi_sensor install -D -m 0644 changelog.txt ${pkgdir}/usr/share/doc/${pkgname}/changelog.txt install -D -m 0644 README ${pkgdir}/usr/share/doc/${pkgname}/README install -D -m 0644 gpl.txt ${pkgdir}/usr/share/licenses/${pkgname}/gpl.txt @@ -24,5 +31,6 @@ package() { install -D -m 0440 ${srcdir}/sudo ${pkgdir}/etc/sudoers.d/check_ipmi_sensor } -sha256sums=('ca029bc2be34fbe56c49c681dc8bef7bae02a7a2b38644cb909912f7256e1151' +sha256sums=('470ec6c228018bf246df5b5b063a12beccc90a780fd921d7542a86282e469966' + 'b0defc4ac4c4252178dcdedfcaa01a45a96a04b8c7ee7b575081ff86e1f2a82e' '41208e539ede1180c638be8381712fe2b7149fdc92c90fe80e335f4f7c560a9e') diff --git a/check_ipmi_sensor/localhost.patch b/check_ipmi_sensor/localhost.patch new file mode 100644 index 00000000000..42276062f9f --- /dev/null +++ b/check_ipmi_sensor/localhost.patch @@ -0,0 +1,34 @@ +--- a/check_ipmi_sensor 2014-10-24 21:01:02.757595862 +0200 ++++ b/check_ipmi_sensor 2014-10-24 21:10:04.548108407 +0200 +@@ -356,9 +356,8 @@ MAIN: { + + my @basecmd; #variable for command to call ipmi + if( !(defined $ipmi_host) ){ +- $abort_text= $abort_text . " -H " ++ $ipmi_host = 'localhost'; + } +- else{ + if( $ipmi_host eq 'localhost' ){ + @basecmd = ('sudo', $IPMICOMMAND); + } +@@ -373,7 +372,6 @@ MAIN: { + $abort_text = $abort_text . " -f or -U -P -L "; + } + } +- } + if( $abort_text ne ""){ + print STDOUT "Error: " . $abort_text . " missing."; + print STDOUT get_usage(); +@@ -414,10 +412,9 @@ MAIN: { + push @getstatus, '--output-sensor-state', '--ignore-not-available-sensors'; + } + #if not stated otherwise we use protocol lan version 2 per default +- if(!defined($lanVersion)){ +- $lanVersion = 'LAN_2_0'; ++ if(defined($lanVersion)){ ++ push @getstatus, "--driver-type=$lanVersion"; + } +- push @getstatus, "--driver-type=$lanVersion"; + + ################################################################################ + #execute status command and redirect stdout and stderr to ipmioutput diff --git a/check_md_raid/.AURINFO b/check_md_raid/.AURINFO new file mode 100644 index 00000000000..2b56aae93d9 --- /dev/null +++ b/check_md_raid/.AURINFO @@ -0,0 +1,24 @@ +pkgbase = check_md_raid + pkgdesc = Linux Software RAID Monitoring Plugin for Nagios + pkgver = 0.7.2 + pkgrel = 6 + url = http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/Linux-Software-Raid-Plugin-for-32-2Dbit-and-64-2Dbit-systems/details + arch = any + license = GPL + depends = nagios + depends = python2 + depends = mdadm + optdepends = sudo: check with non-root user + source = check_md_raid-0.7.2.py::http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=782&cf_id=24 + source = 0001-use-python2.patch + source = 0002-strip-whitespace-from-state.patch + source = 0003-use-sudo-when-running-as-non-root-user.patch + source = sudo + sha256sums = b85f0a77215870839cb18a74d9e38b594eaeda5c44ddc88aff8d2c2246f506f7 + sha256sums = cbc06304b096f195dda1ead8b1348df08c2e27d076ce523fa059a17e1c405c4a + sha256sums = bb0e078bf5c5c3435ac7398148250c96ae844b6936d86480d9da93e5fe64eb49 + sha256sums = fff2cd2c0fcfda489b2a587bb2e58b16ebd449941bb3b11f1ad851cab4a85299 + sha256sums = 4ffbd86b293665cd39a468257e3bf3fe35ce3cd429d7df576ef330762ad727d7 + +pkgname = check_md_raid + diff --git a/check_md_raid/PKGBUILD b/check_md_raid/PKGBUILD index 9cc38cb8000..53ffc926844 100644 --- a/check_md_raid/PKGBUILD +++ b/check_md_raid/PKGBUILD @@ -2,7 +2,7 @@ pkgname=check_md_raid pkgver=0.7.2 -pkgrel=5 +pkgrel=6 pkgdesc="Linux Software RAID Monitoring Plugin for Nagios" arch=('any') url="http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/Linux-Software-Raid-Plugin-for-32-2Dbit-and-64-2Dbit-systems/details" @@ -23,7 +23,7 @@ build() { } package() { - install -D -m 0755 ${srcdir}/${pkgname} ${pkgdir}/usr/share/nagios/libexec/${pkgname} + install -D -m 0755 ${srcdir}/${pkgname} ${pkgdir}/usr/lib/monitoring-plugins/${pkgname} install -d -m 0750 ${pkgdir}/etc/sudoers.d install -D -m 0440 ${srcdir}/sudo ${pkgdir}/etc/sudoers.d/check_md_raid diff --git a/chromeos-apk-git/.AURINFO b/chromeos-apk-git/.AURINFO index 21d83d24a76..8446b70df09 100644 --- a/chromeos-apk-git/.AURINFO +++ b/chromeos-apk-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = chromeos-apk-git pkgdesc = Extract Android APKs for running in Chrome OS OR Chrome in OS X, Linux and Windows - pkgver = 20141021.r113.ac0610e + pkgver = 20141022.r114.e63ca5b pkgrel = 1 url = https://github.com/vladikoff/chromeos-apk arch = any diff --git a/chromeos-apk-git/PKGBUILD b/chromeos-apk-git/PKGBUILD index 3cf48297810..9f1c94fdf86 100644 --- a/chromeos-apk-git/PKGBUILD +++ b/chromeos-apk-git/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=chromeos-apk pkgname=${_pkgname}-git -pkgver=20141021.r113.ac0610e +pkgver=20141022.r114.e63ca5b pkgrel=1 pkgdesc="Extract Android APKs for running in Chrome OS OR Chrome in OS X, Linux and Windows" arch=('any') diff --git a/cjdns-git/.AURINFO b/cjdns-git/.AURINFO index afc51cd72b4..732d5d7a481 100644 --- a/cjdns-git/.AURINFO +++ b/cjdns-git/.AURINFO @@ -1,7 +1,7 @@ pkgbase = cjdns-git pkgdesc = A routing engine designed for security, scalability, speed and ease of use - pkgver = 0.3.2744 - pkgrel = 2 + pkgver = 0.3.2785 + pkgrel = 1 url = https://github.com/cjdelisle/cjdns arch = i686 arch = x86_64 @@ -13,11 +13,13 @@ pkgbase = cjdns-git makedepends = nodejs makedepends = python2 depends = glibc + optdepends = cjdnsify: allows you to run some programs bound to your cjdns address optdepends = libnacl: speed up the build process by skipping the need to compile cnacl optdepends = cjdns-git-sysvinit: support for sysvinit (rc.d) - source = git+https://github.com/cjdelisle/cjdns.git options = !distcc options = !strip + source = git+https://github.com/cjdelisle/cjdns.git + sha512sums = SKIP pkgname = cjdns-git diff --git a/cjdns-git/PKGBUILD b/cjdns-git/PKGBUILD index e7e121459ea..5862634622c 100644 --- a/cjdns-git/PKGBUILD +++ b/cjdns-git/PKGBUILD @@ -4,8 +4,8 @@ _pkgname=cjdns pkgname=${_pkgname}-git -pkgver=0.3.2744 -pkgrel=2 +pkgver=0.3.2785 +pkgrel=1 pkgdesc="A routing engine designed for security, scalability, speed and ease of use" url="https://github.com/cjdelisle/${_pkgname}" license=('GPL3') @@ -13,7 +13,8 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h') options=('!distcc' '!strip') depends=('glibc') makedepends=('git' 'nodejs' 'python2') -optdepends=('libnacl: speed up the build process by skipping the need to compile cnacl' +optdepends=('cjdnsify: allows you to run some programs bound to your cjdns address' + 'libnacl: speed up the build process by skipping the need to compile cnacl' 'cjdns-git-sysvinit: support for sysvinit (rc.d)') source=("git+${url}.git") diff --git a/codicefiscale/.AURINFO b/codicefiscale/.AURINFO new file mode 100644 index 00000000000..38a172ed912 --- /dev/null +++ b/codicefiscale/.AURINFO @@ -0,0 +1,14 @@ +pkgbase = codicefiscale + pkgdesc = The tax code in Italy is an alphanumeric code with a fixed length of 16 characters, inspired by the use of library, which is used to uniquely identify the tax and administrative citizens. + pkgver = 1.0 + pkgrel = 1 + url = http://www.codelinsoft.it/sito/2013-11-17-17-56-34/codice-fiscale.html + arch = i686 + arch = x86_64 + license = LGPL + depends = qt4 + source = http://www.codelinsoft.it/package/codicefiscale-1.0.tar.gz + md5sums = 49d6ef42436c44ab60201bab3a63d52c + +pkgname = codicefiscale + diff --git a/codicefiscale/PKGBUILD b/codicefiscale/PKGBUILD new file mode 100644 index 00000000000..cc86f9d7b57 --- /dev/null +++ b/codicefiscale/PKGBUILD @@ -0,0 +1,29 @@ +# Contributor: Calogero e Angelo Scarnà +pkgname=codicefiscale +pkgver=1.0 +pkgrel=1 +pkgdesc="The tax code in Italy is an alphanumeric code with a fixed length of 16 characters, inspired by the use of library, which is used to uniquely identify the tax and administrative citizens." +url="http://www.codelinsoft.it/sito/2013-11-17-17-56-34/codice-fiscale.html" +arch=('i686' 'x86_64') +depends=('qt4') +license=(LGPL) +source=(http://www.codelinsoft.it/package/codicefiscale-1.0.tar.gz) +md5sums=("49d6ef42436c44ab60201bab3a63d52c") + + + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +qmake-qt4 +make -j5 +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +install -d "$pkgdir"/opt +install -dm 755 ${pkgdir}/opt/codicefiscale +cp -rv "${srcdir}/${pkgname}-${pkgver}/codicefiscale" "${pkgdir}/opt/codicefiscale/" +cp -rv "${srcdir}/${pkgname}-${pkgver}/images/codicefisc.png" "${pkgdir}/opt/codicefiscale/" + +} + diff --git a/crate/.AURINFO b/crate/.AURINFO index 719d529a751..1987dc6d2f6 100644 --- a/crate/.AURINFO +++ b/crate/.AURINFO @@ -1,13 +1,13 @@ pkgbase = crate pkgdesc = shared nothing, fully searchable, document oriented cluster datastore. - pkgver = 0.44.7 + pkgver = 0.44.8 pkgrel = 1 url = http://crate.io install = crate.install arch = any license = custom:APACHE depends = java-runtime - source = https://cdn.crate.io/downloads/releases/crate-0.44.7.tar.gz + source = https://cdn.crate.io/downloads/releases/crate-0.44.8.tar.gz source = crate.service backup = etc/crate/crate.yml backup = etc/crate/logging.yml diff --git a/crate/PKGBUILD b/crate/PKGBUILD index 5dc5aa59f50..d6b2564b317 100644 --- a/crate/PKGBUILD +++ b/crate/PKGBUILD @@ -1,5 +1,5 @@ pkgname=crate -pkgver=0.44.7 +pkgver=0.44.8 pkgrel=1 pkgdesc="shared nothing, fully searchable, document oriented cluster datastore." arch=('any') @@ -45,5 +45,5 @@ package() { cp -r docs/ $pkgdir/usr/share/doc/$pkgname/ fi } -md5sums=('98fa149edf06d6d0d65cfec5c02763bd' +md5sums=('0dea8cdac47057ea1aef5309c1ac3eb2' '9f06bbc1eb35031a09f25b47e7d145eb') diff --git a/d2x-xl-data/.AURINFO b/d2x-xl-data/.AURINFO index cd2a6b31531..90a3339e83f 100644 --- a/d2x-xl-data/.AURINFO +++ b/d2x-xl-data/.AURINFO @@ -1,7 +1,7 @@ pkgbase = d2x-xl-data pkgdesc = Required D2X-XL data, extras, and Descent 1 and 2 retail data. pkgver = 1.16.34 - pkgrel = 2 + pkgrel = 3 url = http://www.descent2.de arch = any license = custom, Public Domain diff --git a/d2x-xl-data/PKGBUILD b/d2x-xl-data/PKGBUILD index ed795c9d2b0..948d8234013 100644 --- a/d2x-xl-data/PKGBUILD +++ b/d2x-xl-data/PKGBUILD @@ -1,6 +1,6 @@ pkgname=d2x-xl-data pkgver=1.16.34 -pkgrel=2 +pkgrel=3 pkgdesc="Required D2X-XL data, extras, and Descent 1 and 2 retail data." arch=(any) url="http://www.descent2.de" @@ -47,7 +47,6 @@ prepare() { cd d2x-stuff unrar x d2x-xl-data-$pkgver.rar cd .. - innoextract setup_descent12_2.0.0.7.exe find . -type f -exec dos2unix {} \; cd "app/Descent 2" gm convert descent2.ico descent2.png @@ -55,41 +54,58 @@ prepare() { package() { cd "$srcdir/d2x-stuff" - folders="config data models profiles sounds textures" - mkdir -p "$pkgdir/opt/d2x-xl/" + folders="config data models sounds textures" + mkdir -p "$pkgdir/usr/share/d2x-xl/" for f in $folders; do - cp -r $f "$pkgdir/opt/d2x-xl/" - chmod -R 644 "$pkgdir/opt/d2x-xl/$f" + cp -r $f "$pkgdir/usr/share/d2x-xl/" + chmod -R 644 "$pkgdir/usr/share/d2x-xl/$f" done - ln -s "$pkgdir/opt/d2x-xl/data/descent.tex.eng" "$pkgdir/opt/d2x-xl/data/descent.tex" + ln -s "$pkgdir/usr/share/d2x-xl/data/descent.tex.eng" "$pkgdir/usr/share/d2x-xl/data/descent.tex" cd .. folders2="models mods music sounds textures" for f in $folders2; do - cp -r $f "$pkgdir/opt/d2x-xl/" - chmod -R 644 "$pkgdir/opt/d2x-xl/$f" + cp -r $f "$pkgdir/usr/share/d2x-xl/" + chmod -R 644 "$pkgdir/usr/share/d2x-xl/$f" done cd app/Descent d1main="DESCENT.HOG DESCENT.PIG" for f in $d1main; do - install -m644 $f "$pkgdir/opt/d2x-xl/data/$f" + install -m644 $f "$pkgdir/usr/share/d2x-xl/data/$f" done - find . -name 'CHAOS.*' -exec install -Dm644 {} "$pkgdir/opt/d2x-xl/missions/"{} \; - find . -name '*.DEM' -exec install -Dm644 {} "$pkgdir/opt/d2x-xl/demos/"{} \; + find . -name 'CHAOS.*' -exec install -Dm644 {} "$pkgdir/usr/share/d2x-xl/missions/"{} \; cd "../Descent 2" install -Dm644 descent2.png "$pkgdir/usr/share/icons/descent2.png" - find . -name '*.CFG' -exec install -m644 {} "$pkgdir/opt/d2x-xl/config/" \; - find . -name '*.INI' -exec install -m644 {} "$pkgdir/opt/d2x-xl/config/" \; - find . -name '*.PIG' -exec install -m644 {} "$pkgdir/opt/d2x-xl/data/" \; - find . -name '*.MVL' -exec install -Dm644 {} "$pkgdir/opt/d2x-xl/movies/"{} \; + install -m644 DESCENT.CFG "$pkgdir/usr/share/d2x-xl/config/descent.cfg" + find . -name '*.PIG' -exec install -m644 {} "$pkgdir/usr/share/d2x-xl/data/" \; + find . -name '*.MVL' -exec install -Dm644 {} "$pkgdir/usr/share/d2x-xl/movies/"{} \; d2main="DESCENT2.HAM DESCENT2.HOG DESCENT2.S11 DESCENT2.S22" for f in $d2main; do - install -m644 $f "$pkgdir/opt/d2x-xl/data/$f" + install -m644 $f "$pkgdir/usr/share/d2x-xl/data/$f" done - install -m644 DEMOS/descent2.dem "$pkgdir/opt/d2x-xl/demos/" cd MISSIONS - find . -type f -exec install -m644 {} "$pkgdir/opt/d2x-xl/missions/" \; + find . -type f -exec install -m644 {} "$pkgdir/usr/share/d2x-xl/missions/" \; find "$pkgdir" -name '*.txt' -exec rm {} \; + cd "$pkgdir/usr/share/d2x-xl" + mv data/ALIEN1.PIG data/alien1.pig + mv data/ALIEN2.PIG data/alien2.pig + mv data/DESCENT.HOG data/descent.hog + mv data/DESCENT.PIG data/descent.pig + mv data/DESCENT2.HAM data/descent2.ham + mv data/DESCENT2.HOG data/descent2.hog + mv data/DESCENT2.S11 data/descent2.s11 + mv data/DESCENT2.S22 data/descent2.s22 + mv data/FIRE.PIG data/fire.pig + mv data/GROUPA.PIG data/groupa.pig + mv data/ICE.PIG data/ice.pig + mv data/WATER.PIG data/water.pig + mv missions/CHAOS.HOG missions/chaos.hog + mv missions/CHAOS.MSN missions/chaos.msn + mv movies/INTRO-H.MVL movies/intro-h.mvl + mv movies/OTHER-H.MVL movies/other-h.mvl + mv movies/ROBOTS-H.MVL movies/robots-h.mvl + mv movies/ROBOTS-L.MVL movies/robots-l.mvl + find $pkgdir -type d -exec chmod 755 {} \; } # vim:syntax=sh diff --git a/dart-editor-dev/.AURINFO b/dart-editor-dev/.AURINFO index 8d2c64396e6..362d6a288a3 100644 --- a/dart-editor-dev/.AURINFO +++ b/dart-editor-dev/.AURINFO @@ -1,6 +1,6 @@ pkgbase = dart-editor-dev pkgdesc = Editor and tools for the Dart programming language. - pkgver = 1.7.0_dev.3.0 + pkgver = 1.8.0_dev.0.0 pkgrel = 1 url = http://www.dartlang.org/docs/editor/getting-started arch = i686 @@ -15,7 +15,7 @@ pkgbase = dart-editor-dev depends = libgcrypt15 provides = dart-editor conflicts = dart-editor - source = https://storage.googleapis.com/dart-archive/channels/dev/release/40302/editor/darteditor-linux-ia32.zip + source = https://storage.googleapis.com/dart-archive/channels/dev/release/41145/editor/darteditor-linux-ia32.zip backup = opt/dart-editor/DartEditor.ini pkgname = dart-editor-dev diff --git a/dart-editor-dev/PKGBUILD b/dart-editor-dev/PKGBUILD index ec74858bc68..6ff4168721a 100644 --- a/dart-editor-dev/PKGBUILD +++ b/dart-editor-dev/PKGBUILD @@ -2,7 +2,7 @@ pkgname=dart-editor-dev _pkgname=DartEditor -pkgver=1.7.0_dev.3.0 +pkgver=1.8.0_dev.0.0 pkgrel=1 pkgdesc="Editor and tools for the Dart programming language." arch=(i686 x86_64) @@ -17,11 +17,11 @@ makedepends=('unzip') backup=(opt/dart-editor/${_pkgname}.ini) if [[ ${CARCH} = x86_64 ]]; then - source=("https://storage.googleapis.com/dart-archive/channels/dev/release/40302/editor/darteditor-linux-x64.zip") - md5sums=("baa3277e746596e4ddcb9941e93ee4d3") + source=("https://storage.googleapis.com/dart-archive/channels/dev/release/41145/editor/darteditor-linux-x64.zip") + md5sums=("a27cc2ddcdd5e5562e7ded248f2f8883") else - source=("https://storage.googleapis.com/dart-archive/channels/dev/release/40302/editor/darteditor-linux-ia32.zip") - md5sums=("c26f10491041839f3a8311ccff124e28") + source=("https://storage.googleapis.com/dart-archive/channels/dev/release/41145/editor/darteditor-linux-ia32.zip") + md5sums=("f4b6f29f1e66b7a622b115ba90d5b821") fi build() { diff --git a/dart-sdk-dev/.AURINFO b/dart-sdk-dev/.AURINFO index d52789f13ed..03e698d69bc 100644 --- a/dart-sdk-dev/.AURINFO +++ b/dart-sdk-dev/.AURINFO @@ -1,6 +1,6 @@ pkgbase = dart-sdk-dev pkgdesc = Tools and libraries for Dart development (development channel) - pkgver = 1.7.0_dev.3.0 + pkgver = 1.8.0_dev.0.0 pkgrel = 1 url = https://www.dartlang.org/tools/sdk/ arch = i686 @@ -10,7 +10,7 @@ pkgbase = dart-sdk-dev provides = dart-sdk conflicts = dart-sdk conflicts = dart-editor - source = https://storage.googleapis.com/dart-archive/channels/dev/release/40302/sdk/dartsdk-linux-ia32-release.zip + source = https://storage.googleapis.com/dart-archive/channels/dev/release/41145/sdk/dartsdk-linux-ia32-release.zip pkgname = dart-sdk-dev diff --git a/dart-sdk-dev/PKGBUILD b/dart-sdk-dev/PKGBUILD index 0f4097869e2..2b2da057209 100644 --- a/dart-sdk-dev/PKGBUILD +++ b/dart-sdk-dev/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Claudio d'Angelis pkgname=dart-sdk-dev -pkgver=1.7.0_dev.3.0 +pkgver=1.8.0_dev.0.0 pkgrel=1 pkgdesc="Tools and libraries for Dart development (development channel)" arch=(i686 x86_64) @@ -12,11 +12,11 @@ conflicts=('dart-sdk' 'dart-editor') makedepends=('unzip') if [[ ${CARCH} = x86_64 ]]; then - source=("https://storage.googleapis.com/dart-archive/channels/dev/release/40302/sdk/dartsdk-linux-x64-release.zip") - md5sums=("1b98e5a5df3f90e1f50e695ce23c672a") + source=("https://storage.googleapis.com/dart-archive/channels/dev/release/41145/sdk/dartsdk-linux-x64-release.zip") + md5sums=("c77cd67993f65e482be0df6a5c342f11") else - source=("https://storage.googleapis.com/dart-archive/channels/dev/release/40302/sdk/dartsdk-linux-ia32-release.zip") - md5sums=("72d7c8b959a9a9bc08f4f3f40ec77dc5") + source=("https://storage.googleapis.com/dart-archive/channels/dev/release/41145/sdk/dartsdk-linux-ia32-release.zip") + md5sums=("7e08e70015d433f4767fe16b618dc250") fi package() { diff --git a/debootstrap/.AURINFO b/debootstrap/.AURINFO index 5f1aa07b63f..1911188d6f2 100644 --- a/debootstrap/.AURINFO +++ b/debootstrap/.AURINFO @@ -1,7 +1,7 @@ pkgbase = debootstrap pkgdesc = A tool used to create a Debian base system from scratch, without requiring the availability of dpkg or apt - pkgver = 1.0.63 - pkgrel = 3 + pkgver = 1.0.64 + pkgrel = 1 url = http://packages.qa.debian.org/d/debootstrap.html install = debootstrap.install arch = any @@ -10,8 +10,8 @@ pkgbase = debootstrap optdepends = debian-archive-keyring: checking Debian release signatures optdepends = ubuntu-keyring: checking Ubuntu release signatures optdepends = gnupg1: checking Debian and Ubuntu release signatures - source = http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.63_all.deb - md5sums = 307faa0fd22e1aafeaa23b110040779c + source = http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.64_all.deb + md5sums = e8c0d4a74d95702ae4c331797d959310 pkgname = debootstrap diff --git a/debootstrap/PKGBUILD b/debootstrap/PKGBUILD index 6b5dcd42d9d..d0d63d08d2f 100644 --- a/debootstrap/PKGBUILD +++ b/debootstrap/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Jan Dolinar # Contributor: Abakus pkgname=debootstrap -pkgver=1.0.63 -pkgrel=3 +pkgver=1.0.64 +pkgrel=1 pkgdesc="A tool used to create a Debian base system from scratch, without requiring the availability of dpkg or apt" arch=('any') license=('GPL') @@ -13,7 +13,7 @@ optdepends=( 'debian-archive-keyring: checking Debian release signatures' 'gnupg1: checking Debian and Ubuntu release signatures' ) source=("http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}_all.deb") install="debootstrap.install" -md5sums=('307faa0fd22e1aafeaa23b110040779c') +md5sums=('e8c0d4a74d95702ae4c331797d959310') package(){ tar -xJf "${srcdir}/data.tar.xz" -C "${pkgdir}/" diff --git a/deskcon-desktop-git/.AURINFO b/deskcon-desktop-git/.AURINFO index 880aace7167..9905a41e7b9 100644 --- a/deskcon-desktop-git/.AURINFO +++ b/deskcon-desktop-git/.AURINFO @@ -1,7 +1,7 @@ pkgbase = deskcon-desktop-git pkgdesc = Integrates your Smartphone in your Desktop pkgver = 20140727.r66.2678041 - pkgrel = 4 + pkgrel = 5 url = https://github.com/screenfreeze/deskcon-desktop install = deskcon-desktop.install arch = any @@ -10,6 +10,9 @@ pkgbase = deskcon-desktop-git depends = python2-pyopenssl depends = python2-gobject depends = python2-dbus + depends = pygtk + depends = libnotify + depends = dbus-glib optdepends = gnome-shell: for use of the included Gnome 3 desktop extension options = !strip source = git://github.com/screenfreeze/deskcon-desktop.git diff --git a/deskcon-desktop-git/PKGBUILD b/deskcon-desktop-git/PKGBUILD index a6a48e72df5..368db918c87 100644 --- a/deskcon-desktop-git/PKGBUILD +++ b/deskcon-desktop-git/PKGBUILD @@ -3,12 +3,12 @@ _pkgname=deskcon-desktop pkgname=${_pkgname}-git pkgver=20140727.r66.2678041 -pkgrel=4 +pkgrel=5 pkgdesc="Integrates your Smartphone in your Desktop" url="https://github.com/screenfreeze/deskcon-desktop" license=('GPL3') arch=('any') -depends=('python2-pyopenssl' 'python2-gobject' 'python2-dbus') +depends=('python2-pyopenssl' 'python2-gobject' 'python2-dbus' 'pygtk' 'libnotify' 'dbus-glib') optdepends=('gnome-shell: for use of the included Gnome 3 desktop extension') makedepends=('git') options=('!strip') diff --git a/douban.fm/.AURINFO b/douban.fm/.AURINFO index 635460c0570..122ccde10ae 100644 --- a/douban.fm/.AURINFO +++ b/douban.fm/.AURINFO @@ -1,6 +1,6 @@ pkgbase = douban.fm pkgdesc = a tiny and smart cli player of douban.fm based on Python - pkgver = 0.2.8 + pkgver = 0.2.9 pkgrel = 1 url = https://github.com/taizilongxu/douban.fm arch = any @@ -11,8 +11,8 @@ pkgbase = douban.fm depends = python2-requests depends = mplayer optdepends = libnotify: for desktop notification - source = https://pypi.python.org/packages/source/d/douban.fm/douban.fm-0.2.8.tar.gz - md5sums = 495d16b5ef8cc090a96186d41f9b183c + source = https://pypi.python.org/packages/source/d/douban.fm/douban.fm-0.2.9.tar.gz + md5sums = 7b402e5a1a6baf7587c741215494c621 pkgname = douban.fm diff --git a/douban.fm/PKGBUILD b/douban.fm/PKGBUILD index 1079ed7e0bc..434446ebc41 100644 --- a/douban.fm/PKGBUILD +++ b/douban.fm/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: wenLiangcan pkgname=douban.fm -pkgver=0.2.8 +pkgver=0.2.9 pkgrel=1 pkgdesc="a tiny and smart cli player of douban.fm based on Python" url="https://github.com/taizilongxu/douban.fm" @@ -11,7 +11,7 @@ optdepends=('libnotify: for desktop notification') license=('MIT') arch=('any') source=("https://pypi.python.org/packages/source/d/douban.fm/douban.fm-${pkgver}.tar.gz") -md5sums=('495d16b5ef8cc090a96186d41f9b183c') +md5sums=('7b402e5a1a6baf7587c741215494c621') package() { cd "${srcdir}/douban.fm-${pkgver}" diff --git a/dpluzz/.AURINFO b/dpluzz/.AURINFO index fd169499bda..2e7cbb77037 100644 --- a/dpluzz/.AURINFO +++ b/dpluzz/.AURINFO @@ -1,6 +1,6 @@ pkgbase = dpluzz pkgdesc = Software to retrieve videos from French website pluzz - pkgver = 0.9.1 + pkgver = 0.9.2 pkgrel = 1 url = http://forum.ubuntu-fr.org/viewtopic.php?id=1559861&p=1 arch = any @@ -11,8 +11,8 @@ pkgbase = dpluzz depends = python2-beautifulsoup4 depends = mplayer depends = uni2ascii - source = https://launchpad.net/~yoggic/+archive/dpluzz/+files/dpluzz_0.9.1%7Eubuntu14.04_amd64.deb - md5sums = e262e9690110349ca1eafbfcfcf7e912 + source = https://launchpad.net/~yoggic/+archive/dpluzz/+files/dpluzz_0.9.2%7Eubuntu14.04_amd64.deb + md5sums = 31d439f4dd2d2be3113b9657925b93a5 pkgname = dpluzz diff --git a/dpluzz/PKGBUILD b/dpluzz/PKGBUILD index 1758c64d401..95caa41f2a7 100644 --- a/dpluzz/PKGBUILD +++ b/dpluzz/PKGBUILD @@ -1,5 +1,5 @@ pkgname=dpluzz -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc="Software to retrieve videos from French website pluzz" arch=('any') @@ -10,7 +10,7 @@ depends=('python2' 'pygtk' 'vte' 'python2-beautifulsoup4' 'mplayer' 'uni2ascii') optdepends=() conflicts=() source=("https://launchpad.net/~yoggic/+archive/dpluzz/+files/dpluzz_$pkgver%7Eubuntu14.04_amd64.deb") -md5sums=('e262e9690110349ca1eafbfcfcf7e912') +md5sums=('31d439f4dd2d2be3113b9657925b93a5') build(){ cd "${srcdir}" @@ -26,5 +26,3 @@ package(){ mv usr/ ${pkgdir}/ } - - diff --git a/dtc/.AURINFO b/dtc/.AURINFO index 140cfe2cd43..675e27f8b4c 100644 --- a/dtc/.AURINFO +++ b/dtc/.AURINFO @@ -1,14 +1,13 @@ pkgbase = dtc - pkgdesc = Device Tree Compiler - pkgver = v1.4.0.42.g6a76a9d + pkgdesc = Stable release of Device Tree Compiler + pkgver = v1.4.0 pkgrel = 1 - url = http://jdl.com/software/ + url = https://kernel.googlesource.com/ arch = i686 arch = x86_64 license = GPL2 - makedepends = git - source = git://git.kernel.org/pub/scm/utils/dtc/dtc.git - md5sums = SKIP + source = https://kernel.googlesource.com/pub/scm/utils/dtc/dtc.git/+archive/65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf.tar.gz + md5sums = 4d47bcd9c9f4e4066aa6773a39189ee5 pkgname = dtc diff --git a/dtc/PKGBUILD b/dtc/PKGBUILD index 77ee4fee886..d2da3dae850 100644 --- a/dtc/PKGBUILD +++ b/dtc/PKGBUILD @@ -2,21 +2,13 @@ # For ArchLinux by Joël Porquet pkgname=dtc -pkgver=v1.4.0.42.g6a76a9d +pkgver=v1.4.0 pkgrel=1 -_gitname=dtc -pkgdesc="Device Tree Compiler" -url="http://jdl.com/software/" +pkgdesc="Stable release of Device Tree Compiler" +url="https://kernel.googlesource.com/" arch=('i686' 'x86_64') license=('GPL2') -makedepends=('git') -source=('git://git.kernel.org/pub/scm/utils/dtc/dtc.git') -md5sums=('SKIP') - -pkgver() { - cd $_gitname - git describe --always | sed 's|-|.|g' -} +source=('https://kernel.googlesource.com/pub/scm/utils/dtc/dtc.git/+archive/65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf.tar.gz') build() { cd $_gitname @@ -29,3 +21,4 @@ package() { make INSTALL=$(which install) DESTDIR=${pkgdir} PREFIX=/usr install } +md5sums=('4d47bcd9c9f4e4066aa6773a39189ee5') diff --git a/emacs-stable-git/.AURINFO b/emacs-stable-git/.AURINFO index 24b4ab51179..810c422b3af 100644 --- a/emacs-stable-git/.AURINFO +++ b/emacs-stable-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = emacs-stable-git pkgdesc = GNU Emacs. Official git, stable branch. - pkgver = 24.3.94.r131392 + pkgver = 24.4.51.r131460 pkgrel = 1 url = http://www.gnu.org/software/emacs/ install = emacs-stable-git.install @@ -25,6 +25,7 @@ pkgbase = emacs-stable-git conflicts = emacs conflicts = emacs-git source = emacs-stable-git::git://git.savannah.gnu.org/emacs.git#branch=emacs-24 + md5sums = SKIP pkgname = emacs-stable-git diff --git a/emacs-stable-git/PKGBUILD b/emacs-stable-git/PKGBUILD index 33d8416ef60..7d5b67be92d 100644 --- a/emacs-stable-git/PKGBUILD +++ b/emacs-stable-git/PKGBUILD @@ -15,7 +15,7 @@ # pkgname=emacs-stable-git -pkgver=24.3.94.r131392 +pkgver=24.4.51.r131460 pkgrel=1 pkgdesc="GNU Emacs. Official git, stable branch." arch=('i686' 'x86_64') diff --git a/emacs24-bzr/.AURINFO b/emacs24-bzr/.AURINFO index 8d4ffc08efd..264ec0493fb 100644 --- a/emacs24-bzr/.AURINFO +++ b/emacs24-bzr/.AURINFO @@ -1,6 +1,6 @@ pkgbase = emacs24-bzr pkgdesc = The extensible, customizable, self-documenting real-time display editor (emacs-24 branch) - pkgver = 117386 + pkgver = 117624 pkgrel = 1 url = http://www.gnu.org/software/emacs/emacs.html install = emacs.install @@ -17,8 +17,10 @@ pkgbase = emacs24-bzr depends = gconf depends = desktop-file-utils depends = imagemagick - provides = emacs=24.3.92.1 + provides = emacs=24.4.51.1 conflicts = emacs + source = emacs-24::bzr+http://bzr.savannah.gnu.org/r/emacs/emacs-24/ + md5sums = SKIP pkgname = emacs24-bzr diff --git a/emacs24-bzr/PKGBUILD b/emacs24-bzr/PKGBUILD index 8dae2b4fc99..115bd510cdd 100644 --- a/emacs24-bzr/PKGBUILD +++ b/emacs24-bzr/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Stefan Husmann pkgname=emacs24-bzr -pkgver=117386 +pkgver=117624 pkgrel=1 pkgdesc='The extensible, customizable, self-documenting real-time display editor (emacs-24 branch)' arch=('i686' 'x86_64') @@ -10,12 +10,12 @@ url='http://www.gnu.org/software/emacs/emacs.html' license=('GPL3') depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'imagemagick') makedepends=('bzr') -provides=('emacs=24.3.92.1') +provides=('emacs=24.4.51.1') conflicts=('emacs') -sources=("bzr+http://bzr.savannah.gnu.org/r/emacs/emacs-24/") +source=("emacs-24::bzr+http://bzr.savannah.gnu.org/r/emacs/emacs-24/") install=emacs.install md5sums=('SKIP') -_bzrmod='emacs-24' +_bzrmod=emacs-24 pkgver() { cd $srcdir/${_bzrmod} diff --git a/firefox-beta-bin/.AURINFO b/firefox-beta-bin/.AURINFO index ffbd7223b1f..c1b1a3e1984 100644 --- a/firefox-beta-bin/.AURINFO +++ b/firefox-beta-bin/.AURINFO @@ -1,6 +1,6 @@ pkgbase = firefox-beta-bin pkgdesc = Standalone web browser from mozilla.org - Beta - pkgver = 34.0b2 + pkgver = 34.0b3 pkgrel = 1 url = https://www.mozilla.org/firefox/ install = firefox-beta-bin.install @@ -28,7 +28,7 @@ pkgbase = firefox-beta-bin optdepends = gst-libav: more decoders optdepends = libpulse: PulseAudio driver optdepends = networkmanager: Location detection via available WiFi networks - source = https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/34.0b2/linux-x86_64/en-US/firefox-34.0b2.tar.bz2 + source = https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/34.0b3/linux-x86_64/en-US/firefox-34.0b3.tar.bz2 source = firefox-beta-bin.desktop source = firefox-beta-bin-safe.desktop md5sums = 386f0dbfe1f53729285b1f79c1b8a6ff diff --git a/firefox-beta-bin/PKGBUILD b/firefox-beta-bin/PKGBUILD index 6126f6d0210..0633ea02de2 100644 --- a/firefox-beta-bin/PKGBUILD +++ b/firefox-beta-bin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=firefox-beta-bin _basever=34.0 -_beta=2 +_beta=3 #_rc=1 pkgver=${_basever}b${_beta} #pkgver=${_basever}rc${_rc} diff --git a/flow-tools/.AURINFO b/flow-tools/.AURINFO new file mode 100644 index 00000000000..d84a0e1778d --- /dev/null +++ b/flow-tools/.AURINFO @@ -0,0 +1,17 @@ +pkgbase = flow-tools + pkgdesc = Netflow collector, analyser and report generator + pkgver = 0.68.5.1 + pkgrel = 1 + url = http://www.splintered.net/sw/flow-tools/ + arch = i686 + arch = x86_64 + license = custom + depends = zlib + depends = tcp_wrappers + depends = libmariaclient + depends = postgresql-libs + source = http://flow-tools.googlecode.com/files/flow-tools-0.68.5.1.tar.bz2 + md5sums = b8f9a4be19ec22ea6d4031c40a6d5a63 + +pkgname = flow-tools + diff --git a/flow-tools/PKGBUILD b/flow-tools/PKGBUILD index 464dd4fcbcb..0cc19e35e45 100644 --- a/flow-tools/PKGBUILD +++ b/flow-tools/PKGBUILD @@ -1,29 +1,29 @@ +# Contributor: Lex Black # Contributor: Mark Smith + pkgname=flow-tools -pkgver=0.68.5 +pkgver=0.68.5.1 pkgrel=1 pkgdesc="Netflow collector, analyser and report generator" arch=('i686' 'x86_64') url="http://www.splintered.net/sw/flow-tools/" license=('custom') -depends=('glibc' 'zlib' 'tcp_wrappers' 'libmysqlclient' 'postgresql-libs') -makedepends=('automake' 'coreutils' 'gawk' 'make' 'gcc' 'bison' 'binutils' - 'flex' 'zlib' 'tcp_wrappers' 'glibc' 'grep' 'libmysqlclient' - 'postgresql-libs') +depends=('zlib' 'tcp_wrappers' 'libmariaclient' 'postgresql-libs') source=(http://flow-tools.googlecode.com/files/$pkgname-$pkgver.tar.bz2) -md5sums=('3c5e75da2822ab6b4947c928c09ea365') +md5sums=('b8f9a4be19ec22ea6d4031c40a6d5a63') build() { - - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --enable-lfs --with-mysql=/usr\ - --with-pgsql=/usr || return 1 - make || return 1 - - make DESTDIR=$startdir/pkg install || return 1 + --with-pgsql=/usr + make +} - install -D -m444 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install + install -D -m444 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING } diff --git a/fzf-git/.AURINFO b/fzf-git/.AURINFO new file mode 100644 index 00000000000..ee7492c1f1d --- /dev/null +++ b/fzf-git/.AURINFO @@ -0,0 +1,16 @@ +pkgbase = fzf-git + pkgdesc = Fuzzy finder for your shell + pkgver = 0.8.7.r12.g6fd6fff + pkgrel = 1 + url = https://github.com/junegunn/fzf + arch = any + license = MIT + depends = ruby>=1.8.5 + depends = ruby-curses + source = git://github.com/junegunn/fzf + source = fzf.sh + md5sums = SKIP + md5sums = 4d1812d8f1a6055213e3046344ee239c + +pkgname = fzf-git + diff --git a/fzf-git/PKGBUILD b/fzf-git/PKGBUILD index 02f2c3a19ae..343f7b241f1 100644 --- a/fzf-git/PKGBUILD +++ b/fzf-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: foalsrock pkgname=fzf-git -pkgver=0.8.3.r17.gdb58182 +pkgver=0.8.7.r12.g6fd6fff pkgrel=1 pkgdesc="Fuzzy finder for your shell" arch=(any) @@ -12,7 +12,7 @@ md5sums=('SKIP') source=("git://github.com/junegunn/fzf" "fzf.sh") md5sums=('SKIP' - 'a60fadd329b9bb761fcf4291b8626617') + '4d1812d8f1a6055213e3046344ee239c') pkgver() { cd "${srcdir}/fzf" @@ -24,14 +24,13 @@ package() { # Optional stuff below- uncomment as suited - # (potentially) useful shell functions - # source it in your shell's configuration (". /etc/profile.d/fzf.sh") - #install -Dm755 "${srcdir}/fzf.sh" "${pkgdir}/etc/profile.d/fzf.sh" - - # bash completion + # BASH completion #install -Dm644 "${srcdir}/fzf/fzf-completion.bash" \ #"${pkgdir}/usr/share/bash-completion/completions/fzf" + # useful shell functions- tested with BASH only, *may* work in other shells + # install -Dm755 "${srcdir}/fzf.sh" "${pkgdir}/etc/profile.d/fzf.sh" + # vim plugin #install -Dm755 "${srcdir}/fzf/plugin/fzf.vim" \ #"${pkgdir}/usr/share/vim/vimfiles/plugin/fzf.vim" diff --git a/fzf-git/fzf.sh b/fzf-git/fzf.sh index ef518cd2a33..a90a1f7a3a8 100644 --- a/fzf-git/fzf.sh +++ b/fzf-git/fzf.sh @@ -4,7 +4,14 @@ fe() { local file file=$(fzf --query="$1" --select-1 --exit-0) - [ -n "$file" ] && $(EDITOR:-vim} "$file") + [ -n "$file" ] && ${EDITOR:-vim} "$file" +} + +# Equivalent to above, but opens it with `open` command +fo() { + local file + file=$(fzf --query="$1" --select-1 --exit-0) + [ -n "$file" ] && open "$file" } # fd - cd to selected directory @@ -17,6 +24,13 @@ fda() { DIR=$(find ${1:-*} -type d 2> /dev/null | fzf) && cd "$DIR" } +# cdf - cd into the directory of the selected file +cdf() { + local file + local dir + file=$(fzf +m -q "$!") && dir=$(dirname "$file") && cd "$dir" +} + # fh - repeat history fh() { eval $(history | fzf +s | sed 's/ *[0-9]* *//') @@ -53,3 +67,13 @@ ftags() { ) && $EDITOR $(cut -f3 <<< "$line") -c "set nocst" \ -c "silent tag $(cut -f2 <<< "$line")" } + +# fs [FUZZY PATTERN] - Select selected tmux session +# - Bypass fuzzy finder if there's only one match (--select-1) +# - Exit if there's no match (--exit-0) +fs() { + local session + session=$(tmux list-sessions -F "#{session_name}" | \ + fzf --query="$1" --select-1 --exit-0) && + tmux switch-client -t "$session" +} diff --git a/fzf/.AURINFO b/fzf/.AURINFO index 99c06144001..3619620a662 100644 --- a/fzf/.AURINFO +++ b/fzf/.AURINFO @@ -1,7 +1,7 @@ pkgbase = fzf pkgdesc = Fuzzy finder for your shell pkgver = 0.8.7 - pkgrel = 3 + pkgrel = 5 url = https://github.com/junegunn/fzf install = fzf.install arch = any @@ -9,16 +9,19 @@ pkgbase = fzf depends = ruby depends = ruby-curses optdepends = ctags: fzf && select tags + optdepends = fish: fish compatible keybindings optdepends = git: fzf && checkout git commits, branches optdepends = tmux: fzf && select tmux sessions optdepends = vim-fzf: fzf vim plugin optdepends = xdg-utils: fzf && open files optdepends = zsh: zsh compatible keybindings source = fzf-0.8.7.tar.gz::https://codeload.github.com/junegunn/fzf/tar.gz/0.8.7 + source = fzf.fish source = fzf.sh source = fzf.zsh sha256sums = cd979113f1df2cd33d462dffc3e35e4a56926da8c3241d09bb2f64268d96f6cb - sha256sums = 06283acaad022455ef79fc43e744863c3cfac4956cdbdd1baaa1823dac290b41 + sha256sums = 8e514e349751ee355ad7b352f1373030a5218972b8c983555b594f01d16a8956 + sha256sums = 384942d647d6ce45d4e2a7058445e4ff8fb37f5bd2438b0fc8273d41b026efb9 sha256sums = 7d5e03b13d95f5ab0c22aa20f007393db0382003a1ff7b4fe5beed31498f0db0 pkgname = fzf diff --git a/fzf/PKGBUILD b/fzf/PKGBUILD index 73063bf60c5..e085bb319c5 100644 --- a/fzf/PKGBUILD +++ b/fzf/PKGBUILD @@ -3,11 +3,12 @@ pkgname=fzf pkgver=0.8.7 -pkgrel=3 +pkgrel=5 pkgdesc="Fuzzy finder for your shell" arch=('any') depends=('ruby' 'ruby-curses') optdepends=('ctags: fzf && select tags' + 'fish: fish compatible keybindings' 'git: fzf && checkout git commits, branches' 'tmux: fzf && select tmux sessions' 'vim-fzf: fzf vim plugin' @@ -16,10 +17,12 @@ optdepends=('ctags: fzf && select tags' url="https://github.com/junegunn/fzf" license=('MIT') source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/junegunn/$pkgname/tar.gz/$pkgver + fzf.fish fzf.sh fzf.zsh) sha256sums=('cd979113f1df2cd33d462dffc3e35e4a56926da8c3241d09bb2f64268d96f6cb' - '06283acaad022455ef79fc43e744863c3cfac4956cdbdd1baaa1823dac290b41' + '8e514e349751ee355ad7b352f1373030a5218972b8c983555b594f01d16a8956' + '384942d647d6ce45d4e2a7058445e4ff8fb37f5bd2438b0fc8273d41b026efb9' '7d5e03b13d95f5ab0c22aa20f007393db0382003a1ff7b4fe5beed31498f0db0') install=fzf.install @@ -37,7 +40,8 @@ package() { msg 'Installing bash completion...' install -Dm 644 fzf-completion.bash "$pkgdir/usr/share/bash-completion/completions/fzf" - msg 'Placing optional key bindings in /etc/profile.d...' + msg 'Placing optional key bindings...' + install -Dm 644 "$srcdir/fzf.fish" "$pkgdir/usr/share/fish/functions/fzf.fish" install -Dm 755 "$srcdir/fzf.sh" "$pkgdir/etc/profile.d/fzf.sh" install -Dm 755 "$srcdir/fzf.zsh" "$pkgdir/etc/profile.d/fzf.zsh" } diff --git a/fzf/fzf.fish b/fzf/fzf.fish new file mode 100644 index 00000000000..a8f81e9d69f --- /dev/null +++ b/fzf/fzf.fish @@ -0,0 +1,75 @@ +function fzf_key_bindings + # Due to a bug of fish, we cannot use command substitution, + # so we use temporary file instead + if [ -z "$TMPDIR" ] + set -g TMPDIR /tmp + end + + function __fzf_list + command find * -path '*/\.*' -prune \ + -o -type f -print \ + -o -type d -print \ + -o -type l -print 2> /dev/null + end + + function __fzf_list_dir + command find -L * -path '*/\.*' -prune -o -type d -print 2> /dev/null + end + + function __fzf_escape + while read item + echo -n (echo -n "$item" | sed -E 's/([ "$~'\''([{<>})])/\\\\\\1/g')' ' + end + end + + function __fzf_ctrl_t + if [ -n "$TMUX_PANE" -a "$FZF_TMUX" != "0" ] + tmux split-window (__fzf_tmux_height) "fish -c 'fzf_key_bindings; __fzf_ctrl_t_tmux \\$TMUX_PANE'" + else + __fzf_list | fzf -m > $TMPDIR/fzf.result + and commandline -i (cat $TMPDIR/fzf.result | __fzf_escape) + commandline -f repaint + rm -f $TMPDIR/fzf.result + end + end + + function __fzf_ctrl_t_tmux + __fzf_list | fzf -m > $TMPDIR/fzf.result + and tmux send-keys -t $argv[1] (cat $TMPDIR/fzf.result | __fzf_escape) + rm -f $TMPDIR/fzf.result + end + + function __fzf_ctrl_r + history | fzf +s +m > $TMPDIR/fzf.result + and commandline (cat $TMPDIR/fzf.result) + commandline -f repaint + rm -f $TMPDIR/fzf.result + end + + function __fzf_alt_c + # Fish hangs if the command before pipe redirects (2> /dev/null) + __fzf_list_dir | fzf +m > $TMPDIR/fzf.result + [ (cat $TMPDIR/fzf.result | wc -l) -gt 0 ] + and cd (cat $TMPDIR/fzf.result) + commandline -f repaint + rm -f $TMPDIR/fzf.result + end + + function __fzf_tmux_height + if set -q FZF_TMUX_HEIGHT + set height $FZF_TMUX_HEIGHT + else + set height 40% + end + if echo $height | \grep -q -E '%$' + echo "-p "(echo $height | sed 's/%$//') + else + echo "-l $height" + end + set -e height + end + + bind \ct '__fzf_ctrl_t' + bind \cr '__fzf_ctrl_r' + bind \ec '__fzf_alt_c' +end diff --git a/fzf/fzf.install b/fzf/fzf.install index a59170e89bf..cb32bd0d885 100644 --- a/fzf/fzf.install +++ b/fzf/fzf.install @@ -14,4 +14,12 @@ To utilize, add the following to your bash config: Or for zsh, add the following to your config: . /etc/profile.d/fzf.zsh + +For fish, key bindings are in: + + /usr/share/fish/functions/fzf.fish + +Add support for zsh and fish completion upstream + + https://github.com/junegunn/fzf EOF diff --git a/fzf/fzf.sh b/fzf/fzf.sh index c504254f8b2..87bdd3b3f4e 100644 --- a/fzf/fzf.sh +++ b/fzf/fzf.sh @@ -1,3 +1,7 @@ +# Auto-completion +# --------------- +[[ $- =~ i ]] && source /usr/share/bash-completion/completions/fzf + # Key bindings # ------------ # diff --git a/gala-bzr/.AURINFO b/gala-bzr/.AURINFO index 78ac36c1d49..adf7190a923 100644 --- a/gala-bzr/.AURINFO +++ b/gala-bzr/.AURINFO @@ -1,6 +1,6 @@ pkgbase = gala-bzr pkgdesc = The Pantheon Window Manager - pkgver = r373 + pkgver = r421 pkgrel = 1 url = https://launchpad.net/gala install = gala.install @@ -17,7 +17,8 @@ pkgbase = gala-bzr depends = plank-bzr provides = gala conflicts = gala - source = gala::bzr+http://bazaar.launchpad.net/~gala-dev/gala/trunk/ + source = gala-mutter314::bzr+http://bazaar.launchpad.net/~gala-dev/gala/mutter314/ + sha256sums = SKIP pkgname = gala-bzr diff --git a/gala-bzr/PKGBUILD b/gala-bzr/PKGBUILD index 5142fe6d02a..329d3844ebb 100644 --- a/gala-bzr/PKGBUILD +++ b/gala-bzr/PKGBUILD @@ -1,8 +1,8 @@ -# Maintainer: Maxime Gauduin +# Maintainer: Maxime Gauduin # Contributor: Ner0 pkgname=gala-bzr -pkgver=r373 +pkgver=r421 pkgrel=1 pkgdesc='The Pantheon Window Manager' arch=('i686' 'x86_64') @@ -10,27 +10,31 @@ url='https://launchpad.net/gala' license=('GPL3') depends=('clutter-gtk' 'granite' 'mutter' 'plank-bzr') makedepends=('bzr' 'gnome-common' 'intltool' 'vala') -provides=("${pkgname%-*}") -conflicts=("${pkgname%-*}") -install="${pkgname%-*}.install" -source=("${pkgname%-*}::bzr+http://bazaar.launchpad.net/~gala-dev/gala/trunk/") +provides=('gala') +conflicts=('gala') +install='gala.install' +#source=('gala::bzr+http://bazaar.launchpad.net/~gala-dev/gala/trunk/') +source=('gala-mutter314::bzr+http://bazaar.launchpad.net/~gala-dev/gala/mutter314/') sha256sums=('SKIP') pkgver() { - cd ${pkgname%-*} +# cd gala + cd gala-mutter314 printf "r%s" "$(bzr revno)" } build() { - cd ${pkgname%-*} +# cd gala + cd gala-mutter314 ./autogen.sh --prefix='/usr' --disable-schemas-compile make } package() { - cd ${pkgname%-*} +# cd gala + cd gala-mutter314 make DESTDIR="${pkgdir}" install } diff --git a/gammaray/.AURINFO b/gammaray/.AURINFO index 01b7b84f0bc..0678f983b2c 100644 --- a/gammaray/.AURINFO +++ b/gammaray/.AURINFO @@ -1,16 +1,18 @@ pkgbase = gammaray pkgdesc = A tool for examining the internals of a Qt application and to some extent also manipulate it - pkgver = 2.1.0 + pkgver = 2.1.2 pkgrel = 1 url = http://www.kdab.com/kdab-products/gammaray/ arch = i686 arch = x86_64 license = GPL + makedepends = cmake depends = graphviz depends = qt5-script depends = qt5-svg depends = qt5-tools - source = https://github.com/KDAB/GammaRay/archive/v2.1.0.tar.gz + source = https://github.com/KDAB/GammaRay/archive/v2.1.2.tar.gz + md5sums = 4179b931b1557fda98c6bdfb6f13edd7 pkgname = gammaray diff --git a/gammaray/PKGBUILD b/gammaray/PKGBUILD index 7301b534035..d3d41bdbe5d 100644 --- a/gammaray/PKGBUILD +++ b/gammaray/PKGBUILD @@ -1,14 +1,15 @@ # Maintainer: Christian Bühler pkgname=gammaray -pkgver=2.1.0 +pkgver=2.1.2 pkgrel=1 pkgdesc="A tool for examining the internals of a Qt application and to some extent also manipulate it" arch=('i686' 'x86_64') url="http://www.kdab.com/kdab-products/gammaray/" license=('GPL') +makedepends=(cmake) depends=(graphviz qt5-script qt5-svg qt5-tools) source=(https://github.com/KDAB/GammaRay/archive/v$pkgver.tar.gz) -md5sums=('0113916025dac955d4c7f0edc817e66d') +md5sums=('4179b931b1557fda98c6bdfb6f13edd7') build() { cd "$srcdir/GammaRay-$pkgver" diff --git a/get_iplayer/.AURINFO b/get_iplayer/.AURINFO index fa3871e5453..6eb23238ea1 100644 --- a/get_iplayer/.AURINFO +++ b/get_iplayer/.AURINFO @@ -1,6 +1,6 @@ pkgbase = get_iplayer pkgdesc = Allows you to download or stream any iPlayer programme from the BBC in H.264 (Quicktime/mp4) format, any radio programmes in MP3 or RealAudio format - pkgver = 2.86 + pkgver = 2.87 pkgrel = 1 url = http://www.infradead.org/get_iplayer/html/get_iplayer.html arch = any @@ -23,7 +23,8 @@ pkgbase = get_iplayer provides = get_iplayer conflicts = get_iplayer, conflicts = get_iplayer-git - source = ftp://ftp.infradead.org/pub/get_iplayer/get_iplayer-2.86.tar.gz + source = ftp://ftp.infradead.org/pub/get_iplayer/get_iplayer-2.87.tar.gz + md5sums = c92aa67db6f668f61f8b006a467aa619 pkgname = get_iplayer diff --git a/get_iplayer/PKGBUILD b/get_iplayer/PKGBUILD index 57e176635df..b318ffb4dbe 100644 --- a/get_iplayer/PKGBUILD +++ b/get_iplayer/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alex Merry pkgname=get_iplayer -pkgver=2.86 +pkgver=2.87 pkgrel=1 pkgdesc="Allows you to download or stream any iPlayer programme from the BBC in H.264 (Quicktime/mp4) format, any radio programmes in MP3 or RealAudio format" arch=('any') @@ -22,7 +22,7 @@ optdepends=( conflicts=('get_iplayer', 'get_iplayer-git') provides=('get_iplayer') source=(ftp://ftp.infradead.org/pub/get_iplayer/$pkgname-$pkgver.tar.gz) -md5sums=('e5277184e25ded28db3d16b4f783163f') +md5sums=('c92aa67db6f668f61f8b006a467aa619') package() { cd "$srcdir/$pkgname-$pkgver" diff --git a/gitlab-ci/.AURINFO b/gitlab-ci/.AURINFO index 279d0f80c94..15edf7a56a9 100644 --- a/gitlab-ci/.AURINFO +++ b/gitlab-ci/.AURINFO @@ -1,7 +1,7 @@ pkgbase = gitlab-ci pkgdesc = Continuous integration server for gitlabhq | Coordinator - pkgver = 5.0.1 - pkgrel = 2 + pkgver = 5.1.0 + pkgrel = 1 url = http://www.gitlab.com/gitlab-ci install = gitlab-ci.install arch = i686 @@ -23,7 +23,7 @@ pkgbase = gitlab-ci backup = etc/logrotate.d/gitlab-ci backup = etc/httpd/conf/extra/gitlab-ci.conf backup = etc/httpd/conf/extra/gitlab-ci-ssl.conf - source = gitlab-ci-5.0.1.tar.gz::https://github.com/gitlabhq/gitlab-ci/archive/v5.0.1.tar.gz + source = gitlab-ci-5.1.0.tar.gz::https://github.com/gitlabhq/gitlab-ci/archive/v5.1.0.tar.gz source = gitlab-ci.target source = gitlab-ci-unicorn.service source = gitlab-ci-sidekiq.service @@ -35,7 +35,7 @@ pkgbase = gitlab-ci source = gitlab-ci-ssl.conf source = gitlab-ci-ssl source = 10-gitlab-ci.conf - sha512sums = a10f4341001f12f9796594ba2bf1008cbead8ab3f5d98f9de2b56a3f2fc84322841b5bb3cbd596e46bba3ce0285e438ca7597c9f57b84d6231742f8aa64df736 + sha512sums = 23fa2f32789ba41f33b00f50ac23c3edc7768e3817fc7a05e8c7e6cc91f7fcdea3d463e3f99aaf0f73a485a61f0429d9f429804afd2207f9f8c20edf52a1c0eb sha512sums = 496af313be95ce425e09b41d95860b5e8e7bec2f7b848f99a7ec686d767273e7ba2fc945f036167d1bb622e7f9407986b3a44d01004e7959187f83e5a1f53509 sha512sums = b8beac929f5dbf44be74d8474f8c1f414a19c3c0b11f04f139a255bb3c0f92eefa2ada8e821c2d05a340eae1b32459b8c8deceba24d81b20c89cd2bd73f1892c sha512sums = 61fe93f62659a78643847126b5ab9196ae35723e6a2fdf53e2257466281c5eccba656ceba3242ff364c6c684099bde20d9ace64ec12fd9b7242b0aaf41f9a97f diff --git a/gitlab-ci/PKGBUILD b/gitlab-ci/PKGBUILD index 5cea1e35c5e..72608f0a1e0 100644 --- a/gitlab-ci/PKGBUILD +++ b/gitlab-ci/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Pavol (Lopo) Hluchy pkgname=gitlab-ci -pkgver=5.0.1 -pkgrel=2 +pkgver=5.1.0 +pkgrel=1 pkgdesc="Continuous integration server for gitlabhq | Coordinator" arch=('i686' 'x86_64') url="http://www.gitlab.com/gitlab-ci" @@ -31,7 +31,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/gitlabhq/gitlab-ci/archive/ gitlab-ci-ssl 10-gitlab-ci.conf) install='gitlab-ci.install' -sha512sums=('a10f4341001f12f9796594ba2bf1008cbead8ab3f5d98f9de2b56a3f2fc84322841b5bb3cbd596e46bba3ce0285e438ca7597c9f57b84d6231742f8aa64df736' +sha512sums=('23fa2f32789ba41f33b00f50ac23c3edc7768e3817fc7a05e8c7e6cc91f7fcdea3d463e3f99aaf0f73a485a61f0429d9f429804afd2207f9f8c20edf52a1c0eb' '496af313be95ce425e09b41d95860b5e8e7bec2f7b848f99a7ec686d767273e7ba2fc945f036167d1bb622e7f9407986b3a44d01004e7959187f83e5a1f53509' 'b8beac929f5dbf44be74d8474f8c1f414a19c3c0b11f04f139a255bb3c0f92eefa2ada8e821c2d05a340eae1b32459b8c8deceba24d81b20c89cd2bd73f1892c' '61fe93f62659a78643847126b5ab9196ae35723e6a2fdf53e2257466281c5eccba656ceba3242ff364c6c684099bde20d9ace64ec12fd9b7242b0aaf41f9a97f' @@ -129,7 +129,6 @@ build() { } package() { - cd "${srcdir}/${_srcdir}" install -d "${pkgdir}/usr/share/webapps" cp -r "${srcdir}/${_srcdir}" "${pkgdir}${_datadir}" @@ -140,6 +139,8 @@ package() { "${pkgdir}${_datadir}/tmp" \ "${pkgdir}/var/run/gitlab-ci" + cd "${srcdir}/${_srcdir}" + # Install config files cp config/application.yml.example "${pkgdir}/etc/webapps/gitlab-ci/application.yml" ln -fs "/etc/webapps/gitlab-ci/application.yml" "${pkgdir}${_datadir}/config/" diff --git a/gitlab/.AURINFO b/gitlab/.AURINFO index 595d1703052..7487ee3a26d 100644 --- a/gitlab/.AURINFO +++ b/gitlab/.AURINFO @@ -1,6 +1,6 @@ pkgbase = gitlab pkgdesc = Project management and code hosting application - pkgver = 7.4.0 + pkgver = 7.4.1 pkgrel = 1 url = http://gitlab.org/gitlab-ce install = gitlab.install @@ -27,7 +27,7 @@ pkgbase = gitlab backup = etc/logrotate.d/gitlab backup = etc/httpd/conf/extra/gitlab.conf backup = etc/httpd/conf/extra/gitlab-ssl.conf - source = gitlab-7.4.0.tar.gz::https://github.com/gitlabhq/gitlabhq/archive/v7.4.0.tar.gz + source = gitlab-7.4.1.tar.gz::https://github.com/gitlabhq/gitlabhq/archive/v7.4.1.tar.gz source = gitlab.target source = gitlab-unicorn.service source = gitlab-sidekiq.service @@ -39,7 +39,7 @@ pkgbase = gitlab source = gitlab-ssl.conf source = gitlab-ssl source = 10-gitlab.conf - sha512sums = c2c054b8d027435d46d100ca9e651eca68a1d63854147d7aa643603400864a5ef4d6c2fa23a3d6106a2c998fc7f01b651d70c957bbd271b415eb9fecf176e37e + sha512sums = 278ea0998645eb5a71999f4d3b5531e925744cf9cc1bfb3769e0e2f05ef18f08e56050a1313c50951adb55d430fa6717a50b0e5345d13b2cb4ae9e54563a6e5e sha512sums = c88b7b500225c9a2bfaf10912fc09e5a3beb7c28890dcc1d49d55dfe92df02cef3f1865a138e7e2802b4e795c9a45cb130819be0a1c115eca9b566b8b9fb4395 sha512sums = b6724b4171a1a62dee10bea6c9e1fd20eb6788ba61622c58ced80bef9cf7401b7c6a17a5a5a38ad677a0b224b09ff2b0be3737d89e5718b4f1391a57d91148e9 sha512sums = df653dbe2f47bf8f4adaaa274574cc94c1e66055415b58ba31e753e23805a9e3e4fce984076c76c9ccf86887c77a3af80a8a006744b2409dda31f3671f7e39d2 diff --git a/gitlab/PKGBUILD b/gitlab/PKGBUILD index e94dfd246e6..84601d84646 100644 --- a/gitlab/PKGBUILD +++ b/gitlab/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Pavol (Lopo) Hluchy pkgname=gitlab -pkgver=7.4.0 +pkgver=7.4.1 pkgrel=1 pkgdesc="Project management and code hosting application" arch=('i686' 'x86_64') @@ -37,7 +37,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/gitlabhq/gitlabhq/archive/v gitlab-ssl 10-gitlab.conf) install='gitlab.install' -sha512sums=('c2c054b8d027435d46d100ca9e651eca68a1d63854147d7aa643603400864a5ef4d6c2fa23a3d6106a2c998fc7f01b651d70c957bbd271b415eb9fecf176e37e' +sha512sums=('278ea0998645eb5a71999f4d3b5531e925744cf9cc1bfb3769e0e2f05ef18f08e56050a1313c50951adb55d430fa6717a50b0e5345d13b2cb4ae9e54563a6e5e' 'c88b7b500225c9a2bfaf10912fc09e5a3beb7c28890dcc1d49d55dfe92df02cef3f1865a138e7e2802b4e795c9a45cb130819be0a1c115eca9b566b8b9fb4395' 'b6724b4171a1a62dee10bea6c9e1fd20eb6788ba61622c58ced80bef9cf7401b7c6a17a5a5a38ad677a0b224b09ff2b0be3737d89e5718b4f1391a57d91148e9' 'df653dbe2f47bf8f4adaaa274574cc94c1e66055415b58ba31e753e23805a9e3e4fce984076c76c9ccf86887c77a3af80a8a006744b2409dda31f3671f7e39d2' diff --git a/gnome-initial-setup/.AURINFO b/gnome-initial-setup/.AURINFO index 93af84fc7dc..54f5394d9bc 100644 --- a/gnome-initial-setup/.AURINFO +++ b/gnome-initial-setup/.AURINFO @@ -1,7 +1,7 @@ pkgbase = gnome-initial-setup pkgdesc = Simple, easy, and safe way to prepare a new system - pkgver = 3.14.0 - pkgrel = 2 + pkgver = 3.14.1 + pkgrel = 1 url = http://www.gnome.org/ install = gnome-initial-setup.install arch = i686 @@ -19,8 +19,8 @@ pkgbase = gnome-initial-setup depends = libibus depends = libgnomekbd optdepends = gdm: GDM Initial Setup mode - source = http://ftp.gnome.org/pub/GNOME/sources/gnome-initial-setup/3.14/gnome-initial-setup-3.14.0.tar.xz - sha256sums = c5891370c8d10e24bc32bed5fd7a16e6817fb6ee5b53b225d8137381c4db7cfb + source = http://ftp.gnome.org/pub/GNOME/sources/gnome-initial-setup/3.14/gnome-initial-setup-3.14.1.tar.xz + sha256sums = 2230a789a35430e3fd071b8b0f511bf372470e29b7fcec217fdc9c4d986f2918 pkgname = gnome-initial-setup diff --git a/gnome-initial-setup/PKGBUILD b/gnome-initial-setup/PKGBUILD index d5f64333cd9..69d439cc352 100644 --- a/gnome-initial-setup/PKGBUILD +++ b/gnome-initial-setup/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Balló György pkgname=gnome-initial-setup -pkgver=3.14.0 -pkgrel=2 +pkgver=3.14.1 +pkgrel=1 pkgdesc="Simple, easy, and safe way to prepare a new system" arch=('i686' 'x86_64') url="http://www.gnome.org/" @@ -14,7 +14,7 @@ makedepends=('intltool') optdepends=('gdm: GDM Initial Setup mode') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c5891370c8d10e24bc32bed5fd7a16e6817fb6ee5b53b225d8137381c4db7cfb') +sha256sums=('2230a789a35430e3fd071b8b0f511bf372470e29b7fcec217fdc9c4d986f2918') build() { cd $pkgname-$pkgver diff --git a/gnome-shell-extension-installer/.AURINFO b/gnome-shell-extension-installer/.AURINFO index b47a2b8cc87..6e62921dacb 100644 --- a/gnome-shell-extension-installer/.AURINFO +++ b/gnome-shell-extension-installer/.AURINFO @@ -1,16 +1,16 @@ pkgbase = gnome-shell-extension-installer pkgdesc = A bash script to install and search extensions from extensions.gnome.org - pkgver = 1.2.2 + pkgver = 1.3.1 pkgrel = 1 url = https://github.com/ianbrunelli/gnome-shell-extension-installer arch = any - license = GPL + license = GPLv2 depends = bash depends = curl depends = glib2 depends = gnome-shell - source = gnome-shell-extension-installer::https://github.com/ianbrunelli/gnome-shell-extension-installer/releases/download/v1.2.2/gnome-shell-extension-installer - sha256sums = 16169be6599a3567062ddb6a7bdc5bd514fdc1e5b4fd6952cf1739ee191ca7b3 + source = gnome-shell-extension-installer::https://github.com/ianbrunelli/gnome-shell-extension-installer/releases/download/v1.3.1/gnome-shell-extension-installer + sha256sums = 28ee18950853b2932db6118625c6d05f3e04b9351f8c8e4a6994da61cef33a11 pkgname = gnome-shell-extension-installer diff --git a/gnome-shell-extension-installer/PKGBUILD b/gnome-shell-extension-installer/PKGBUILD index 5afbdd5f68e..f39339ce62c 100644 --- a/gnome-shell-extension-installer/PKGBUILD +++ b/gnome-shell-extension-installer/PKGBUILD @@ -1,17 +1,17 @@ # Maintainer: Ian Brunelli pkgname=gnome-shell-extension-installer -pkgver=1.2.2 +pkgver=1.3.1 pkgrel=1 pkgdesc="A bash script to install and search extensions from extensions.gnome.org" arch=("any") -license=('GPL') +license=('GPLv2') url="https://github.com/ianbrunelli/gnome-shell-extension-installer" depends=('bash' 'curl' 'glib2' 'gnome-shell') source=("$pkgname"::"https://github.com/ianbrunelli/gnome-shell-extension-installer/releases/download/v$pkgver/gnome-shell-extension-installer") -sha256sums=('16169be6599a3567062ddb6a7bdc5bd514fdc1e5b4fd6952cf1739ee191ca7b3') +sha256sums=('28ee18950853b2932db6118625c6d05f3e04b9351f8c8e4a6994da61cef33a11') package() { mkdir -p $pkgdir/usr/bin - install $pkgname $pkgdir/usr/bin/$pkgname -m 755 || return 1 + install $pkgname "$pkgdir/usr/bin/$pkgname" -m 755 || return 1 } diff --git a/gnome-shell-frippery/.AURINFO b/gnome-shell-frippery/.AURINFO index 2ffbdf4289d..ad527fedeca 100644 --- a/gnome-shell-frippery/.AURINFO +++ b/gnome-shell-frippery/.AURINFO @@ -1,12 +1,13 @@ pkgbase = gnome-shell-frippery pkgdesc = An unofficial extension pack providing GNOME2 like features for GNOME3. pkgver = 0.8.0 - pkgrel = 1 + pkgrel = 2 url = http://intgat.tigress.co.uk/rmy/extensions/index.html arch = any license = GPL2 depends = gnome-shell source = http://intgat.tigress.co.uk/rmy/extensions/gnome-shell-frippery-0.8.0.tgz + sha256sums = 2691ee3d17a21216c912fb6826323f2a2e44568f2248abda0480ff2267e66f06 pkgname = gnome-shell-frippery diff --git a/gnome-shell-frippery/PKGBUILD b/gnome-shell-frippery/PKGBUILD index 002df917dd0..7c309813b63 100644 --- a/gnome-shell-frippery/PKGBUILD +++ b/gnome-shell-frippery/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gnome-shell-frippery pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="An unofficial extension pack providing GNOME2 like features for GNOME3." arch=('any') url="http://intgat.tigress.co.uk/rmy/extensions/index.html" @@ -13,9 +13,19 @@ depends=('gnome-shell') source=(http://intgat.tigress.co.uk/rmy/extensions/$pkgname-$pkgver.tgz) sha256sums=('2691ee3d17a21216c912fb6826323f2a2e44568f2248abda0480ff2267e66f06') -build() { +package() { cd "$srcdir/" mv ".local" "usr" rm -rf "usr/share/gnome-shell/$pkgname" +rm -rf ".local" cp -R "usr/" "$pkgdir/" +#for 3.14 +cd "$pkgdir/usr/share/gnome-shell/extensions" + for FILE in Applications_Menu@rmy.pobox.com/metadata.json \ + Bottom_Panel@rmy.pobox.com/metadata.json \ + Move_Clock@rmy.pobox.com/metadata.json \ + Panel_Favorites@rmy.pobox.com/metadata.json + do + sed -i 's/3.12/3.14/' "${FILE}" + done } diff --git a/gnomintu-green-icon-theme/.AURINFO b/gnomintu-green-icon-theme/.AURINFO new file mode 100644 index 00000000000..ccf91e0302e --- /dev/null +++ b/gnomintu-green-icon-theme/.AURINFO @@ -0,0 +1,17 @@ +pkgbase = gnomintu-green-icon-theme + pkgdesc = Fusion of Mint-X, GNOME, Ubuntu-Mono, and Humanity icon themes (green ubuntu folders) + pkgver = 0.r0.6ecca5a + pkgrel = 1 + url = https://github.com/GreenRaccoon23/gnomintu-green + install = gnomintu-green.install + arch = any + license = GPL3 + makedepends = git + makedepends = intltool + makedepends = librsvg + makedepends = gtk-update-icon-cache + source = gnomintu-green-icon-theme::git+https://github.com/GreenRaccoon23/gnomintu-green.git + md5sums = SKIP + +pkgname = gnomintu-green-icon-theme + diff --git a/gnomintu-green-icon-theme/PKGBUILD b/gnomintu-green-icon-theme/PKGBUILD new file mode 100644 index 00000000000..4499fc63050 --- /dev/null +++ b/gnomintu-green-icon-theme/PKGBUILD @@ -0,0 +1,26 @@ +# Maintainer: GreenRaccoon23 + +_pkgname=gnomintu-green +pkgname=gnomintu-green-icon-theme +pkgver=0.r0.6ecca5a +pkgrel=1 +pkgdesc='Fusion of Mint-X, GNOME, Ubuntu-Mono, and Humanity icon themes (green ubuntu folders)' +arch=('any') +url="https://github.com/GreenRaccoon23/$_pkgname" +license=('GPL3') +makedepends=('git' 'intltool' 'librsvg' 'gtk-update-icon-cache') +install="$_pkgname.install" +source=("$pkgname"::"git+https://github.com/GreenRaccoon23/$_pkgname.git") +md5sums=('SKIP') + +pkgver() { + cd "$srcdir/$pkgname" + printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} + +package() { + cd "$srcdir/$pkgname" + install -dm 755 "$pkgdir"/usr/share/icons/gnomintu-green + cp -drf --no-preserve='ownership' . "$pkgdir"/usr/share/icons/gnomintu-green/ + +} \ No newline at end of file diff --git a/gnomintu-green-icon-theme/gnomintu-green.install b/gnomintu-green-icon-theme/gnomintu-green.install new file mode 100644 index 00000000000..79a28f6500b --- /dev/null +++ b/gnomintu-green-icon-theme/gnomintu-green.install @@ -0,0 +1,13 @@ +post-install() { + gtk-update-icon-cache -ftq usr/share/icons/gnomintu-green +} + +post-upgrade() { + post-install +} + +post-remove() { + post-install +} + +# vim: ts=2 sw=2 et: diff --git a/gnucash-latest/.AURINFO b/gnucash-latest/.AURINFO index 2ee6be397db..09966561ad0 100644 --- a/gnucash-latest/.AURINFO +++ b/gnucash-latest/.AURINFO @@ -1,7 +1,7 @@ pkgbase = gnucash-latest pkgdesc = A personal and small-business financial-accounting application - pkgver = 2.6.3 - pkgrel = 2 + pkgver = 2.6.4 + pkgrel = 1 url = http://www.gnucash.org install = gnucash.install arch = i686 @@ -21,10 +21,11 @@ pkgbase = gnucash-latest provides = gnucash conflicts = gnucash conflicts = gnucash-devel - source = http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.3.tar.bz2 options = !libtool options = !makeflags options = !emptydirs + source = http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.4.tar.bz2 + md5sums = a857e9fa058c57a07d8e97bce29f1411 pkgname = gnucash-latest diff --git a/gnucash-latest/PKGBUILD b/gnucash-latest/PKGBUILD index aef5134c71d..311033fd6a0 100644 --- a/gnucash-latest/PKGBUILD +++ b/gnucash-latest/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: quizzmaster pkgname=gnucash-latest -pkgver=2.6.3 -pkgrel=2 +pkgver=2.6.4 +pkgrel=1 pkgdesc="A personal and small-business financial-accounting application" arch=('i686' 'x86_64') url="http://www.gnucash.org" @@ -19,7 +19,7 @@ conflicts=('gnucash' 'gnucash-devel') provides=('gnucash') install=gnucash.install source=(http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-${pkgver}.tar.bz2) -md5sums=('c590a6549be3c1fbbb26b4426bea3ff5') +md5sums=('a857e9fa058c57a07d8e97bce29f1411') build() { cd "${srcdir}/gnucash-${pkgver}" diff --git a/ibus-table-others/.AURINFO b/ibus-table-others/.AURINFO new file mode 100644 index 00000000000..938a6960272 --- /dev/null +++ b/ibus-table-others/.AURINFO @@ -0,0 +1,13 @@ +pkgbase = ibus-table-others + pkgdesc = Extra table based inputmethods for Ibus + pkgver = 1.3.5 + pkgrel = 1 + url = https://github.com/moebiuscurve/ibus-table-others + arch = any + license = GPL3 + depends = ibus-table + source = ibus-table-others-1.3.5.tar.gz::https://github.com/moebiuscurve/ibus-table-others/archive/1.3.5.tar.gz + md5sums = 97b5e1822a6616db9f3823f1222d4ff5 + +pkgname = ibus-table-others + diff --git a/ibus-table-others/PKGBUILD b/ibus-table-others/PKGBUILD index f3fe0abb9e6..8c3a2068597 100644 --- a/ibus-table-others/PKGBUILD +++ b/ibus-table-others/PKGBUILD @@ -1,26 +1,26 @@ # Contributor: Lonfucius # Maintainer: Jesse Jaara + pkgname=ibus-table-others -pkgver=1.3.0.20100528 +pkgver=1.3.5 pkgrel=1 -pkgdesc='ibus-table-others (Various tables that beyond Chinese)' -arch=('i686' 'x86_64') -url="http://code.google.com/p/ibus/" -license=('LGPL') -depends=('ibus' 'ibus-table') -source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) +pkgdesc='Extra table based inputmethods for Ibus' +arch=('any') +url="https://github.com/moebiuscurve/ibus-table-others" +license=('GPL3') +depends=('ibus-table') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/moebiuscurve/ibus-table-others/archive/${pkgver}.tar.gz) build() { + cd "${srcdir}/${pkgname}-${pkgver}" - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --libexecdir=/usr/lib/ibus - make - + ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/ibus + make } package() { - - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR=${pkgdir} install } -md5sums=('59cb263505ea668ef546738e8b68132d') + +md5sums=('97b5e1822a6616db9f3823f1222d4ff5') diff --git a/infamousplugins-git/.AURINFO b/infamousplugins-git/.AURINFO index 2ce03094087..a451e3b27dc 100644 --- a/infamousplugins-git/.AURINFO +++ b/infamousplugins-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = infamousplugins-git pkgdesc = A collection of open-source LV2 plugins - pkgver = 215.b64e558 + pkgver = 247.414862f pkgrel = 1 url = http://infamousplugins.sourceforge.net arch = i686 @@ -11,9 +11,11 @@ pkgbase = infamousplugins-git makedepends = qt4 makedepends = lv2 depends = glibc + depends = fftw provides = infamousplugins conflicts = infamousplugins source = infamousplugins-code::git://git.code.sf.net/p/infamousplugins/code + md5sums = SKIP pkgname = infamousplugins-git diff --git a/infamousplugins-git/PKGBUILD b/infamousplugins-git/PKGBUILD index 5882a413c8c..de6be9154c0 100644 --- a/infamousplugins-git/PKGBUILD +++ b/infamousplugins-git/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Joermungand pkgname=infamousplugins-git -pkgver=215.b64e558 +pkgver=247.414862f pkgrel=1 pkgdesc="A collection of open-source LV2 plugins" arch=('i686' 'x86_64') url="http://infamousplugins.sourceforge.net" license=('GPL2') groups=('lv2-plugins') -depends=('glibc') +depends=('glibc' 'fftw') makedepends=('git' 'qt4' 'lv2') provides=('infamousplugins') conflicts=('infamousplugins') @@ -42,6 +42,9 @@ build() { cd ../PowerUp qmake-qt4 make + cd ../EWham + qmake-qt4 + make cd ../cheap_distortion make } @@ -55,6 +58,7 @@ package() { cp -Rf Stuck/stuck.lv2 "$pkgdir/usr/lib/lv2/" cp -Rf PowerCut/powercut.lv2 "$pkgdir/usr/lib/lv2/" cp -Rf PowerUp/powerup.lv2 "$pkgdir/usr/lib/lv2/" + cp -Rf EWham/ewham.lv2 "$pkgdir/usr/lib/lv2/" mkdir "$pkgdir/usr/lib/lv2/cheap_distortion.lv2" cp cheap_distortion/manifest.ttl "$pkgdir/usr/lib/lv2/cheap_distortion.lv2/" cp cheap_distortion/plugin.ttl "$pkgdir/usr/lib/lv2/cheap_distortion.lv2/cheap_distortion.ttl" diff --git a/ivideon-client/.AURINFO b/ivideon-client/.AURINFO index b29975d9112..da4ed683ca0 100644 --- a/ivideon-client/.AURINFO +++ b/ivideon-client/.AURINFO @@ -14,7 +14,9 @@ pkgbase = ivideon-client depends = wget depends = vlc source = ivideon.install - sha256sums = 640738dc4baf89196ffd9c1740d5fc5a548b8fed40b5401734785b26d5d094d2 + source = ivideon-client.desktop + sha256sums = f138f1536ee8ec18865a455aa8659c7463232c0c8ec89f0ed4f1ea16e7798edf + sha256sums = f81feb64a211f611a7b6ad3dc5d0b57d2fdd934c3c90dc421ed9c8f5f5b55f1d pkgname = ivideon-client diff --git a/ivideon-client/PKGBUILD b/ivideon-client/PKGBUILD index 02f744679a0..ffa20dfd0b0 100644 --- a/ivideon-client/PKGBUILD +++ b/ivideon-client/PKGBUILD @@ -10,8 +10,8 @@ url=('http://ivideon.com/') license=('freeware') depends=('qt5-base' 'qt5-script' 'qt5-svg' 'openssl' 'wget' 'vlc') install='ivideon.install' -source='ivideon.install' -sha256sums='640738dc4baf89196ffd9c1740d5fc5a548b8fed40b5401734785b26d5d094d2' +source=('ivideon.install' 'ivideon-client.desktop') +sha256sums=('f138f1536ee8ec18865a455aa8659c7463232c0c8ec89f0ed4f1ea16e7798edf' 'f81feb64a211f611a7b6ad3dc5d0b57d2fdd934c3c90dc421ed9c8f5f5b55f1d') if [[ "$CARCH" == 'i686' ]]; then source+=("http://packages.ivideon.com/ubuntu/pool/non-free/i/${pkgname}/${pkgname}_${pkgver}.${pkgrel}_i386.deb" @@ -31,6 +31,7 @@ build() { cd "$srcdir" bsdtar xf "$srcdir/data.tar.gz" bsdtar xf "$srcdir/data.tar.xz" + cp -f "ivideon-client.desktop" "$srcdir/usr/share/applications" } package() { diff --git a/ivideon-client/ivideon-client.desktop b/ivideon-client/ivideon-client.desktop new file mode 100644 index 00000000000..9bf4f7366a5 --- /dev/null +++ b/ivideon-client/ivideon-client.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=Ivideon Client +Name[ru_RU]=Ivideon клиент +Comment=Watch your Ivideon Server cameras through Internet or LAN +Comment[ru_RU]=Просматривайте Ваши Ivideon камеры через Интернет или ЛВС +Exec=ivideon-client +Icon=ivideon-client +Terminal=false +Type=Application +Encoding=UTF-8 +Exec=/opt/ivideon/ivideon-client/ivideon-client +Path=/opt/ivideon/ivideon-client +Categories=Network; diff --git a/ivideon-client/ivideon.install b/ivideon-client/ivideon.install index 6f2a16d6f24..34171438aef 100644 --- a/ivideon-client/ivideon.install +++ b/ivideon-client/ivideon.install @@ -4,6 +4,12 @@ post_install() { else ln -s /opt/ivideon/qtlibs/platforms opt/ivideon/ivideon-client/platforms fi + if [ -L /usr/bin/ivideon-client ]; then + rm /usr/bin/ivideon-client + else + ln -s /opt/ivideon/ivideon-client/ivideon-client /usr/bin/ivideon-client + fi + gtk-update-icon-cache -f /usr/share/icons/hicolor &>2 } post_upgrade() { diff --git a/ivideon-server-headless/.AURINFO b/ivideon-server-headless/.AURINFO index 7c945ccb592..68ebe05e21f 100644 --- a/ivideon-server-headless/.AURINFO +++ b/ivideon-server-headless/.AURINFO @@ -1,7 +1,7 @@ pkgbase = ivideon-server-headless pkgdesc = Ivideon Server pkgver = 3.5.1 - pkgrel = 150 + pkgrel = 162 url = http://ivideon.com/ arch = i686 arch = x86_64 diff --git a/ivideon-server-headless/PKGBUILD b/ivideon-server-headless/PKGBUILD index d39b82aefc7..836c7bf5832 100644 --- a/ivideon-server-headless/PKGBUILD +++ b/ivideon-server-headless/PKGBUILD @@ -3,7 +3,7 @@ pkgname='ivideon-server-headless' pkgver='3.5.1' -pkgrel='150' +pkgrel='162' pkgdesc='Ivideon Server' arch=('i686' 'x86_64') url=('http://ivideon.com/') @@ -15,13 +15,13 @@ sha256sums=('5f14f1fd02aaedd33714e93113f3a65c8f3c927bd0a6b3efe8627b87eeb824a0' ' backup=('root/.IvideonServer/videoserverd.config') if [[ "$CARCH" == 'i686' ]]; then - source+=("http://packages.ivideon.com/ubuntu/pool/non-free/i/${pkgname}/${pkgname}_3.5.1-150~3740f51fefe5_i386.deb") - sha256sums+=('ccf165aff50ceac2173e086acebca37f002370fe6779d518551d330a60c05f77') + source+=("http://packages.ivideon.com/ubuntu/pool/non-free/i/${pkgname}/${pkgname}_3.5.1-162~7fc009a7433e_i386.deb") + sha256sums+=('3e728bf47e76ac5fa5a90dae7f7db84400c4bcae51b44fafcbadd112cfb659d1') fi if [[ "$CARCH" == 'x86_64' ]]; then - source+=("http://packages.ivideon.com/ubuntu/pool/non-free/i/${pkgname}/${pkgname}_3.5.1-150~3740f51fefe5_amd64.deb") - sha256sums+=('935738d52f3fd08c482cb6d2e93fa6db2a85cc78d158b842ef8818574c2fe93a') + source+=("http://packages.ivideon.com/ubuntu/pool/non-free/i/${pkgname}/${pkgname}_3.5.1-162~7fc009a7433e_amd64.deb") + sha256sums+=('5ba86cb16f4e043e196b20c67a4d559196eb9d8bdb2c1df40a8af2700fa6b70a') fi build() { diff --git a/ivideon-server/.AURINFO b/ivideon-server/.AURINFO index 4a11831a8c0..5fbe3dca5b6 100644 --- a/ivideon-server/.AURINFO +++ b/ivideon-server/.AURINFO @@ -1,7 +1,7 @@ pkgbase = ivideon-server pkgdesc = Ivideon Server (with QT5 GUI) pkgver = 3.5.1 - pkgrel = 150 + pkgrel = 162 url = http://ivideon.ru/ arch = i686 arch = x86_64 diff --git a/ivideon-server/PKGBUILD b/ivideon-server/PKGBUILD index eab7462bc04..e2e8f1afecf 100644 --- a/ivideon-server/PKGBUILD +++ b/ivideon-server/PKGBUILD @@ -3,7 +3,7 @@ pkgname='ivideon-server' pkgver='3.5.1' -pkgrel='150' +pkgrel='162' pkgdesc='Ivideon Server (with QT5 GUI)' arch=('i686' 'x86_64') url=('http://ivideon.ru/') @@ -12,13 +12,13 @@ depends=('ivideon-server-headless' 'qt5-base' 'qt5-svg' 'qt5-script') conflicts=('ivideon-video-server-nogui' 'ivideon-video-server') if [[ "$CARCH" == "i686" ]]; then - source+=("http://packages.ivideon.com/ubuntu/pool/non-free/i/ivideon-video-server/ivideon-video-server_3.5.1-150~3740f51fefe5_i386.deb") - sha256sums+=('b9726c22451775c738794274cdc3de52fcd45315fdbc219e3d7c58bde3bdf841') + source+=("http://packages.ivideon.com/ubuntu/pool/non-free/i/ivideon-video-server/ivideon-video-server_3.5.1-162~7fc009a7433e_i386.deb") + sha256sums+=('efb5b5d200bfef088974d1984dac04f375405f98d1f77f61cca33c113a202017') fi if [[ "$CARCH" == "x86_64" ]]; then - source+=("http://packages.ivideon.com/ubuntu/pool/non-free/i/ivideon-video-server/ivideon-video-server_3.5.1-150~3740f51fefe5_amd64.deb") - sha256sums+=('6787c6a40559ad8b1c3fa336138d8d5ae2400068e48f24e4b4b930d58e614db2') + source+=("http://packages.ivideon.com/ubuntu/pool/non-free/i/ivideon-video-server/ivideon-video-server_3.5.1-162~7fc009a7433e_amd64.deb") + sha256sums+=('42b9536d521c27ba08a23fc7178d8959e616ceec5b9b54641037e756030aa43f') fi build() { diff --git a/jgnash/.AURINFO b/jgnash/.AURINFO index ee9dbfeac12..c43b5cef600 100644 --- a/jgnash/.AURINFO +++ b/jgnash/.AURINFO @@ -1,17 +1,17 @@ pkgbase = jgnash pkgdesc = A double-entry based personal finance manager, written in Java - pkgver = 2.13.6 + pkgver = 2.14.0 pkgrel = 1 url = http://jgnash.sourceforge.net/ arch = any license = GPL3 makedepends = imagemagick depends = java-runtime - source = http://downloads.sourceforge.net/project/jgnash/Active%20Stable%202.x/jgnash-2.13.6-bin.zip + source = http://downloads.sourceforge.net/project/jgnash/Active%20Stable%202.x/jgnash-2.14.0-bin.zip source = https://jgnash.svn.sourceforge.net/svnroot/jgnash/jgnash2/trunk/gnome-money.ico source = jgnash.desktop source = jgnash.sh - sha256sums = 4e8148491922f316bda3d1a4fdd74b496c9103acdef0aecf3a1e0e85ba520b33 + sha256sums = d520e8b89ee1d5c75db1973c7c58a699bf715f81000672bce7c0452ce3dfef05 sha256sums = a948982e6711fd05df248ff989f9ad17fca713774bfe5d9cade0496569dfd926 sha256sums = 66342b681a404219d8e3dea14f87ab90c610b428bd83319ab89e32a954690538 sha256sums = f002291ba454bda78d1204e9bada4e1b051923d44689464286ce384aec46d173 diff --git a/jgnash/PKGBUILD b/jgnash/PKGBUILD index da12f14288e..1cf335e41c7 100755 --- a/jgnash/PKGBUILD +++ b/jgnash/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Aaron Schaefer pkgname=jgnash -pkgver=2.13.6 +pkgver=2.14.0 pkgrel=1 pkgdesc='A double-entry based personal finance manager, written in Java' arch=('any') @@ -15,7 +15,7 @@ source=("http://downloads.sourceforge.net/project/${pkgname}/Active%20Stable%202 "https://jgnash.svn.sourceforge.net/svnroot/jgnash/jgnash2/trunk/gnome-money.ico" 'jgnash.desktop' 'jgnash.sh') -sha256sums=('4e8148491922f316bda3d1a4fdd74b496c9103acdef0aecf3a1e0e85ba520b33' +sha256sums=('d520e8b89ee1d5c75db1973c7c58a699bf715f81000672bce7c0452ce3dfef05' 'a948982e6711fd05df248ff989f9ad17fca713774bfe5d9cade0496569dfd926' '66342b681a404219d8e3dea14f87ab90c610b428bd83319ab89e32a954690538' 'f002291ba454bda78d1204e9bada4e1b051923d44689464286ce384aec46d173') diff --git a/jre7-embedded/.AURINFO b/jre7-embedded/.AURINFO index 226490ef7ee..c6dcec65954 100644 --- a/jre7-embedded/.AURINFO +++ b/jre7-embedded/.AURINFO @@ -1,7 +1,7 @@ pkgbase = jre7-embedded pkgdesc = Oracle Java SE Embedded Runtime Environment 7 - pkgver = 7.u60 - pkgrel = 3 + pkgver = 7.u71 + pkgrel = 1 epoch = 1 url = http://www.oracle.com/technetwork/java/embedded/embedded-se/downloads/index.html install = jre.install @@ -16,6 +16,8 @@ pkgbase = jre7-embedded provides = java-runtime-headless=7 provides = java-runtime-embedded=7 provides = java-runtime-headless-embedded=7 + conflicts = ejre + replaces = ejre options = !strip source = https://github.com/skydrome/ejre/archive/.zip diff --git a/jre7-embedded/PKGBUILD b/jre7-embedded/PKGBUILD index 7189bcc9707..8073970cf9d 100644 --- a/jre7-embedded/PKGBUILD +++ b/jre7-embedded/PKGBUILD @@ -2,11 +2,11 @@ pkgname=jre7-embedded _major=7 -_minor=60 +_minor=71 epoch=1 pkgver="${_major}.u${_minor}" -pkgrel=3 +pkgrel=1 pkgdesc="Oracle Java SE Embedded Runtime Environment $_major" arch=('i686' 'arm' 'armv6h' 'armv7h') @@ -16,11 +16,13 @@ depends=('java-runtime-common' 'ca-certificates-java') provides=("java-runtime=$_major" "java-runtime-headless=$_major" "java-runtime-embedded=$_major" "java-runtime-headless-embedded=$_major") options=(!strip) install='jre.install' +conflicts='ejre' +replaces='ejre' case "$CARCH" in - i686) _branch='x86' ; md5sums=('d40b70ad9d479c967453eab363709f27') ;; - armv?h) _branch='arm' ; md5sums=('ad10f4ea6be0a43701b7ceafcc96c2be') ;; - arm) _branch='arm5'; md5sums=('933d489cc6ea9fe9d686a619d4a2f4c3') ;; + i686) _branch='x86' ; md5sums=('b3af184bc1d33156e22d19b7a98912a1') ;; + armv?h) _branch='arm' ; md5sums=('4721cbd30516ec399194c6393ffb4228') ;; + arm) _branch='arm5'; md5sums=('c6ebc28c790a14e1286f8fe3767b83bb') ;; esac source=("https://github.com/skydrome/ejre/archive/${_branch}.zip") diff --git a/kabc-git/.AURINFO b/kabc-git/.AURINFO new file mode 100644 index 00000000000..18c24fe8b6e --- /dev/null +++ b/kabc-git/.AURINFO @@ -0,0 +1,22 @@ +pkgbase = kabc-git + pkgdesc = KDE PIM Libraries + pkgver = r18667.1791438 + pkgrel = 1 + url = https://projects.kde.org/projects/kde/kdepimlibs + arch = i686 + arch = x86_64 + license = GPL + license = LGPL + makedepends = extra-cmake-modules + makedepends = git + makedepends = python + depends = kcoreaddons + depends = kconfig + depends = ki18n + depends = kcodecs + conflicts = kdepimlibs-git + source = git://anongit.kde.org/kdepimlibs.git + md5sums = SKIP + +pkgname = kabc-git + diff --git a/kabc-git/PKGBUILD b/kabc-git/PKGBUILD new file mode 100644 index 00000000000..fc12188742d --- /dev/null +++ b/kabc-git/PKGBUILD @@ -0,0 +1,38 @@ +# Maintainer: Antonio Rojas + +pkgname=kabc-git +pkgver=r18667.1791438 +pkgrel=1 +pkgdesc="KDE PIM Libraries" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdepimlibs' +license=('GPL' 'LGPL') +depends=('kcoreaddons' 'kconfig' 'ki18n' 'kcodecs') +makedepends=('extra-cmake-modules' 'git' 'python') +conflicts=('kdepimlibs-git') +source=('git://anongit.kde.org/kdepimlibs.git') +md5sums=('SKIP') + +pkgver() { + cd kdepimlibs + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../kdepimlibs/kabc \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} diff --git a/kauth-git/.AURINFO b/kauth-git/.AURINFO index 395f506c713..e1ddb248bdd 100644 --- a/kauth-git/.AURINFO +++ b/kauth-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = kauth-git pkgdesc = KAuth - pkgver = r78.c07b883 + pkgver = r79.6dcb8d0 pkgrel = 1 url = https://projects.kde.org/projects/frameworks/kauth arch = i686 diff --git a/kauth-git/PKGBUILD b/kauth-git/PKGBUILD index 640be54abfc..c73f6b8babe 100644 --- a/kauth-git/PKGBUILD +++ b/kauth-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrea Scarpino pkgname=kauth-git -pkgver=r78.c07b883 +pkgver=r79.6dcb8d0 pkgrel=1 pkgdesc='KAuth' arch=('i686' 'x86_64') @@ -30,6 +30,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DSYSCONF_INSTALL_DIR=/etc \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF diff --git a/kconfig-git/.AURINFO b/kconfig-git/.AURINFO index 8fbbf8a4feb..6cf1c1f6e3d 100644 --- a/kconfig-git/.AURINFO +++ b/kconfig-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = kconfig-git pkgdesc = KConfig - pkgver = r217.280b4f7 + pkgver = r219.da717e6 pkgrel = 1 url = https://projects.kde.org/projects/frameworks/kconfig arch = i686 @@ -13,6 +13,7 @@ pkgbase = kconfig-git provides = kconfig conflicts = kconfig source = git://anongit.kde.org/kconfig.git + md5sums = SKIP pkgname = kconfig-git diff --git a/kconfig-git/PKGBUILD b/kconfig-git/PKGBUILD index 315dfeec937..a61d09ac4ca 100644 --- a/kconfig-git/PKGBUILD +++ b/kconfig-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrea Scarpino pkgname=kconfig-git -pkgver=r217.280b4f7 +pkgver=r219.da717e6 pkgrel=1 pkgdesc='KConfig' arch=('i686' 'x86_64') @@ -30,6 +30,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF make diff --git a/kde-cli-tools-git/.AURINFO b/kde-cli-tools-git/.AURINFO index dc85a64a9d4..4540af020f7 100644 --- a/kde-cli-tools-git/.AURINFO +++ b/kde-cli-tools-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = kde-cli-tools-git pkgdesc = Tools based on KDE Frameworks 5 to better interact with the system - pkgver = r1428.07d70cf + pkgver = r1443.bc5bc76 pkgrel = 1 url = https://projects.kde.org/projects/kde/workspace/kde-cli-tools arch = i686 @@ -15,6 +15,7 @@ pkgbase = kde-cli-tools-git provides = kde-cli-tools conflicts = kde-cli-tools source = git://anongit.kde.org/kde-cli-tools.git + md5sums = SKIP pkgname = kde-cli-tools-git diff --git a/kde-cli-tools-git/PKGBUILD b/kde-cli-tools-git/PKGBUILD index 428c37e6afe..a5fffd8ff92 100644 --- a/kde-cli-tools-git/PKGBUILD +++ b/kde-cli-tools-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas pkgname=kde-cli-tools-git -pkgver=r1428.07d70cf +pkgver=r1443.bc5bc76 pkgrel=1 pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" arch=('i686' 'x86_64') @@ -29,8 +29,8 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \ - -DBUILD_TESTING=OFF + -DLIBEXEC_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON make } diff --git a/kde-gtk-config-frameworks/.AURINFO b/kde-gtk-config-frameworks/.AURINFO index c0314d17e90..8a8b2e42a6c 100644 --- a/kde-gtk-config-frameworks/.AURINFO +++ b/kde-gtk-config-frameworks/.AURINFO @@ -1,7 +1,7 @@ pkgbase = kde-gtk-config-frameworks pkgdesc = GTK2 and GTK3 Configurator for KDE pkgver = 2.9.90 - pkgrel = 2 + pkgrel = 3 url = https://projects.kde.org/projects/extragear/base/kde-gtk-config install = kde-gtk-config-frameworks.install arch = i686 diff --git a/kde-gtk-config-frameworks/PKGBUILD b/kde-gtk-config-frameworks/PKGBUILD index fb60a9aa5cd..e5654e86195 100644 --- a/kde-gtk-config-frameworks/PKGBUILD +++ b/kde-gtk-config-frameworks/PKGBUILD @@ -2,7 +2,7 @@ pkgname=kde-gtk-config-frameworks pkgver=2.9.90 -pkgrel=2 +pkgrel=3 pkgdesc='GTK2 and GTK3 Configurator for KDE' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/extragear/base/kde-gtk-config' @@ -26,6 +26,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DSYSCONF_INSTALL_DIR=/etc \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF @@ -34,5 +35,5 @@ build() { package() { cd build - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } diff --git a/kde-gtk-config-git/.AURINFO b/kde-gtk-config-git/.AURINFO index 02e3919c629..082f6831502 100644 --- a/kde-gtk-config-git/.AURINFO +++ b/kde-gtk-config-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = kde-gtk-config-git pkgdesc = GTK2 and GTK3 Configurator for KDE - pkgver = r354.c822392 + pkgver = r363.7b3d633 pkgrel = 1 url = https://projects.kde.org/projects/extragear/base/kde-gtk-config arch = i686 @@ -16,6 +16,7 @@ pkgbase = kde-gtk-config-git conflicts = kde-gtk-config-frameworks conflicts = kde-gtk-config source = git://anongit.kde.org/kde-gtk-config.git + md5sums = SKIP pkgname = kde-gtk-config-git diff --git a/kde-gtk-config-git/PKGBUILD b/kde-gtk-config-git/PKGBUILD index ad1a51fa92e..9cd55708beb 100644 --- a/kde-gtk-config-git/PKGBUILD +++ b/kde-gtk-config-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas pkgname=kde-gtk-config-git -pkgver=r354.c822392 +pkgver=r363.7b3d633 pkgrel=1 pkgdesc='GTK2 and GTK3 Configurator for KDE' arch=('i686' 'x86_64') @@ -29,6 +29,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DSYSCONF_INSTALL_DIR=/etc \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON make @@ -36,5 +37,5 @@ build() { package() { cd build - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } diff --git a/kdebase-dolphin-klook/.AURINFO b/kdebase-dolphin-klook/.AURINFO index 415b2d37590..daa8251360e 100644 --- a/kdebase-dolphin-klook/.AURINFO +++ b/kdebase-dolphin-klook/.AURINFO @@ -1,6 +1,6 @@ pkgbase = kdebase-dolphin-klook pkgdesc = Dolphin File Manager with KLook enabled - pkgver = 4.14.1 + pkgver = 4.14.2 pkgrel = 1 url = http://kde.org/applications/system/dolphin/ install = kdebase-dolphin.install @@ -28,8 +28,10 @@ pkgbase = kdebase-dolphin-klook optdepends = ruby: servicemenu installation provides = kdebase-dolphin conflicts = kdebase-dolphin - source = http://download.kde.org/stable/4.14.1/src/kde-baseapps-4.14.1.tar.xz + source = http://download.kde.org/stable/4.14.2/src/kde-baseapps-4.14.2.tar.xz source = https://abf.rosalinux.ru/openmandriva/kdebase4/raw/master/kdebase-4.14.1-dolphin-klook.patch + sha1sums = fd2714cf7fe8e79aac0e78f33ea97930db801be9 + sha1sums = 27dfa48e9fb666248449ea66a648ad0a924fd56b pkgname = kdebase-dolphin-klook diff --git a/kdebase-dolphin-klook/PKGBUILD b/kdebase-dolphin-klook/PKGBUILD index f317f1bf3e8..76b6eb33502 100644 --- a/kdebase-dolphin-klook/PKGBUILD +++ b/kdebase-dolphin-klook/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=kdebase-dolphin pkgname=kdebase-dolphin-klook -pkgver=4.14.1 +pkgver=4.14.2 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Dolphin File Manager with KLook enabled" @@ -27,7 +27,7 @@ conflicts=("$_pkgname") install=$_pkgname.install source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz" "https://abf.rosalinux.ru/openmandriva/kdebase4/raw/master/kdebase-4.14.1-dolphin-klook.patch") -sha1sums=('a9dd7b4f4f50a0c4e8fed9c2493cd2cbe8b64101' +sha1sums=('fd2714cf7fe8e79aac0e78f33ea97930db801be9' '27dfa48e9fb666248449ea66a648ad0a924fd56b') prepare() { diff --git a/kdelibs4support-git/.AURINFO b/kdelibs4support-git/.AURINFO index 8a65ca564bd..a64c0a6d2e6 100644 --- a/kdelibs4support-git/.AURINFO +++ b/kdelibs4support-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = kdelibs4support-git pkgdesc = KDE 4 Support - pkgver = r449.6cbcaad + pkgver = r461.1e2e7e5 pkgrel = 1 url = https://projects.kde.org/projects/frameworks/kdelibs4support arch = i686 @@ -11,6 +11,7 @@ pkgbase = kdelibs4support-git makedepends = git makedepends = kdoctools-git makedepends = qt5-tools + makedepends = networkmanager depends = kunitconversion-git depends = kdesignerplugin-git depends = kemoticons-git @@ -21,6 +22,7 @@ pkgbase = kdelibs4support-git conflicts = kde4support-git replaces = kde4support-git source = git://anongit.kde.org/kdelibs4support.git + md5sums = SKIP pkgname = kdelibs4support-git diff --git a/kdelibs4support-git/PKGBUILD b/kdelibs4support-git/PKGBUILD index e02aeed27a2..e60677ffed8 100644 --- a/kdelibs4support-git/PKGBUILD +++ b/kdelibs4support-git/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Andrea Scarpino pkgname=kdelibs4support-git -pkgver=r449.6cbcaad +pkgver=r461.1e2e7e5 pkgrel=1 pkgdesc='KDE 4 Support' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/frameworks/kdelibs4support' license=('LGPL') depends=('kunitconversion-git' 'kdesignerplugin-git' 'kemoticons-git' 'kitemmodels-git' 'kinit-git') -makedepends=('extra-cmake-modules' 'git' 'kdoctools-git' 'qt5-tools') +makedepends=('extra-cmake-modules' 'git' 'kdoctools-git' 'qt5-tools' 'networkmanager') groups=('kf5') conflicts=('kdelibs4support' 'kde4support-git') provides=('kdelibs4support') @@ -31,6 +31,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DSYSCONF_INSTALL_DIR=/etc \ -DBUILD_TESTING=OFF diff --git a/kdesu-git/.AURINFO b/kdesu-git/.AURINFO index 83815c46e8a..e60191a06b4 100644 --- a/kdesu-git/.AURINFO +++ b/kdesu-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = kdesu-git pkgdesc = KDE Su - pkgver = r188.ab074ed + pkgver = r190.ae84292 pkgrel = 1 url = https://projects.kde.org/projects/frameworks/kdesu arch = i686 @@ -14,6 +14,7 @@ pkgbase = kdesu-git provides = kdesu conflicts = kdesu source = git://anongit.kde.org/kdesu.git + md5sums = SKIP pkgname = kdesu-git diff --git a/kdesu-git/PKGBUILD b/kdesu-git/PKGBUILD index b495343ba46..ae6ffce6059 100644 --- a/kdesu-git/PKGBUILD +++ b/kdesu-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrea Scarpino pkgname=kdesu-git -pkgver=r188.ab074ed +pkgver=r190.ae84292 pkgrel=1 pkgdesc='KDE Su' arch=('i686' 'x86_64') @@ -30,6 +30,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF make diff --git a/kget-frameworks-git/.AURINFO b/kget-frameworks-git/.AURINFO new file mode 100644 index 00000000000..9e86defb169 --- /dev/null +++ b/kget-frameworks-git/.AURINFO @@ -0,0 +1,24 @@ +pkgbase = kget-frameworks-git + pkgdesc = KDE Download Manager + pkgver = r2685.d45049f + pkgrel = 1 + url = https://www.kde.org/applications/internet/kget/ + install = kget-frameworks-git.install + arch = i686 + arch = x86_64 + license = GPL + makedepends = extra-cmake-modules + makedepends = git + makedepends = kdoctools + makedepends = python + depends = kdelibs4support + depends = kcmutils + depends = knotifyconfig + provides = kget + conflicts = kdenetwork-kget + conflicts = kget + source = git://anongit.kde.org/kget.git#branch=kf5_port + sha256sums = SKIP + +pkgname = kget-frameworks-git + diff --git a/kget-frameworks-git/PKGBUILD b/kget-frameworks-git/PKGBUILD new file mode 100644 index 00000000000..3646adf24b7 --- /dev/null +++ b/kget-frameworks-git/PKGBUILD @@ -0,0 +1,40 @@ +# Maintainer: Antonio Rojas + +pkgname=kget-frameworks-git +pkgver=r2685.d45049f +pkgrel=1 +pkgdesc='KDE Download Manager' +arch=('i686' 'x86_64') +url='https://www.kde.org/applications/internet/kget/' +license=('GPL') +depends=('kdelibs4support' 'kcmutils' 'knotifyconfig') +makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python') +conflicts=('kdenetwork-kget' 'kget') +provides=('kget') +install=$pkgname.install +source=("git://anongit.kde.org/kget.git#branch=kf5_port") +sha256sums=('SKIP') + +pkgver() { + cd kget + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../kget \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} diff --git a/kget-frameworks-git/kget-frameworks-git.install b/kget-frameworks-git/kget-frameworks-git.install new file mode 100644 index 00000000000..8bccbee5d4c --- /dev/null +++ b/kget-frameworks-git/kget-frameworks-git.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_update() { + post_install +} + +post_remove() { + post_install +} \ No newline at end of file diff --git a/kinit-git/.AURINFO b/kinit-git/.AURINFO new file mode 100644 index 00000000000..d57b2ff890d --- /dev/null +++ b/kinit-git/.AURINFO @@ -0,0 +1,20 @@ +pkgbase = kinit-git + pkgdesc = KInit + pkgver = r101.b2009bf + pkgrel = 1 + url = https://projects.kde.org/projects/frameworks/kinit + arch = i686 + arch = x86_64 + groups = kf5 + license = LGPL + makedepends = extra-cmake-modules + makedepends = git + makedepends = kdoctools-git + depends = kio-git + provides = kinit + conflicts = kinit + source = git://anongit.kde.org/kinit.git + md5sums = SKIP + +pkgname = kinit-git + diff --git a/kinit-git/PKGBUILD b/kinit-git/PKGBUILD index c6f951ffead..832caf8973f 100644 --- a/kinit-git/PKGBUILD +++ b/kinit-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrea Scarpino pkgname=kinit-git -pkgver=r78.b9db696 +pkgver=r101.b2009bf pkgrel=1 pkgdesc='KInit' arch=('i686' 'x86_64') @@ -30,6 +30,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DBUILD_TESTING=OFF make } diff --git a/kio-git/.AURINFO b/kio-git/.AURINFO index 4b4d3bcaf48..add24f8e21d 100644 --- a/kio-git/.AURINFO +++ b/kio-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = kio-git pkgdesc = KIO - pkgver = r864.b262dfd + pkgver = r1550.5f103cb pkgrel = 1 url = https://projects.kde.org/projects/frameworks/kio install = kio.install @@ -19,6 +19,7 @@ pkgbase = kio-git provides = kio conflicts = kio source = git://anongit.kde.org/kio.git + md5sums = SKIP pkgname = kio-git diff --git a/kio-git/PKGBUILD b/kio-git/PKGBUILD index 8583dbd4976..80c3d2b4601 100644 --- a/kio-git/PKGBUILD +++ b/kio-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrea Scarpino pkgname=kio-git -pkgver=r864.b262dfd +pkgver=r1550.5f103cb pkgrel=1 pkgdesc='KIO' arch=('i686' 'x86_64') @@ -31,6 +31,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DBUILD_TESTING=OFF \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DSYSCONF_INSTALL_DIR=/etc @@ -39,5 +40,5 @@ build() { package() { cd build - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } diff --git a/kwin-git/.AURINFO b/kwin-git/.AURINFO index ab1abe1b62c..e6a21b6b8ff 100644 --- a/kwin-git/.AURINFO +++ b/kwin-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = kwin-git pkgdesc = KDE Window Manager - pkgver = r12449.015c59d + pkgver = r12453.7d9831d pkgrel = 1 url = https://projects.kde.org/projects/kde/kde-workspace arch = i686 diff --git a/kwin-git/PKGBUILD b/kwin-git/PKGBUILD index a30366b4580..27f319d0e2a 100644 --- a/kwin-git/PKGBUILD +++ b/kwin-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas pkgname=kwin-git -pkgver=r12449.015c59d +pkgver=r12453.7d9831d pkgrel=1 pkgdesc='KDE Window Manager' arch=('i686' 'x86_64') @@ -29,6 +29,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DSYSCONF_INSTALL_DIR=/etc \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON make @@ -36,5 +37,5 @@ build() { package() { cd build - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } diff --git a/kxmlgui-git/.AURINFO b/kxmlgui-git/.AURINFO index 529df73f190..8864a0e2eb0 100644 --- a/kxmlgui-git/.AURINFO +++ b/kxmlgui-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = kxmlgui-git pkgdesc = KXmlGUI - pkgver = r157.3ab6278 + pkgver = r163.cefea0b pkgrel = 1 url = https://projects.kde.org/projects/frameworks/kxmlgui arch = i686 @@ -15,6 +15,7 @@ pkgbase = kxmlgui-git provides = kxmlgui conflicts = kxmlgui source = git://anongit.kde.org/kxmlgui.git + md5sums = SKIP pkgname = kxmlgui-git diff --git a/kxmlgui-git/PKGBUILD b/kxmlgui-git/PKGBUILD index 27acaacdc57..20847227f3b 100644 --- a/kxmlgui-git/PKGBUILD +++ b/kxmlgui-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrea Scarpino pkgname=kxmlgui-git -pkgver=r157.3ab6278 +pkgver=r163.cefea0b pkgrel=1 pkgdesc='KXmlGUI' arch=('i686' 'x86_64') @@ -30,6 +30,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF \ -DSYSCONF_INSTALL_DIR=/etc @@ -38,5 +39,5 @@ build() { package() { cd build - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } diff --git a/libdigidoc/.AURINFO b/libdigidoc/.AURINFO index 20bc2c6bf98..a7d638c1552 100644 --- a/libdigidoc/.AURINFO +++ b/libdigidoc/.AURINFO @@ -1,6 +1,6 @@ pkgbase = libdigidoc pkgdesc = Library for creating DigiDoc signature files (Official version by AS Sertifitseerimiskeskus) - pkgver = 3.9.0.1167 + pkgver = 3.9.1.1191 pkgrel = 1 url = http://www.id.ee/ arch = x86_64 @@ -13,8 +13,8 @@ pkgbase = libdigidoc depends = openssl conflicts = libdigidoc-svn conflicts = sk-libdigidoc-svn - source = https://installer.id.ee/media/sources/libdigidoc-3.9.0.1167.tar.gz - source = https://installer.id.ee/media/sources/libdigidoc-3.9.0.1167.tar.gz.asc + source = https://installer.id.ee/media/sources/libdigidoc-3.9.1.1191.tar.gz + source = https://installer.id.ee/media/sources/libdigidoc-3.9.1.1191.tar.gz.asc pkgname = libdigidoc diff --git a/libdigidoc/PKGBUILD b/libdigidoc/PKGBUILD index a463d4aea49..fa29629674d 100644 --- a/libdigidoc/PKGBUILD +++ b/libdigidoc/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: kevku pkgname=libdigidoc -pkgver=3.9.0.1167 +pkgver=3.9.1.1191 pkgrel=1 pkgdesc="Library for creating DigiDoc signature files (Official version by AS Sertifitseerimiskeskus)" arch=('x86_64' 'i686') @@ -11,16 +11,16 @@ makedepends=('cmake' 'pcsclite' 'opensc') conflicts=('libdigidoc-svn' 'sk-libdigidoc-svn') source=("https://installer.id.ee/media/sources/$pkgname-$pkgver.tar.gz" "https://installer.id.ee/media/sources/$pkgname-$pkgver.tar.gz.asc") -sha256sums=('5051c07b9de22dffb099fd80712caeb6b58665e19ead6668119e57f632b8c5a3' +sha256sums=('8abd5a17574c745736d34e257371ec271369f521905b7fbfb51bc32ca7e0ee7d' 'SKIP') build() { - cd "$srcdir/$pkgname" + cd "$srcdir/$pkgname-$pkgver" cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_SYSCONFDIR="/etc" make } package() { - cd "$srcdir/$pkgname" + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install } diff --git a/libgroove/.AURINFO b/libgroove/.AURINFO index fa7df5497e8..63f895d9c3e 100644 --- a/libgroove/.AURINFO +++ b/libgroove/.AURINFO @@ -1,7 +1,7 @@ pkgbase = libgroove pkgdesc = Library that provides decoding and encoding of audio on a playlist. pkgver = 4.2.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/andrewrk/libgroove arch = i686 arch = x86_64 @@ -15,9 +15,7 @@ pkgbase = libgroove options = strip options = ccache source = https://github.com/andrewrk/libgroove/archive/4.2.1.tar.gz - source = libgroove.pc sha256sums = 82ba73ff44a3359f10899a11522521bdc9256b8bfad082a3fac49915e9f4d70f - sha256sums = 764a0f18168cb412241dd10fd875dcc5dfcc785beb0cb0ac3c6cc1a3abea988d pkgname = libgroove diff --git a/libgroove/PKGBUILD b/libgroove/PKGBUILD index 1668eed0b67..b7826f51924 100644 --- a/libgroove/PKGBUILD +++ b/libgroove/PKGBUILD @@ -3,7 +3,7 @@ pkgname=libgroove pkgver=4.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Library that provides decoding and encoding of audio on a playlist.' arch=(i686 x86_64) url='https://github.com/andrewrk/libgroove' @@ -12,14 +12,18 @@ depends=(sdl2 chromaprint libebur128) makedepends=(cmake yasm) conflicts=(libgroove-git) options=('strip' ccache) -source=("https://github.com/andrewrk/libgroove/archive/${pkgver}.tar.gz" - libgroove.pc) -sha256sums=('82ba73ff44a3359f10899a11522521bdc9256b8bfad082a3fac49915e9f4d70f' - '764a0f18168cb412241dd10fd875dcc5dfcc785beb0cb0ac3c6cc1a3abea988d') +source=("https://github.com/andrewrk/libgroove/archive/${pkgver}.tar.gz") +sha256sums=('82ba73ff44a3359f10899a11522521bdc9256b8bfad082a3fac49915e9f4d70f') prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - mkdir build + mkdir "${srcdir}/${pkgname}-${pkgver}/build" + cp "${srcdir}/${pkgname}-${pkgver}/example/libgroove.pc" "${srcdir}/" + for pattern in \ + 's|^libdir=$|libdir=/usr/lib|' \ + 's|^includedir=$|includedir=/usr/include/groove|' \ + "s|^Version:$|Version: ${pkgver}|" + do sed -i "${pattern}" "${srcdir}/libgroove.pc" + done } build() { @@ -32,6 +36,7 @@ package() { make -C "${srcdir}/${pkgname}-${pkgver}/build" DESTDIR="${pkgdir}/" install install -Dm 644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + # Created in the `prepare` function. install -Dm 644 "${srcdir}/libgroove.pc" \ "${pkgdir}/usr/lib/pkgconfig/libgroove.pc" } diff --git a/libgroove/libgroove.pc b/libgroove/libgroove.pc deleted file mode 100644 index 234d4a7aaa2..00000000000 --- a/libgroove/libgroove.pc +++ /dev/null @@ -1,10 +0,0 @@ -# For more information: http://www.freedesktop.org/wiki/Software/pkg-config/ - -libdir=/usr/lib -includedir=/usr/include/groove - -Name: libgroove -Description: libgroove provides decoding and encoding of audio on a playlist. -Version: 4.2.1 -Libs: -L${libdir} -lgroove -lgrooveplayer -lgrooveloudness -lgroovefingerprinter -Cflags: -I${includedir} diff --git a/libkpeople-frameworks-git/.AURINFO b/libkpeople-frameworks-git/.AURINFO index a68945cb271..5fbbd09aaa8 100644 --- a/libkpeople-frameworks-git/.AURINFO +++ b/libkpeople-frameworks-git/.AURINFO @@ -9,7 +9,7 @@ pkgbase = libkpeople-frameworks-git makedepends = extra-cmake-modules makedepends = git makedepends = python - depends = kdepimlibs-git + depends = kabc-git depends = baloo-frameworks provides = libkpeople-frameworks conflicts = libkpeople-frameworks diff --git a/libkpeople-frameworks-git/PKGBUILD b/libkpeople-frameworks-git/PKGBUILD index 68f279d9bb6..f5139d99336 100644 --- a/libkpeople-frameworks-git/PKGBUILD +++ b/libkpeople-frameworks-git/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc='A library that provides access to all contacts and the people who hold arch=('i686' 'x86_64') url='http://community.kde.org/KTp/libkpeople' license=('LGPL') -depends=('kdepimlibs-git' 'baloo-frameworks') +depends=('kabc-git' 'baloo-frameworks') makedepends=('extra-cmake-modules' 'git' 'python') conflicts=('libkpeople-frameworks') provides=('libkpeople-frameworks') diff --git a/libmatio/.AURINFO b/libmatio/.AURINFO index e8eb0560c27..50d23720a89 100644 --- a/libmatio/.AURINFO +++ b/libmatio/.AURINFO @@ -1,15 +1,17 @@ pkgbase = libmatio pkgdesc = C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files pkgver = 1.5.2 - pkgrel = 2 + pkgrel = 3 url = http://sourceforge.net/projects/matio arch = x86_64 arch = i686 license = custom:BSD depends = zlib - source = http://downloads.sourceforge.net/matio/matio-1.5.2.tar.gz + depends = hdf5 options = !libtool options = !emptydirs + source = http://downloads.sourceforge.net/matio/matio-1.5.2.tar.gz + sha1sums = d5a83a51eb2550d75811d2dde967ef3e167d4f52 pkgname = libmatio diff --git a/libmatio/PKGBUILD b/libmatio/PKGBUILD index 79fd18da495..493da233c2d 100644 --- a/libmatio/PKGBUILD +++ b/libmatio/PKGBUILD @@ -4,19 +4,19 @@ pkgname=libmatio pkgver=1.5.2 -pkgrel=2 +pkgrel=3 pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files' arch=('x86_64' 'i686') license=('custom:BSD') url='http://sourceforge.net/projects/matio' -depends=('zlib') +depends=('zlib' 'hdf5') options=('!libtool' '!emptydirs') source=("http://downloads.sourceforge.net/matio/matio-$pkgver.tar.gz") sha1sums=('d5a83a51eb2550d75811d2dde967ef3e167d4f52') build() { cd matio-$pkgver - ./configure --prefix=/usr --enable-shared + ./configure --prefix=/usr --enable-shared --with-hdf5 make } diff --git a/linux-lts312-ck/.AURINFO b/linux-lts312-ck/.AURINFO index f202324ebb1..4877fa73da9 100644 --- a/linux-lts312-ck/.AURINFO +++ b/linux-lts312-ck/.AURINFO @@ -1,7 +1,7 @@ pkgbase = linux-lts312-ck pkgdesc = The linux-lts312-ck kernel and modules - 3.12 longterm stable kernel pkgver = 3.12.30 - pkgrel = 2 + pkgrel = 3 url = http://www.kernel.org/ arch = i686 arch = x86_64 @@ -25,9 +25,9 @@ pkgbase = linux-lts312-ck source = 0004-nfs-rpc_pipe-remove-the-clntXX-dir-if-creating-the-p.patch source = 0005-nfs-sunrpc-add-an-info-file-for-the-dummy-gssd.patch source = 0006-nfs-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-whe.patch - source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.12.0-v7r5/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r5-3.12.patch - source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.12.0-v7r5/0002-block-introduce-the-BFQ-v7r5-I-O-sched-for-3.12.patch - source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.12.0-v7r5/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r5-for-3.12.0.patch + source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.12.0-v7r6/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r6-3.12.patch + source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.12.0-v7r6/0002-block-introduce-the-BFQ-v7r6-I-O-sched-for-3.12.patch + source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.12.0-v7r6/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r6-for-3.12.0.patch sha256sums = 2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 sha256sums = a495a937cdedd8e7e1bf843d5ad7f5f3fc12a7708e8e34943f154eb5463513ac sha256sums = 413def4af24ff70615cf5ef5cc1f1347bd634d87686a84ad0e2c2d3b052da8b8 @@ -43,9 +43,9 @@ pkgbase = linux-lts312-ck sha256sums = df5c98b5719b97accbee16d387b81781cd9694801cf1f1d831fdf5069942fda1 sha256sums = ed41c98da84dc0003777edca3101d4923be76701d6b494cd7c512a4da39de710 sha256sums = b54af31bf32ea47dd47c48113481cc3288c04d844f5b4814663b108f43f415a7 - sha256sums = 6c3b1030c3866c371a8cd3b07427be0d62ed62a8ec74ccefb2f6be2909bd0773 - sha256sums = f3c7c5ad39d58b6faa4f2decf3bb7ee1dd8b2f32856abe00192d0c41401a8b57 - sha256sums = 217745a7ffbcdae967e22fe74991f9808ad2b4dd840d8c5d6683e617ea961968 + sha256sums = 155586eef46a8778946927cb334d449d672779e94f97d7da672b433a83aeb40e + sha256sums = 114b84d179937e6bb8d60746a78bcea7aa2315dc3d607c957580d892e028c327 + sha256sums = 520c83b5232c9f813ba77a03f575a026b55eda9f7530b0b6d92da73a6f7c3c52 pkgname = linux-lts312-ck pkgdesc = The linux-lts312 kernel and modules with the ck2 patchset featuring the Brain Fuck Scheduler v0.444 diff --git a/linux-lts312-ck/PKGBUILD b/linux-lts312-ck/PKGBUILD index 5ed84f7ff1c..0164d407a82 100644 --- a/linux-lts312-ck/PKGBUILD +++ b/linux-lts312-ck/PKGBUILD @@ -55,7 +55,7 @@ _kernelname=${_pkgname#linux} _basekernel=3.12 true && pkgname=(${_pkgname} ${_pkgname}-headers) pkgver=3.12.30 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url="http://www.kernel.org/" license=('GPL2') @@ -64,7 +64,7 @@ options=('!strip') _ckpatchversion=2 _ckpatchname="patch-3.12-ck${_ckpatchversion}" _gcc_patch="enable_additional_cpu_optimizations_for_gcc_v4.9+.patch" -_bfqpath="http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.12.0-v7r5" +_bfqpath="http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.12.0-v7r6" source=("https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.tar.xz" "https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz" "http://ck.kolivas.org/patches/3.0/3.12/3.12-ck${_ckpatchversion}/${_ckpatchname}.bz2" @@ -79,9 +79,9 @@ source=("https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.tar.xz" '0004-nfs-rpc_pipe-remove-the-clntXX-dir-if-creating-the-p.patch' '0005-nfs-sunrpc-add-an-info-file-for-the-dummy-gssd.patch' '0006-nfs-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-whe.patch' - "${_bfqpath}/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r5-3.12.patch" - "${_bfqpath}/0002-block-introduce-the-BFQ-v7r5-I-O-sched-for-3.12.patch" - "${_bfqpath}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r5-for-3.12.0.patch") + "${_bfqpath}/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r6-3.12.patch" + "${_bfqpath}/0002-block-introduce-the-BFQ-v7r6-I-O-sched-for-3.12.patch" + "${_bfqpath}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r6-for-3.12.0.patch") sha256sums=('2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02' 'a495a937cdedd8e7e1bf843d5ad7f5f3fc12a7708e8e34943f154eb5463513ac' @@ -98,9 +98,9 @@ sha256sums=('2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02' 'df5c98b5719b97accbee16d387b81781cd9694801cf1f1d831fdf5069942fda1' 'ed41c98da84dc0003777edca3101d4923be76701d6b494cd7c512a4da39de710' 'b54af31bf32ea47dd47c48113481cc3288c04d844f5b4814663b108f43f415a7' - '6c3b1030c3866c371a8cd3b07427be0d62ed62a8ec74ccefb2f6be2909bd0773' - 'f3c7c5ad39d58b6faa4f2decf3bb7ee1dd8b2f32856abe00192d0c41401a8b57' - '217745a7ffbcdae967e22fe74991f9808ad2b4dd840d8c5d6683e617ea961968') + '155586eef46a8778946927cb334d449d672779e94f97d7da672b433a83aeb40e' + '114b84d179937e6bb8d60746a78bcea7aa2315dc3d607c957580d892e028c327' + '520c83b5232c9f813ba77a03f575a026b55eda9f7530b0b6d92da73a6f7c3c52') prepare() { cd "${srcdir}/linux-${_basekernel}" diff --git a/linux-selinux/.AURINFO b/linux-selinux/.AURINFO index 0b4a5d1c810..3804e1cd708 100644 --- a/linux-selinux/.AURINFO +++ b/linux-selinux/.AURINFO @@ -1,5 +1,5 @@ pkgbase = linux-selinux - pkgver = 3.16.4 + pkgver = 3.17.1 pkgrel = 1 url = http://www.kernel.org/ arch = i686 @@ -12,20 +12,18 @@ pkgbase = linux-selinux makedepends = inetutils makedepends = bc options = !strip - source = https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.tar.xz - source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.16.4.xz + source = https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.17.tar.xz + source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.17.1.xz source = config source = config.x86_64 source = linux-selinux.preset source = change-default-console-loglevel.patch - source = compal-laptop-hwmon-fix.patch - sha256sums = 4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0 - sha256sums = bfd65be726f596c0e46f472efa33c46c01be5d44ed93ef645c313a6823e6e6fb - sha256sums = 19f703141aacbd61ed3b913b24dee794950b2978e0b2d60c3f4a717e45922f4e - sha256sums = c1841e14ff98ff63052949ab97331d535180e94db7c5bc94e2d8154e286e5b6a + sha256sums = f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251 + sha256sums = 3b0651951cdc0a81a69b46db99239bc9f00d6a5ae403e0e41c7a1cc177544ec2 + sha256sums = 1331d1b35309c8905ab53c82204580bd7c74d5aac11c8e29fe27e6c4b50399e0 + sha256sums = 0dd66b478fcaa8f0ce88debf4681443b82336445af2215b87f186ac8f2a9ff48 sha256sums = 375da3b030f17581cbf5be9140b79029ca85eebc70197f419a4de77e00fa84e9 sha256sums = 1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99 - sha256sums = f36f61a0a72bcb0a9c04264343503bfbf927c9ea0db819e66734a3933b060588 pkgname = linux-selinux pkgdesc = The Linux-selinux kernel and modules @@ -36,20 +34,20 @@ pkgname = linux-selinux depends = kmod depends = mkinitcpio>=0.7 optdepends = crda: to set the correct wireless channels of your country - provides = kernel26-selinux=3.16.4 + provides = kernel26-selinux=3.17.1 conflicts = kernel26-selinux replaces = kernel26-selinux backup = etc/mkinitcpio.d/linux-selinux.preset pkgname = linux-selinux-headers pkgdesc = Header files and scripts for building modules for Linux-selinux kernel - provides = kernel26-selinux-headers=3.16.4 + provides = kernel26-selinux-headers=3.17.1 conflicts = kernel26-selinux-headers replaces = kernel26-selinux-headers pkgname = linux-selinux-docs pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-selinux kernel - provides = kernel26-selinux-docs=3.16.4 + provides = kernel26-selinux-docs=3.17.1 conflicts = kernel26-selinux-docs replaces = kernel26-selinux-docs diff --git a/linux-selinux/PKGBUILD b/linux-selinux/PKGBUILD index 231c6b4cfb3..fc8cb9cc3ad 100644 --- a/linux-selinux/PKGBUILD +++ b/linux-selinux/PKGBUILD @@ -1,11 +1,11 @@ # $Id$ # Maintainer: Tobias Powalowski # Maintainer: Thomas Baechler -# SELinux Contributor: Nicolas Iooss (nicolas iooss m4x org) +# SELinux Maintainer: Nicolas Iooss (nicolas iooss m4x org) pkgbase=linux-selinux -_srcname=linux-3.16 -pkgver=3.16.4 +_srcname=linux-3.17 +pkgver=3.17.1 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/" @@ -20,15 +20,13 @@ source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz" # standard config files for mkinitcpio ramdisk 'linux-selinux.preset' 'change-default-console-loglevel.patch' - 'compal-laptop-hwmon-fix.patch' ) -sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0' - 'bfd65be726f596c0e46f472efa33c46c01be5d44ed93ef645c313a6823e6e6fb' - '19f703141aacbd61ed3b913b24dee794950b2978e0b2d60c3f4a717e45922f4e' - 'c1841e14ff98ff63052949ab97331d535180e94db7c5bc94e2d8154e286e5b6a' +sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251' + '3b0651951cdc0a81a69b46db99239bc9f00d6a5ae403e0e41c7a1cc177544ec2' + '1331d1b35309c8905ab53c82204580bd7c74d5aac11c8e29fe27e6c4b50399e0' + '0dd66b478fcaa8f0ce88debf4681443b82336445af2215b87f186ac8f2a9ff48' '375da3b030f17581cbf5be9140b79029ca85eebc70197f419a4de77e00fa84e9' - '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99' - 'f36f61a0a72bcb0a9c04264343503bfbf927c9ea0db819e66734a3933b060588') + '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99') _kernelname=${pkgbase#linux} @@ -46,9 +44,6 @@ prepare() { # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227) patch -p1 -i "${srcdir}/change-default-console-loglevel.patch" - # #41458 fix hwmon for compal-laptop module - patch -p1 -i "${srcdir}/compal-laptop-hwmon-fix.patch" - if [ "${CARCH}" = "x86_64" ]; then cat "${srcdir}/config.x86_64" > ./.config else @@ -250,7 +245,8 @@ _package-headers() { # add xfs and shmem for aufs building mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/fs/xfs" mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/mm" - cp fs/xfs/xfs_sb.h "${pkgdir}/usr/lib/modules/${_kernver}/build/fs/xfs/xfs_sb.h" + # removed in 3.17 series + # cp fs/xfs/xfs_sb.h "${pkgdir}/usr/lib/modules/${_kernver}/build/fs/xfs/xfs_sb.h" # copy in Kconfig files for i in $(find . -name "Kconfig*"); do diff --git a/linux-selinux/compal-laptop-hwmon-fix.patch b/linux-selinux/compal-laptop-hwmon-fix.patch deleted file mode 100644 index f8723576c10..00000000000 --- a/linux-selinux/compal-laptop-hwmon-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/drivers/platform/x86/compal-laptop.c b/drivers/platform/x86/compal-laptop.c -index 7297df2..26bfd7b 100644 ---- a/drivers/platform/x86/compal-laptop.c -+++ b/drivers/platform/x86/compal-laptop.c -@@ -1028,7 +1028,7 @@ static int compal_probe(struct platform_device *pdev) - return err; - - hwmon_dev = hwmon_device_register_with_groups(&pdev->dev, -- DRIVER_NAME, data, -+ "compal", data, - compal_hwmon_groups); - if (IS_ERR(hwmon_dev)) { - err = PTR_ERR(hwmon_dev); - diff --git a/linux-selinux/config b/linux-selinux/config index b8358ed7640..1d5aab42b70 100644 --- a/linux-selinux/config +++ b/linux-selinux/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.16.0-2 Kernel Configuration +# Linux/x86 3.17.0-1 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -91,8 +91,8 @@ CONFIG_IRQ_FORCED_THREADING=y CONFIG_SPARSE_IRQ=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_ARCH_CLOCKSOURCE_DATA=y +CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y CONFIG_GENERIC_TIME_VSYSCALL=y -CONFIG_KTIME_SCALAR=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y @@ -134,9 +134,11 @@ CONFIG_RCU_FAST_NO_HZ=y # CONFIG_TREE_RCU_TRACE is not set # CONFIG_RCU_BOOST is not set # CONFIG_RCU_NOCB_CPU is not set +CONFIG_BUILD_BIN2C=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=19 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y CONFIG_CGROUPS=y @@ -217,7 +219,7 @@ CONFIG_SLUB_DEBUG=y # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SLUB_CPU_PARTIAL=y -# CONFIG_SYSTEM_TRUSTED_KEYRING is not set +CONFIG_SYSTEM_TRUSTED_KEYRING=y CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y CONFIG_OPROFILE=m @@ -430,12 +432,13 @@ CONFIG_X86_ESPFIX32=y CONFIG_TOSHIBA=m CONFIG_I8K=m CONFIG_X86_REBOOTFIXUPS=y -CONFIG_MICROCODE=m +CONFIG_MICROCODE=y CONFIG_MICROCODE_INTEL=y CONFIG_MICROCODE_AMD=y CONFIG_MICROCODE_OLD_INTERFACE=y -# CONFIG_MICROCODE_INTEL_EARLY is not set -# CONFIG_MICROCODE_AMD_EARLY is not set +CONFIG_MICROCODE_INTEL_EARLY=y +CONFIG_MICROCODE_AMD_EARLY=y +CONFIG_MICROCODE_EARLY=y CONFIG_X86_MSR=m CONFIG_X86_CPUID=m # CONFIG_NOHIGHMEM is not set @@ -479,8 +482,9 @@ CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y CONFIG_CLEANCACHE=y CONFIG_FRONTSWAP=y # CONFIG_CMA is not set -CONFIG_ZBUD=y CONFIG_ZSWAP=y +CONFIG_ZPOOL=y +CONFIG_ZBUD=y CONFIG_ZSMALLOC=y # CONFIG_PGTABLE_MAPPING is not set CONFIG_GENERIC_EARLY_IOREMAP=y @@ -547,6 +551,8 @@ CONFIG_PM_TRACE_RTC=y CONFIG_PM_CLK=y # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set CONFIG_ACPI=y +CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y +CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y CONFIG_ACPI_SLEEP=y # CONFIG_ACPI_PROCFS_POWER is not set CONFIG_ACPI_EC_DEBUGFS=m @@ -572,6 +578,8 @@ CONFIG_ACPI_HED=y CONFIG_ACPI_CUSTOM_METHOD=m CONFIG_ACPI_BGRT=y # CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set +CONFIG_HAVE_ACPI_APEI=y +CONFIG_HAVE_ACPI_APEI_NMI=y CONFIG_ACPI_APEI=y CONFIG_ACPI_APEI_GHES=y CONFIG_ACPI_APEI_PCIEAER=y @@ -638,7 +646,6 @@ CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y # CPU Idle # CONFIG_CPU_IDLE=y -# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set @@ -757,6 +764,7 @@ CONFIG_BINFMT_MISC=y CONFIG_COREDUMP=y CONFIG_HAVE_ATOMIC_IOMAP=y CONFIG_IOSF_MBI=m +CONFIG_PMC_ATOM=y CONFIG_NET=y # @@ -795,6 +803,7 @@ CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y CONFIG_SYN_COOKIES=y CONFIG_NET_IPVTI=m +CONFIG_NET_UDP_TUNNEL=m CONFIG_INET_AH=m CONFIG_INET_ESP=m CONFIG_INET_IPCOMP=m @@ -864,6 +873,7 @@ CONFIG_NETFILTER_NETLINK_ACCT=m CONFIG_NETFILTER_NETLINK_QUEUE=m CONFIG_NETFILTER_NETLINK_LOG=m CONFIG_NF_CONNTRACK=m +CONFIG_NF_LOG_COMMON=m CONFIG_NF_CONNTRACK_MARK=y CONFIG_NF_CONNTRACK_SECMARK=y CONFIG_NF_CONNTRACK_ZONES=y @@ -942,6 +952,7 @@ CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m CONFIG_NETFILTER_XT_TARGET_LED=m CONFIG_NETFILTER_XT_TARGET_LOG=m CONFIG_NETFILTER_XT_TARGET_MARK=m +CONFIG_NETFILTER_XT_NAT=m CONFIG_NETFILTER_XT_TARGET_NETMAP=m CONFIG_NETFILTER_XT_TARGET_NFLOG=m CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m @@ -1067,11 +1078,18 @@ CONFIG_IP_VS_PE_SIP=m CONFIG_NF_DEFRAG_IPV4=m CONFIG_NF_CONNTRACK_IPV4=m # CONFIG_NF_CONNTRACK_PROC_COMPAT is not set +CONFIG_NF_LOG_ARP=m +CONFIG_NF_LOG_IPV4=m CONFIG_NF_TABLES_IPV4=m CONFIG_NFT_CHAIN_ROUTE_IPV4=m CONFIG_NFT_CHAIN_NAT_IPV4=m CONFIG_NFT_REJECT_IPV4=m CONFIG_NF_TABLES_ARP=m +CONFIG_NF_NAT_IPV4=m +CONFIG_NF_NAT_SNMP_BASIC=m +CONFIG_NF_NAT_PROTO_GRE=m +CONFIG_NF_NAT_PPTP=m +CONFIG_NF_NAT_H323=m CONFIG_IP_NF_IPTABLES=m CONFIG_IP_NF_MATCH_AH=m CONFIG_IP_NF_MATCH_ECN=m @@ -1080,15 +1098,10 @@ CONFIG_IP_NF_MATCH_TTL=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=m CONFIG_IP_NF_TARGET_SYNPROXY=m -CONFIG_IP_NF_TARGET_ULOG=m -CONFIG_NF_NAT_IPV4=m +CONFIG_IP_NF_NAT=m CONFIG_IP_NF_TARGET_MASQUERADE=m CONFIG_IP_NF_TARGET_NETMAP=m CONFIG_IP_NF_TARGET_REDIRECT=m -CONFIG_NF_NAT_SNMP_BASIC=m -CONFIG_NF_NAT_PROTO_GRE=m -CONFIG_NF_NAT_PPTP=m -CONFIG_NF_NAT_H323=m CONFIG_IP_NF_MANGLE=m CONFIG_IP_NF_TARGET_CLUSTERIP=m CONFIG_IP_NF_TARGET_ECN=m @@ -1108,6 +1121,8 @@ CONFIG_NF_TABLES_IPV6=m CONFIG_NFT_CHAIN_ROUTE_IPV6=m CONFIG_NFT_CHAIN_NAT_IPV6=m CONFIG_NFT_REJECT_IPV6=m +CONFIG_NF_LOG_IPV6=m +CONFIG_NF_NAT_IPV6=m CONFIG_IP6_NF_IPTABLES=m CONFIG_IP6_NF_MATCH_AH=m CONFIG_IP6_NF_MATCH_EUI64=m @@ -1125,11 +1140,13 @@ CONFIG_IP6_NF_TARGET_SYNPROXY=m CONFIG_IP6_NF_MANGLE=m CONFIG_IP6_NF_RAW=m CONFIG_IP6_NF_SECURITY=m -CONFIG_NF_NAT_IPV6=m +CONFIG_IP6_NF_NAT=m CONFIG_IP6_NF_TARGET_MASQUERADE=m CONFIG_IP6_NF_TARGET_NPT=m CONFIG_NF_TABLES_BRIDGE=m CONFIG_NFT_BRIDGE_META=m +CONFIG_NFT_BRIDGE_REJECT=m +CONFIG_NF_LOG_BRIDGE=m CONFIG_BRIDGE_NF_EBTABLES=m CONFIG_BRIDGE_EBT_BROUTE=m CONFIG_BRIDGE_EBT_T_FILTER=m @@ -1150,7 +1167,6 @@ CONFIG_BRIDGE_EBT_MARK_T=m CONFIG_BRIDGE_EBT_REDIRECT=m CONFIG_BRIDGE_EBT_SNAT=m CONFIG_BRIDGE_EBT_LOG=m -CONFIG_BRIDGE_EBT_ULOG=m CONFIG_BRIDGE_EBT_NFLOG=m CONFIG_IP_DCCP=m CONFIG_INET_DCCP_DIAG=m @@ -1211,9 +1227,9 @@ CONFIG_LLC2=m # CONFIG_X25 is not set # CONFIG_LAPB is not set CONFIG_PHONET=m +CONFIG_6LOWPAN=m CONFIG_IEEE802154=m CONFIG_IEEE802154_6LOWPAN=m -CONFIG_6LOWPAN_IPHC=m CONFIG_MAC802154=m CONFIG_NET_SCHED=y @@ -1391,7 +1407,7 @@ CONFIG_VLSI_FIR=m CONFIG_VIA_FIR=m CONFIG_MCS_FIR=m CONFIG_BT=m -CONFIG_BT_6LOWPAN=y +CONFIG_BT_6LOWPAN=m CONFIG_BT_RFCOMM=m CONFIG_BT_RFCOMM_TTY=y CONFIG_BT_BNEP=m @@ -1454,7 +1470,7 @@ CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_MESH=y CONFIG_MAC80211_LEDS=y -# CONFIG_MAC80211_DEBUGFS is not set +CONFIG_MAC80211_DEBUGFS=y # CONFIG_MAC80211_MESSAGE_TRACING is not set # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_WIMAX=m @@ -1497,6 +1513,8 @@ CONFIG_NFC_MICROREAD_MEI=m CONFIG_NFC_MRVL=m CONFIG_NFC_MRVL_USB=m CONFIG_NFC_ST21NFCA=m +CONFIG_NFC_ST21NFCB=m +CONFIG_NFC_ST21NFCB_I2C=m # # Device Drivers @@ -1514,6 +1532,7 @@ CONFIG_FW_LOADER=y # CONFIG_FIRMWARE_IN_KERNEL is not set CONFIG_EXTRA_FIRMWARE="" CONFIG_FW_LOADER_USER_HELPER=y +# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set # CONFIG_SYS_HYPERVISOR is not set @@ -1521,9 +1540,11 @@ CONFIG_FW_LOADER_USER_HELPER=y CONFIG_GENERIC_CPU_AUTOPROBE=y CONFIG_REGMAP=y CONFIG_REGMAP_I2C=m +CONFIG_REGMAP_SPI=m CONFIG_REGMAP_MMIO=y CONFIG_REGMAP_IRQ=y CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_FENCE_TRACE is not set # # Bus devices @@ -1660,7 +1681,6 @@ CONFIG_OF=y # # Device Tree and Open Firmware support # -# CONFIG_OF_SELFTEST is not set CONFIG_OF_PROMTREE=y CONFIG_OF_ADDRESS=y CONFIG_OF_ADDRESS_PCI=y @@ -1793,6 +1813,10 @@ CONFIG_INTEL_MEI_ME=m CONFIG_INTEL_MEI_TXE=m CONFIG_VMWARE_VMCI=m +# +# Intel MIC Bus Driver +# + # # Intel MIC Host Driver # @@ -1811,7 +1835,6 @@ CONFIG_SCSI_MOD=m CONFIG_RAID_ATTRS=m CONFIG_SCSI=m CONFIG_SCSI_DMA=y -CONFIG_SCSI_TGT=m CONFIG_SCSI_NETLINK=y CONFIG_SCSI_PROC_FS=y @@ -1826,7 +1849,6 @@ CONFIG_BLK_DEV_SR_VENDOR=y CONFIG_CHR_DEV_SG=m CONFIG_CHR_DEV_SCH=m CONFIG_SCSI_ENCLOSURE=m -CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set CONFIG_SCSI_SCAN_ASYNC=y @@ -1836,14 +1858,12 @@ CONFIG_SCSI_SCAN_ASYNC=y # CONFIG_SCSI_SPI_ATTRS=m CONFIG_SCSI_FC_ATTRS=m -# CONFIG_SCSI_FC_TGT_ATTRS is not set CONFIG_SCSI_ISCSI_ATTRS=m CONFIG_SCSI_SAS_ATTRS=m CONFIG_SCSI_SAS_LIBSAS=m CONFIG_SCSI_SAS_ATA=y CONFIG_SCSI_SAS_HOST_SMP=y CONFIG_SCSI_SRP_ATTRS=m -CONFIG_SCSI_SRP_TGT_ATTRS=y CONFIG_SCSI_LOWLEVEL=y CONFIG_ISCSI_TCP=m CONFIG_ISCSI_BOOT_SYSFS=m @@ -1957,7 +1977,6 @@ CONFIG_SCSI_NSP32=m # CONFIG_SCSI_DEBUG is not set CONFIG_SCSI_PMCRAID=m CONFIG_SCSI_PM8001=m -CONFIG_SCSI_SRP=m CONFIG_SCSI_BFA_FC=m CONFIG_SCSI_VIRTIO=m CONFIG_SCSI_CHELSIO_FCOE=m @@ -2254,6 +2273,7 @@ CONFIG_PCNET32=m CONFIG_PCMCIA_NMCLAN=m CONFIG_NI65=m CONFIG_AMD_XGBE=m +CONFIG_NET_XGENE=m CONFIG_NET_VENDOR_ARC=y CONFIG_ARC_EMAC=m CONFIG_NET_VENDOR_ATHEROS=y @@ -2276,7 +2296,6 @@ CONFIG_BNX2X_SRIOV=y CONFIG_SYSTEMPORT=m CONFIG_NET_VENDOR_BROCADE=y CONFIG_BNA=m -CONFIG_NET_CALXEDA_XGMAC=m CONFIG_NET_VENDOR_CHELSIO=y CONFIG_CHELSIO_T1=m CONFIG_CHELSIO_T1_1G=y @@ -2397,7 +2416,6 @@ CONFIG_8139TOO_TUNE_TWISTER=y CONFIG_8139TOO_8129=y # CONFIG_8139_OLD_RX_RESET is not set CONFIG_R8169=m -CONFIG_SH_ETH=m CONFIG_NET_VENDOR_RDC=y CONFIG_R6040=m CONFIG_NET_VENDOR_SAMSUNG=y @@ -2499,8 +2517,9 @@ CONFIG_SLHC=m # CONFIG_SLIP_MODE_SLIP6 is not set # -# USB Network Adapters +# Host-side USB support is needed for USB Network Adapter support # +CONFIG_USB_NET_DRIVERS=m CONFIG_USB_CATC=m CONFIG_USB_KAWETH=m CONFIG_USB_PEGASUS=m @@ -2575,13 +2594,15 @@ CONFIG_ATH9K_BTCOEX_SUPPORT=y CONFIG_ATH9K=m CONFIG_ATH9K_PCI=y CONFIG_ATH9K_AHB=y -# CONFIG_ATH9K_DEBUGFS is not set +CONFIG_ATH9K_DEBUGFS=y +CONFIG_ATH9K_STATION_STATISTICS=y CONFIG_ATH9K_WOW=y CONFIG_ATH9K_RFKILL=y CONFIG_ATH9K_HTC=m # CONFIG_ATH9K_HTC_DEBUGFS is not set CONFIG_CARL9170=m CONFIG_CARL9170_LEDS=y +# CONFIG_CARL9170_DEBUGFS is not set CONFIG_CARL9170_WPC=y # CONFIG_CARL9170_HWRNG is not set CONFIG_ATH6KL=m @@ -2612,6 +2633,7 @@ CONFIG_B43_PCMCIA=y CONFIG_B43_SDIO=y CONFIG_B43_BCMA_PIO=y CONFIG_B43_PIO=y +CONFIG_B43_PHY_G=y CONFIG_B43_PHY_N=y CONFIG_B43_PHY_LP=y CONFIG_B43_PHY_HT=y @@ -2632,8 +2654,11 @@ CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y CONFIG_BRCMUTIL=m CONFIG_BRCMSMAC=m CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_PROTO_BCDC=y +CONFIG_BRCMFMAC_PROTO_MSGBUF=y CONFIG_BRCMFMAC_SDIO=y CONFIG_BRCMFMAC_USB=y +CONFIG_BRCMFMAC_PCIE=y # CONFIG_BRCM_TRACING is not set # CONFIG_BRCMDBG is not set CONFIG_HOSTAP=m @@ -2664,6 +2689,7 @@ CONFIG_IWLWIFI_OPMODE_MODULAR=y # Debugging Options # # CONFIG_IWLWIFI_DEBUG is not set +# CONFIG_IWLWIFI_DEBUGFS is not set CONFIG_IWLWIFI_DEVICE_TRACING=y CONFIG_IWLEGACY=m CONFIG_IWL4965=m @@ -2673,6 +2699,7 @@ CONFIG_IWL3945=m # iwl3945 / iwl4965 Debugging Options # # CONFIG_IWLEGACY_DEBUG is not set +# CONFIG_IWLEGACY_DEBUGFS is not set CONFIG_LIBERTAS=m CONFIG_LIBERTAS_USB=m CONFIG_LIBERTAS_CS=m @@ -2723,6 +2750,7 @@ CONFIG_RT2X00_LIB=m CONFIG_RT2X00_LIB_FIRMWARE=y CONFIG_RT2X00_LIB_CRYPTO=y CONFIG_RT2X00_LIB_LEDS=y +# CONFIG_RT2X00_LIB_DEBUGFS is not set # CONFIG_RT2X00_DEBUG is not set CONFIG_RTL_CARDS=m CONFIG_RTL8192CE=m @@ -2775,6 +2803,7 @@ CONFIG_IEEE802154_FAKEHARD=m CONFIG_IEEE802154_FAKELB=m CONFIG_IEEE802154_AT86RF230=m # CONFIG_IEEE802154_MRF24J40 is not set +# CONFIG_IEEE802154_CC2520 is not set CONFIG_VMXNET3=m CONFIG_HYPERV_NET=m CONFIG_ISDN=y @@ -2972,6 +3001,7 @@ CONFIG_KEYBOARD_MPR121=m # CONFIG_KEYBOARD_OMAP4 is not set # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_CROS_EC is not set +# CONFIG_KEYBOARD_CAP1106 is not set CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=m CONFIG_MOUSE_PS2_ALPS=y @@ -3033,7 +3063,7 @@ CONFIG_TABLET_USB_AIPTEK=m CONFIG_TABLET_USB_GTCO=m CONFIG_TABLET_USB_HANWANG=m CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m +CONFIG_TABLET_SERIAL_WACOM4=m CONFIG_INPUT_TOUCHSCREEN=y CONFIG_OF_TOUCHSCREEN=y # CONFIG_TOUCHSCREEN_ADS7846 is not set @@ -3292,6 +3322,10 @@ CONFIG_TCG_INFINEON=m CONFIG_TCG_ST33_I2C=m CONFIG_TELCLOCK=m CONFIG_DEVPORT=y + +# +# I2C support +# CONFIG_I2C=m CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y @@ -3443,15 +3477,9 @@ CONFIG_PINCTRL=y # # Pin controllers # -CONFIG_PINMUX=y -CONFIG_PINCONF=y -CONFIG_GENERIC_PINCONF=y # CONFIG_DEBUG_PINCTRL is not set # CONFIG_PINCTRL_BAYTRAIL is not set # CONFIG_PINCTRL_BCM281XX is not set -CONFIG_PINCTRL_MSM=y -CONFIG_PINCTRL_APQ8064=m -# CONFIG_PINCTRL_IPQ8064 is not set # CONFIG_PINCTRL_SINGLE is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y @@ -3604,6 +3632,7 @@ CONFIG_SENSORS_IBMPEX=m CONFIG_SENSORS_CORETEMP=m CONFIG_SENSORS_IT87=m CONFIG_SENSORS_JC42=m +CONFIG_SENSORS_POWR1220=m CONFIG_SENSORS_LINEAGE=m CONFIG_SENSORS_LTC2945=m CONFIG_SENSORS_LTC4151=m @@ -3654,9 +3683,11 @@ CONFIG_SENSORS_LTC2978=m CONFIG_SENSORS_MAX16064=m CONFIG_SENSORS_MAX34440=m CONFIG_SENSORS_MAX8688=m +CONFIG_SENSORS_TPS40422=m CONFIG_SENSORS_UCD9000=m CONFIG_SENSORS_UCD9200=m CONFIG_SENSORS_ZL6100=m +CONFIG_SENSORS_PWM_FAN=m CONFIG_SENSORS_SHT15=m CONFIG_SENSORS_SHT21=m CONFIG_SENSORS_SHTC1=m @@ -3681,6 +3712,7 @@ CONFIG_SENSORS_INA209=m CONFIG_SENSORS_INA2XX=m CONFIG_SENSORS_THMC50=m CONFIG_SENSORS_TMP102=m +CONFIG_SENSORS_TMP103=m CONFIG_SENSORS_TMP401=m CONFIG_SENSORS_TMP421=m CONFIG_SENSORS_VIA_CPUTEMP=m @@ -3885,6 +3917,7 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y CONFIG_MEDIA_ANALOG_TV_SUPPORT=y CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_SDR_SUPPORT=y CONFIG_MEDIA_RC_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y CONFIG_VIDEO_DEV=m @@ -3923,10 +3956,10 @@ CONFIG_IR_RC5_DECODER=m CONFIG_IR_RC6_DECODER=m CONFIG_IR_JVC_DECODER=m CONFIG_IR_SONY_DECODER=m -CONFIG_IR_RC5_SZ_DECODER=m CONFIG_IR_SANYO_DECODER=m CONFIG_IR_SHARP_DECODER=m CONFIG_IR_MCE_KBD_DECODER=m +CONFIG_IR_XMP_DECODER=m CONFIG_RC_DEVICES=y CONFIG_RC_ATI_REMOTE=m CONFIG_IR_ENE=m @@ -4028,12 +4061,17 @@ CONFIG_VIDEO_USBVISION=m CONFIG_VIDEO_STK1160_COMMON=m CONFIG_VIDEO_STK1160_AC97=y CONFIG_VIDEO_STK1160=m +CONFIG_VIDEO_GO7007=m +CONFIG_VIDEO_GO7007_USB=m +CONFIG_VIDEO_GO7007_LOADER=m +# CONFIG_VIDEO_GO7007_USB_S2250_BOARD is not set # # Analog/digital TV USB devices # CONFIG_VIDEO_AU0828=m CONFIG_VIDEO_AU0828_V4L2=y +CONFIG_VIDEO_AU0828_RC=y CONFIG_VIDEO_CX231XX=m CONFIG_VIDEO_CX231XX_RC=y CONFIG_VIDEO_CX231XX_ALSA=m @@ -4098,6 +4136,12 @@ CONFIG_VIDEO_EM28XX_V4L2=m CONFIG_VIDEO_EM28XX_ALSA=m CONFIG_VIDEO_EM28XX_DVB=m CONFIG_VIDEO_EM28XX_RC=m + +# +# Software defined radio USB devices +# +CONFIG_USB_MSI2500=m +CONFIG_USB_AIRSPY=m CONFIG_MEDIA_PCI_SUPPORT=y # @@ -4122,6 +4166,7 @@ CONFIG_VIDEO_ZORAN_AVS6EYES=m CONFIG_VIDEO_HEXIUM_GEMINI=m CONFIG_VIDEO_HEXIUM_ORION=m CONFIG_VIDEO_MXB=m +CONFIG_VIDEO_SOLO6X10=m # # Media capture/analog/hybrid TV support @@ -4329,6 +4374,7 @@ CONFIG_MEDIA_TUNER_TDA18271=m CONFIG_MEDIA_TUNER_TDA9887=m CONFIG_MEDIA_TUNER_TEA5761=m CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_MSI001=m CONFIG_MEDIA_TUNER_MT20XX=m CONFIG_MEDIA_TUNER_MT2060=m CONFIG_MEDIA_TUNER_MT2063=m @@ -4369,6 +4415,7 @@ CONFIG_DVB_M88DS3103=m # CONFIG_DVB_DRXK=m CONFIG_DVB_TDA18271C2DD=m +CONFIG_DVB_SI2165=m # # DVB-S (satellite) frontends @@ -4424,6 +4471,7 @@ CONFIG_DVB_STV0367=m CONFIG_DVB_CXD2820R=m CONFIG_DVB_RTL2830=m CONFIG_DVB_RTL2832=m +CONFIG_DVB_RTL2832_SDR=m CONFIG_DVB_SI2168=m # @@ -4922,6 +4970,7 @@ CONFIG_HID_ELO=m CONFIG_HID_EZKEY=m CONFIG_HID_HOLTEK=m CONFIG_HOLTEK_FF=y +CONFIG_HID_GT683R=m CONFIG_HID_HUION=m CONFIG_HID_KEYTOUCH=m CONFIG_HID_KYE=m @@ -4932,7 +4981,7 @@ CONFIG_HID_ICADE=m CONFIG_HID_TWINHAN=m CONFIG_HID_KENSINGTON=m CONFIG_HID_LCPOWER=m -CONFIG_HID_LENOVO_TPKBD=m +CONFIG_HID_LENOVO=m CONFIG_HID_LOGITECH=m CONFIG_HID_LOGITECH_DJ=m CONFIG_LOGITECH_FF=y @@ -5085,6 +5134,10 @@ CONFIG_USB_UAS=m # CONFIG_USB_MDC800=m CONFIG_USB_MICROTEK=m +CONFIG_USBIP_CORE=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBIP_HOST=m +# CONFIG_USBIP_DEBUG is not set CONFIG_USB_MUSB_HDRC=m # CONFIG_USB_MUSB_HOST is not set # CONFIG_USB_MUSB_GADGET is not set @@ -5186,6 +5239,7 @@ CONFIG_USB_ISIGHTFW=m CONFIG_USB_YUREX=m CONFIG_USB_EZUSB_FX2=m CONFIG_USB_HSIC_USB3503=m +CONFIG_USB_LINK_LAYER_TEST=m CONFIG_USB_ATM=m CONFIG_USB_SPEEDTOUCH=m CONFIG_USB_CXACRU=m @@ -5420,6 +5474,7 @@ CONFIG_EDAC_I82875P=m CONFIG_EDAC_I82975X=m CONFIG_EDAC_I3000=m CONFIG_EDAC_I3200=m +CONFIG_EDAC_IE31200=m CONFIG_EDAC_X38=m CONFIG_EDAC_I5400=m CONFIG_EDAC_I7CORE=m @@ -5461,6 +5516,7 @@ CONFIG_RTC_DRV_X1205=m CONFIG_RTC_DRV_PCF2127=m CONFIG_RTC_DRV_PCF8523=m CONFIG_RTC_DRV_PCF8563=m +CONFIG_RTC_DRV_PCF85063=m CONFIG_RTC_DRV_PCF8583=m CONFIG_RTC_DRV_M41T80=m CONFIG_RTC_DRV_M41T80_WDT=y @@ -5497,6 +5553,8 @@ CONFIG_RTC_DRV_DS1286=m CONFIG_RTC_DRV_DS1511=m CONFIG_RTC_DRV_DS1553=m CONFIG_RTC_DRV_DS1742=m +CONFIG_RTC_DRV_DS2404=m +CONFIG_RTC_DRV_EFI=m CONFIG_RTC_DRV_STK17TA8=m CONFIG_RTC_DRV_M48T86=m CONFIG_RTC_DRV_M48T35=m @@ -5505,7 +5563,6 @@ CONFIG_RTC_DRV_MSM6242=m CONFIG_RTC_DRV_BQ4802=m CONFIG_RTC_DRV_RP5C01=m CONFIG_RTC_DRV_V3020=m -CONFIG_RTC_DRV_DS2404=m CONFIG_RTC_DRV_PCF50633=m # @@ -5513,7 +5570,6 @@ CONFIG_RTC_DRV_PCF50633=m # CONFIG_RTC_DRV_MC13XXX=m CONFIG_RTC_DRV_SNVS=m -# CONFIG_RTC_DRV_MOXART is not set # CONFIG_RTC_DRV_XGENE is not set # @@ -5584,11 +5640,6 @@ CONFIG_HYPERV_BALLOON=m CONFIG_STAGING=y CONFIG_ET131X=m CONFIG_SLICOSS=m -CONFIG_USBIP_CORE=m -CONFIG_USBIP_VHCI_HCD=m -CONFIG_USBIP_HOST=m -# CONFIG_USBIP_DEBUG is not set -CONFIG_W35UND=m CONFIG_PRISM2_USB=m CONFIG_COMEDI=m # CONFIG_COMEDI_DEBUG is not set @@ -5740,7 +5791,6 @@ CONFIG_RTL8192E=m CONFIG_R8712U=m CONFIG_R8188EU=m CONFIG_88EU_AP_MODE=y -CONFIG_88EU_P2P=y CONFIG_R8192EE=m CONFIG_R8723AU=m CONFIG_8723AU_AP_MODE=y @@ -5748,14 +5798,10 @@ CONFIG_8723AU_BT_COEXIST=y CONFIG_R8821AE=m CONFIG_RTS5208=m # CONFIG_RTS5208_DEBUG is not set -# CONFIG_TRANZPORT is not set -CONFIG_IDE_PHISON=m CONFIG_LINE6_USB=m # CONFIG_LINE6_USB_IMPULSE_RESPONSE is not set -CONFIG_USB_SERIAL_QUATECH2=m CONFIG_VT6655=m CONFIG_VT6656=m -CONFIG_DX_SEP=m # # IIO staging drivers @@ -5776,7 +5822,6 @@ CONFIG_DX_SEP=m # # Analog to digital converters # -# CONFIG_AD7291 is not set # CONFIG_AD7606 is not set # CONFIG_AD7780 is not set # CONFIG_AD7816 is not set @@ -5827,7 +5872,9 @@ CONFIG_DX_SEP=m # # Magnetometer sensors # -# CONFIG_SENSORS_HMC5843 is not set +CONFIG_SENSORS_HMC5843=m +CONFIG_SENSORS_HMC5843_I2C=m +CONFIG_SENSORS_HMC5843_SPI=m # # Active energy metering IC @@ -5850,12 +5897,7 @@ CONFIG_DX_SEP=m # # CONFIG_IIO_PERIODIC_RTC_TRIGGER is not set # CONFIG_IIO_SIMPLE_DUMMY is not set -CONFIG_WLAGS49_H2=m -CONFIG_WLAGS49_H25=m -CONFIG_CRYSTALHD=m CONFIG_FB_XGI=m -CONFIG_ACPI_QUICKSTART=m -CONFIG_USB_ENESTORAGE=m CONFIG_BCM_WIMAX=m CONFIG_FT1000=m CONFIG_FT1000_USB=m @@ -5889,17 +5931,8 @@ CONFIG_DVB_CXD2099=m CONFIG_VIDEO_DT3155=m CONFIG_DT3155_CCIR=y CONFIG_DT3155_STREAMING=y -CONFIG_VIDEO_GO7007=m -CONFIG_VIDEO_GO7007_USB=m -CONFIG_VIDEO_GO7007_LOADER=m -# CONFIG_VIDEO_GO7007_USB_S2250_BOARD is not set -# CONFIG_USB_MSI3101 is not set -# CONFIG_MEDIA_TUNER_MSI001 is not set CONFIG_VIDEO_V4L2_INT_DEVICE=m CONFIG_VIDEO_TCM825X=m -CONFIG_USB_SN9C102=m -CONFIG_SOLO6X10=m -# CONFIG_DVB_RTL2832_SDR is not set CONFIG_LIRC_STAGING=y CONFIG_LIRC_BT829=m CONFIG_LIRC_IGORPLUGUSB=m @@ -5924,11 +5957,6 @@ CONFIG_WIMAX_GDM72XX_USB=y # CONFIG_WIMAX_GDM72XX_SDIO is not set CONFIG_WIMAX_GDM72XX_USB_PM=y CONFIG_LTE_GDM724X=m -CONFIG_NET_VENDOR_SILICOM=y -CONFIG_SBYPASS=m -CONFIG_BPCTL=m -CONFIG_CED1401=m -CONFIG_DGRP=m CONFIG_FIREWIRE_SERIAL=m CONFIG_FWTTY_MAX_TOTAL_PORTS=64 CONFIG_FWTTY_MAX_CARD_PORTS=32 @@ -5986,6 +6014,7 @@ CONFIG_MSI_WMI=m CONFIG_TOPSTAR_LAPTOP=m CONFIG_ACPI_TOSHIBA=m CONFIG_TOSHIBA_BT_RFKILL=m +CONFIG_TOSHIBA_HAPS=m CONFIG_ACPI_CMPC=m CONFIG_INTEL_IPS=m CONFIG_IBM_RTL=m @@ -6020,6 +6049,10 @@ CONFIG_COMMON_CLK=y # # Hardware Spinlock drivers # + +# +# Clock Source drivers +# CONFIG_CLKSRC_I8253=y CONFIG_CLKEVT_I8253=y CONFIG_I8253_LOCK=y @@ -6052,8 +6085,9 @@ CONFIG_EXTCON=m # # Extcon Device Drivers # -CONFIG_EXTCON_GPIO=m # CONFIG_EXTCON_ADC_JACK is not set +CONFIG_EXTCON_GPIO=m +CONFIG_EXTCON_SM5502=m CONFIG_MEMORY=y CONFIG_IIO=m CONFIG_IIO_BUFFER=y @@ -6073,11 +6107,13 @@ CONFIG_IIO_ST_ACCEL_I2C_3AXIS=m CONFIG_IIO_ST_ACCEL_SPI_3AXIS=m # CONFIG_KXSD9 is not set # CONFIG_MMA8452 is not set +CONFIG_KXCJK1013=m # # Analog to digital converters # # CONFIG_AD7266 is not set +# CONFIG_AD7291 is not set # CONFIG_AD7298 is not set # CONFIG_AD7476 is not set # CONFIG_AD7791 is not set @@ -6085,6 +6121,7 @@ CONFIG_IIO_ST_ACCEL_SPI_3AXIS=m # CONFIG_AD7887 is not set # CONFIG_AD7923 is not set # CONFIG_AD799X is not set +# CONFIG_MAX1027 is not set # CONFIG_MAX1363 is not set # CONFIG_MCP320X is not set # CONFIG_MCP3422 is not set @@ -6126,6 +6163,7 @@ CONFIG_IIO_ST_SENSORS_CORE=m # CONFIG_AD7303 is not set # CONFIG_MAX517 is not set # CONFIG_MCP4725 is not set +# CONFIG_MCP4922 is not set # # Frequency Synthesizers DDS/PLL @@ -6176,10 +6214,12 @@ CONFIG_IIO_ST_GYRO_SPI_3AXIS=m # CONFIG_CM32181 is not set # CONFIG_CM36651 is not set # CONFIG_GP2AP020A00F is not set +# CONFIG_ISL29125 is not set CONFIG_HID_SENSOR_ALS=m # CONFIG_HID_SENSOR_PROX is not set # CONFIG_SENSORS_LM3533 is not set # CONFIG_LTR501 is not set +# CONFIG_TCS3414 is not set # CONFIG_TCS3472 is not set # CONFIG_SENSORS_TSL2563 is not set # CONFIG_TSL4531 is not set @@ -6189,6 +6229,7 @@ CONFIG_HID_SENSOR_ALS=m # Magnetometer sensors # # CONFIG_AK8975 is not set +# CONFIG_AK09911 is not set # CONFIG_MAG3110 is not set CONFIG_HID_SENSOR_MAGNETOMETER_3D=m CONFIG_IIO_ST_MAGN_3AXIS=m @@ -6214,6 +6255,7 @@ CONFIG_IIO_INTERRUPT_TRIGGER=m # CONFIG_MPL115 is not set # CONFIG_MPL3115 is not set # CONFIG_IIO_ST_PRESS is not set +# CONFIG_T5403 is not set # # Lightning sensors @@ -6249,10 +6291,11 @@ CONFIG_FMC_CHARDEV=m # CONFIG_GENERIC_PHY=y CONFIG_BCM_KONA_USB2_PHY=m -CONFIG_PHY_SAMSUNG_USB2=m CONFIG_POWERCAP=y CONFIG_INTEL_RAPL=m # CONFIG_MCB is not set +CONFIG_RAS=y +CONFIG_THUNDERBOLT=m # # Firmware Drivers @@ -6274,6 +6317,7 @@ CONFIG_ISCSI_IBFT=m # # CONFIG_EFI_VARS is not set CONFIG_EFI_RUNTIME_MAP=y +CONFIG_EFI_RUNTIME_WRAPPERS=y CONFIG_UEFI_CPER=y # @@ -6594,7 +6638,7 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y # printk and dmesg options # CONFIG_PRINTK_TIME=y -CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 # CONFIG_BOOT_PRINTK_DELAY is not set CONFIG_DYNAMIC_DEBUG=y @@ -6663,7 +6707,6 @@ CONFIG_TIMER_STATS=y # Lock Debugging (spinlocks, mutexes, etc...) # # CONFIG_DEBUG_RT_MUTEXES is not set -# CONFIG_RT_MUTEX_TESTER is not set # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_MUTEXES is not set # CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set @@ -6685,7 +6728,6 @@ CONFIG_DEBUG_BUGVERBOSE=y # # RCU Debugging # -# CONFIG_PROVE_RCU_DELAY is not set # CONFIG_SPARSE_RCU_POINTER is not set # CONFIG_TORTURE_TEST is not set # CONFIG_RCU_TORTURE_TEST is not set @@ -6704,7 +6746,6 @@ CONFIG_NOP_TRACER=y CONFIG_HAVE_FUNCTION_TRACER=y CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y -CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y @@ -6761,11 +6802,14 @@ CONFIG_PERCPU_TEST=m CONFIG_ASYNC_RAID6_TEST=m # CONFIG_TEST_STRING_HELPERS is not set CONFIG_TEST_KSTRTOX=m +# CONFIG_TEST_RHASHTABLE is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_DMA_API_DEBUG is not set # CONFIG_TEST_MODULE is not set # CONFIG_TEST_USER_COPY is not set # CONFIG_TEST_BPF is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_UDELAY is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y # CONFIG_KGDB is not set @@ -6960,6 +7004,7 @@ CONFIG_CRYPTO_LZ4HC=m # Random Number Generation # CONFIG_CRYPTO_ANSI_CPRNG=m +# CONFIG_CRYPTO_DRBG_MENU is not set CONFIG_CRYPTO_USER_API=m CONFIG_CRYPTO_USER_API_HASH=m CONFIG_CRYPTO_USER_API_SKCIPHER=m @@ -6974,12 +7019,17 @@ CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y CONFIG_CRYPTO_DEV_CCP=y CONFIG_CRYPTO_DEV_CCP_DD=m CONFIG_CRYPTO_DEV_CCP_CRYPTO=m +CONFIG_CRYPTO_DEV_QAT=m +CONFIG_CRYPTO_DEV_QAT_DH895xCC=m CONFIG_ASYMMETRIC_KEY_TYPE=m CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=m CONFIG_PUBLIC_KEY_ALGO_RSA=m CONFIG_X509_CERTIFICATE_PARSER=m +CONFIG_PKCS7_MESSAGE_PARSER=m +CONFIG_PKCS7_TEST_KEY=m CONFIG_HAVE_KVM=y CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_IRQFD=y CONFIG_HAVE_KVM_IRQ_ROUTING=y CONFIG_HAVE_KVM_EVENTFD=y CONFIG_KVM_APIC_ARCHITECTURE=y @@ -7010,6 +7060,7 @@ CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_IO=y CONFIG_PERCPU_RWSEM=y +CONFIG_ARCH_HAS_FAST_MULTIPLIER=y CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC_T10DIF=m @@ -7068,6 +7119,8 @@ CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y CONFIG_CPU_RMAP=y CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set CONFIG_NLATTR=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_LRU_CACHE=m @@ -7091,3 +7144,4 @@ CONFIG_FONT_8x16=y # CONFIG_FONT_SUN12x22 is not set # CONFIG_FONT_10x18 is not set CONFIG_FONT_AUTOSELECT=y +CONFIG_ARCH_HAS_SG_CHAIN=y diff --git a/linux-selinux/config.x86_64 b/linux-selinux/config.x86_64 index 98dbe8583fb..16cfe2f7a1d 100644 --- a/linux-selinux/config.x86_64 +++ b/linux-selinux/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.16.3-1 Kernel Configuration +# Linux/x86 3.17.0-2 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -92,6 +92,7 @@ CONFIG_IRQ_FORCED_THREADING=y CONFIG_SPARSE_IRQ=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_ARCH_CLOCKSOURCE_DATA=y +CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y @@ -137,9 +138,11 @@ CONFIG_RCU_FAST_NO_HZ=y # CONFIG_TREE_RCU_TRACE is not set # CONFIG_RCU_BOOST is not set # CONFIG_RCU_NOCB_CPU is not set +CONFIG_BUILD_BIN2C=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=19 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y CONFIG_ARCH_SUPPORTS_INT128=y @@ -225,7 +228,7 @@ CONFIG_SLUB_DEBUG=y # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SLUB_CPU_PARTIAL=y -# CONFIG_SYSTEM_TRUSTED_KEYRING is not set +CONFIG_SYSTEM_TRUSTED_KEYRING=y CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y CONFIG_OPROFILE=m @@ -425,12 +428,13 @@ CONFIG_X86_THERMAL_VECTOR=y CONFIG_X86_16BIT=y CONFIG_X86_ESPFIX64=y CONFIG_I8K=m -CONFIG_MICROCODE=m +CONFIG_MICROCODE=y CONFIG_MICROCODE_INTEL=y CONFIG_MICROCODE_AMD=y CONFIG_MICROCODE_OLD_INTERFACE=y -# CONFIG_MICROCODE_INTEL_EARLY is not set -# CONFIG_MICROCODE_AMD_EARLY is not set +CONFIG_MICROCODE_INTEL_EARLY=y +CONFIG_MICROCODE_AMD_EARLY=y +CONFIG_MICROCODE_EARLY=y CONFIG_X86_MSR=m CONFIG_X86_CPUID=m CONFIG_ARCH_PHYS_ADDR_T_64BIT=y @@ -489,8 +493,9 @@ CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y CONFIG_CLEANCACHE=y CONFIG_FRONTSWAP=y # CONFIG_CMA is not set -CONFIG_ZBUD=y CONFIG_ZSWAP=y +CONFIG_ZPOOL=y +CONFIG_ZBUD=y CONFIG_ZSMALLOC=y # CONFIG_PGTABLE_MAPPING is not set CONFIG_GENERIC_EARLY_IOREMAP=y @@ -558,6 +563,8 @@ CONFIG_PM_TRACE_RTC=y CONFIG_PM_CLK=y # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set CONFIG_ACPI=y +CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y +CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y CONFIG_ACPI_SLEEP=y # CONFIG_ACPI_PROCFS_POWER is not set CONFIG_ACPI_EC_DEBUGFS=m @@ -585,6 +592,8 @@ CONFIG_ACPI_HED=y CONFIG_ACPI_CUSTOM_METHOD=m CONFIG_ACPI_BGRT=y # CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set +CONFIG_HAVE_ACPI_APEI=y +CONFIG_HAVE_ACPI_APEI_NMI=y CONFIG_ACPI_APEI=y CONFIG_ACPI_APEI_GHES=y CONFIG_ACPI_APEI_PCIEAER=y @@ -632,7 +641,6 @@ CONFIG_X86_SPEEDSTEP_LIB=m # CPU Idle # CONFIG_CPU_IDLE=y -# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set @@ -742,6 +750,7 @@ CONFIG_SYSVIPC_COMPAT=y CONFIG_KEYS_COMPAT=y CONFIG_X86_DEV_DMA_OPS=y CONFIG_IOSF_MBI=m +CONFIG_PMC_ATOM=y CONFIG_NET=y CONFIG_COMPAT_NETLINK_MESSAGES=y @@ -781,6 +790,7 @@ CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y CONFIG_SYN_COOKIES=y CONFIG_NET_IPVTI=m +CONFIG_NET_UDP_TUNNEL=m CONFIG_INET_AH=m CONFIG_INET_ESP=m CONFIG_INET_IPCOMP=m @@ -850,6 +860,7 @@ CONFIG_NETFILTER_NETLINK_ACCT=m CONFIG_NETFILTER_NETLINK_QUEUE=m CONFIG_NETFILTER_NETLINK_LOG=m CONFIG_NF_CONNTRACK=m +CONFIG_NF_LOG_COMMON=m CONFIG_NF_CONNTRACK_MARK=y CONFIG_NF_CONNTRACK_SECMARK=y CONFIG_NF_CONNTRACK_ZONES=y @@ -928,6 +939,7 @@ CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m CONFIG_NETFILTER_XT_TARGET_LED=m CONFIG_NETFILTER_XT_TARGET_LOG=m CONFIG_NETFILTER_XT_TARGET_MARK=m +CONFIG_NETFILTER_XT_NAT=m CONFIG_NETFILTER_XT_TARGET_NETMAP=m CONFIG_NETFILTER_XT_TARGET_NFLOG=m CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m @@ -1053,11 +1065,18 @@ CONFIG_IP_VS_PE_SIP=m CONFIG_NF_DEFRAG_IPV4=m CONFIG_NF_CONNTRACK_IPV4=m # CONFIG_NF_CONNTRACK_PROC_COMPAT is not set +CONFIG_NF_LOG_ARP=m +CONFIG_NF_LOG_IPV4=m CONFIG_NF_TABLES_IPV4=m CONFIG_NFT_CHAIN_ROUTE_IPV4=m CONFIG_NFT_CHAIN_NAT_IPV4=m CONFIG_NFT_REJECT_IPV4=m CONFIG_NF_TABLES_ARP=m +CONFIG_NF_NAT_IPV4=m +CONFIG_NF_NAT_SNMP_BASIC=m +CONFIG_NF_NAT_PROTO_GRE=m +CONFIG_NF_NAT_PPTP=m +CONFIG_NF_NAT_H323=m CONFIG_IP_NF_IPTABLES=m CONFIG_IP_NF_MATCH_AH=m CONFIG_IP_NF_MATCH_ECN=m @@ -1066,15 +1085,10 @@ CONFIG_IP_NF_MATCH_TTL=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=m CONFIG_IP_NF_TARGET_SYNPROXY=m -CONFIG_IP_NF_TARGET_ULOG=m -CONFIG_NF_NAT_IPV4=m +CONFIG_IP_NF_NAT=m CONFIG_IP_NF_TARGET_MASQUERADE=m CONFIG_IP_NF_TARGET_NETMAP=m CONFIG_IP_NF_TARGET_REDIRECT=m -CONFIG_NF_NAT_SNMP_BASIC=m -CONFIG_NF_NAT_PROTO_GRE=m -CONFIG_NF_NAT_PPTP=m -CONFIG_NF_NAT_H323=m CONFIG_IP_NF_MANGLE=m CONFIG_IP_NF_TARGET_CLUSTERIP=m CONFIG_IP_NF_TARGET_ECN=m @@ -1094,6 +1108,8 @@ CONFIG_NF_TABLES_IPV6=m CONFIG_NFT_CHAIN_ROUTE_IPV6=m CONFIG_NFT_CHAIN_NAT_IPV6=m CONFIG_NFT_REJECT_IPV6=m +CONFIG_NF_LOG_IPV6=m +CONFIG_NF_NAT_IPV6=m CONFIG_IP6_NF_IPTABLES=m CONFIG_IP6_NF_MATCH_AH=m CONFIG_IP6_NF_MATCH_EUI64=m @@ -1111,11 +1127,13 @@ CONFIG_IP6_NF_TARGET_SYNPROXY=m CONFIG_IP6_NF_MANGLE=m CONFIG_IP6_NF_RAW=m CONFIG_IP6_NF_SECURITY=m -CONFIG_NF_NAT_IPV6=m +CONFIG_IP6_NF_NAT=m CONFIG_IP6_NF_TARGET_MASQUERADE=m CONFIG_IP6_NF_TARGET_NPT=m CONFIG_NF_TABLES_BRIDGE=m CONFIG_NFT_BRIDGE_META=m +CONFIG_NFT_BRIDGE_REJECT=m +CONFIG_NF_LOG_BRIDGE=m CONFIG_BRIDGE_NF_EBTABLES=m CONFIG_BRIDGE_EBT_BROUTE=m CONFIG_BRIDGE_EBT_T_FILTER=m @@ -1136,7 +1154,6 @@ CONFIG_BRIDGE_EBT_MARK_T=m CONFIG_BRIDGE_EBT_REDIRECT=m CONFIG_BRIDGE_EBT_SNAT=m CONFIG_BRIDGE_EBT_LOG=m -CONFIG_BRIDGE_EBT_ULOG=m CONFIG_BRIDGE_EBT_NFLOG=m CONFIG_IP_DCCP=m CONFIG_INET_DCCP_DIAG=m @@ -1197,9 +1214,9 @@ CONFIG_LLC2=m # CONFIG_X25 is not set # CONFIG_LAPB is not set CONFIG_PHONET=m +CONFIG_6LOWPAN=m CONFIG_IEEE802154=m CONFIG_IEEE802154_6LOWPAN=m -CONFIG_6LOWPAN_IPHC=m CONFIG_MAC802154=m CONFIG_NET_SCHED=y @@ -1373,7 +1390,7 @@ CONFIG_VLSI_FIR=m CONFIG_VIA_FIR=m CONFIG_MCS_FIR=m CONFIG_BT=m -CONFIG_BT_6LOWPAN=y +CONFIG_BT_6LOWPAN=m CONFIG_BT_RFCOMM=m CONFIG_BT_RFCOMM_TTY=y CONFIG_BT_BNEP=m @@ -1436,7 +1453,7 @@ CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_MESH=y CONFIG_MAC80211_LEDS=y -# CONFIG_MAC80211_DEBUGFS is not set +CONFIG_MAC80211_DEBUGFS=y # CONFIG_MAC80211_MESSAGE_TRACING is not set # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_WIMAX=m @@ -1479,6 +1496,8 @@ CONFIG_NFC_MICROREAD_MEI=m CONFIG_NFC_MRVL=m CONFIG_NFC_MRVL_USB=m CONFIG_NFC_ST21NFCA=m +CONFIG_NFC_ST21NFCB=m +CONFIG_NFC_ST21NFCB_I2C=m CONFIG_HAVE_BPF_JIT=y # @@ -1497,6 +1516,7 @@ CONFIG_FW_LOADER=y # CONFIG_FIRMWARE_IN_KERNEL is not set CONFIG_EXTRA_FIRMWARE="" CONFIG_FW_LOADER_USER_HELPER=y +# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set CONFIG_SYS_HYPERVISOR=y @@ -1504,9 +1524,11 @@ CONFIG_SYS_HYPERVISOR=y CONFIG_GENERIC_CPU_AUTOPROBE=y CONFIG_REGMAP=y CONFIG_REGMAP_I2C=m +CONFIG_REGMAP_SPI=m CONFIG_REGMAP_MMIO=y CONFIG_REGMAP_IRQ=y CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_FENCE_TRACE is not set # # Bus devices @@ -1706,9 +1728,6 @@ CONFIG_TIFM_CORE=m CONFIG_TIFM_7XX1=m CONFIG_ICS932S401=m CONFIG_ENCLOSURE_SERVICES=m -CONFIG_CS5535_MFGPT=m -CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7 -CONFIG_CS5535_CLOCK_EVENT_SRC=m CONFIG_HP_ILO=m CONFIG_APDS9802ALS=m CONFIG_ISL29003=m @@ -1758,6 +1777,11 @@ CONFIG_INTEL_MEI_ME=m CONFIG_INTEL_MEI_TXE=m CONFIG_VMWARE_VMCI=m +# +# Intel MIC Bus Driver +# +CONFIG_INTEL_MIC_BUS=m + # # Intel MIC Host Driver # @@ -1768,6 +1792,7 @@ CONFIG_INTEL_MIC_HOST=m # CONFIG_INTEL_MIC_CARD=m CONFIG_GENWQE=m +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=0 CONFIG_ECHO=m CONFIG_HAVE_IDE=y # CONFIG_IDE is not set @@ -1779,7 +1804,6 @@ CONFIG_SCSI_MOD=m CONFIG_RAID_ATTRS=m CONFIG_SCSI=m CONFIG_SCSI_DMA=y -CONFIG_SCSI_TGT=m CONFIG_SCSI_NETLINK=y CONFIG_SCSI_PROC_FS=y @@ -1794,7 +1818,6 @@ CONFIG_BLK_DEV_SR_VENDOR=y CONFIG_CHR_DEV_SG=m CONFIG_CHR_DEV_SCH=m CONFIG_SCSI_ENCLOSURE=m -CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set CONFIG_SCSI_SCAN_ASYNC=y @@ -1804,14 +1827,12 @@ CONFIG_SCSI_SCAN_ASYNC=y # CONFIG_SCSI_SPI_ATTRS=m CONFIG_SCSI_FC_ATTRS=m -# CONFIG_SCSI_FC_TGT_ATTRS is not set CONFIG_SCSI_ISCSI_ATTRS=m CONFIG_SCSI_SAS_ATTRS=m CONFIG_SCSI_SAS_LIBSAS=m CONFIG_SCSI_SAS_ATA=y CONFIG_SCSI_SAS_HOST_SMP=y CONFIG_SCSI_SRP_ATTRS=m -CONFIG_SCSI_SRP_TGT_ATTRS=y CONFIG_SCSI_LOWLEVEL=y CONFIG_ISCSI_TCP=m CONFIG_ISCSI_BOOT_SYSFS=m @@ -1906,7 +1927,6 @@ CONFIG_SCSI_DC390T=m # CONFIG_SCSI_DEBUG is not set CONFIG_SCSI_PMCRAID=m CONFIG_SCSI_PM8001=m -CONFIG_SCSI_SRP=m CONFIG_SCSI_BFA_FC=m CONFIG_SCSI_VIRTIO=m CONFIG_SCSI_CHELSIO_FCOE=m @@ -2190,6 +2210,7 @@ CONFIG_NET_VENDOR_AMD=y CONFIG_AMD8111_ETH=m CONFIG_PCNET32=m CONFIG_PCMCIA_NMCLAN=m +# CONFIG_NET_XGENE is not set CONFIG_NET_VENDOR_ARC=y CONFIG_NET_VENDOR_ATHEROS=y CONFIG_ATL2=m @@ -2209,7 +2230,6 @@ CONFIG_BNX2X=m CONFIG_BNX2X_SRIOV=y CONFIG_NET_VENDOR_BROCADE=y CONFIG_BNA=m -CONFIG_NET_CALXEDA_XGMAC=m CONFIG_NET_VENDOR_CHELSIO=y CONFIG_CHELSIO_T1=m CONFIG_CHELSIO_T1_1G=y @@ -2323,7 +2343,6 @@ CONFIG_8139TOO_TUNE_TWISTER=y CONFIG_8139TOO_8129=y # CONFIG_8139_OLD_RX_RESET is not set CONFIG_R8169=m -CONFIG_SH_ETH=m CONFIG_NET_VENDOR_RDC=y CONFIG_R6040=m CONFIG_NET_VENDOR_SAMSUNG=y @@ -2420,8 +2439,9 @@ CONFIG_SLHC=m # CONFIG_SLIP_MODE_SLIP6 is not set # -# USB Network Adapters +# Host-side USB support is needed for USB Network Adapter support # +CONFIG_USB_NET_DRIVERS=m CONFIG_USB_CATC=m CONFIG_USB_KAWETH=m CONFIG_USB_PEGASUS=m @@ -2496,13 +2516,15 @@ CONFIG_ATH9K_BTCOEX_SUPPORT=y CONFIG_ATH9K=m CONFIG_ATH9K_PCI=y CONFIG_ATH9K_AHB=y -# CONFIG_ATH9K_DEBUGFS is not set +CONFIG_ATH9K_DEBUGFS=y +CONFIG_ATH9K_STATION_STATISTICS=y CONFIG_ATH9K_WOW=y CONFIG_ATH9K_RFKILL=y CONFIG_ATH9K_HTC=m # CONFIG_ATH9K_HTC_DEBUGFS is not set CONFIG_CARL9170=m CONFIG_CARL9170_LEDS=y +# CONFIG_CARL9170_DEBUGFS is not set CONFIG_CARL9170_WPC=y # CONFIG_CARL9170_HWRNG is not set CONFIG_ATH6KL=m @@ -2533,6 +2555,7 @@ CONFIG_B43_PCMCIA=y CONFIG_B43_SDIO=y CONFIG_B43_BCMA_PIO=y CONFIG_B43_PIO=y +CONFIG_B43_PHY_G=y CONFIG_B43_PHY_N=y CONFIG_B43_PHY_LP=y CONFIG_B43_PHY_HT=y @@ -2553,8 +2576,11 @@ CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y CONFIG_BRCMUTIL=m CONFIG_BRCMSMAC=m CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_PROTO_BCDC=y +CONFIG_BRCMFMAC_PROTO_MSGBUF=y CONFIG_BRCMFMAC_SDIO=y CONFIG_BRCMFMAC_USB=y +CONFIG_BRCMFMAC_PCIE=y # CONFIG_BRCM_TRACING is not set # CONFIG_BRCMDBG is not set CONFIG_HOSTAP=m @@ -2585,6 +2611,7 @@ CONFIG_IWLWIFI_OPMODE_MODULAR=y # Debugging Options # # CONFIG_IWLWIFI_DEBUG is not set +# CONFIG_IWLWIFI_DEBUGFS is not set CONFIG_IWLWIFI_DEVICE_TRACING=y CONFIG_IWLEGACY=m CONFIG_IWL4965=m @@ -2594,6 +2621,7 @@ CONFIG_IWL3945=m # iwl3945 / iwl4965 Debugging Options # # CONFIG_IWLEGACY_DEBUG is not set +# CONFIG_IWLEGACY_DEBUGFS is not set CONFIG_LIBERTAS=m CONFIG_LIBERTAS_USB=m CONFIG_LIBERTAS_CS=m @@ -2644,6 +2672,7 @@ CONFIG_RT2X00_LIB=m CONFIG_RT2X00_LIB_FIRMWARE=y CONFIG_RT2X00_LIB_CRYPTO=y CONFIG_RT2X00_LIB_LEDS=y +# CONFIG_RT2X00_LIB_DEBUGFS is not set # CONFIG_RT2X00_DEBUG is not set CONFIG_RTL_CARDS=m CONFIG_RTL8192CE=m @@ -2696,6 +2725,7 @@ CONFIG_IEEE802154_FAKEHARD=m CONFIG_IEEE802154_FAKELB=m CONFIG_IEEE802154_AT86RF230=m # CONFIG_IEEE802154_MRF24J40 is not set +# CONFIG_IEEE802154_CC2520 is not set CONFIG_XEN_NETDEV_FRONTEND=m CONFIG_XEN_NETDEV_BACKEND=m CONFIG_VMXNET3=m @@ -2934,7 +2964,7 @@ CONFIG_TABLET_USB_AIPTEK=m CONFIG_TABLET_USB_GTCO=m CONFIG_TABLET_USB_HANWANG=m CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m +CONFIG_TABLET_SERIAL_WACOM4=m CONFIG_INPUT_TOUCHSCREEN=y # CONFIG_TOUCHSCREEN_ADS7846 is not set # CONFIG_TOUCHSCREEN_AD7877 is not set @@ -3182,6 +3212,10 @@ CONFIG_TCG_ST33_I2C=m CONFIG_TCG_XEN=m CONFIG_TELCLOCK=m CONFIG_DEVPORT=y + +# +# I2C support +# CONFIG_I2C=m CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y @@ -3324,14 +3358,13 @@ CONFIG_PINCTRL=y # # Pin controllers # -# CONFIG_PINMUX is not set -# CONFIG_PINCONF is not set # CONFIG_DEBUG_PINCTRL is not set # CONFIG_PINCTRL_BAYTRAIL is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_ACPI=y +CONFIG_GPIOLIB_IRQCHIP=y # CONFIG_DEBUG_GPIO is not set CONFIG_GPIO_SYSFS=y @@ -3361,7 +3394,6 @@ CONFIG_GPIO_LP3943=m # # PCI GPIO expanders: # -CONFIG_GPIO_CS5535=m CONFIG_GPIO_AMD8111=m # CONFIG_GPIO_INTEL_MID is not set # CONFIG_GPIO_ML_IOH is not set @@ -3466,6 +3498,7 @@ CONFIG_SENSORS_IBMPEX=m CONFIG_SENSORS_CORETEMP=m CONFIG_SENSORS_IT87=m CONFIG_SENSORS_JC42=m +CONFIG_SENSORS_POWR1220=m CONFIG_SENSORS_LINEAGE=m CONFIG_SENSORS_LTC2945=m CONFIG_SENSORS_LTC4151=m @@ -3516,6 +3549,7 @@ CONFIG_SENSORS_LTC2978=m CONFIG_SENSORS_MAX16064=m CONFIG_SENSORS_MAX34440=m CONFIG_SENSORS_MAX8688=m +CONFIG_SENSORS_TPS40422=m CONFIG_SENSORS_UCD9000=m CONFIG_SENSORS_UCD9200=m CONFIG_SENSORS_ZL6100=m @@ -3543,6 +3577,7 @@ CONFIG_SENSORS_INA209=m CONFIG_SENSORS_INA2XX=m CONFIG_SENSORS_THMC50=m CONFIG_SENSORS_TMP102=m +CONFIG_SENSORS_TMP103=m CONFIG_SENSORS_TMP401=m CONFIG_SENSORS_TMP421=m CONFIG_SENSORS_VIA_CPUTEMP=m @@ -3598,7 +3633,6 @@ CONFIG_ALIM1535_WDT=m CONFIG_ALIM7101_WDT=m CONFIG_F71808E_WDT=m CONFIG_SP5100_TCO=m -CONFIG_GEODE_WDT=m CONFIG_SBC_FITPC2_WATCHDOG=m CONFIG_EUROTECH_WDT=m CONFIG_IB700_WDT=m @@ -3675,7 +3709,6 @@ CONFIG_BCMA_DRIVER_GPIO=y # Multifunction device drivers # CONFIG_MFD_CORE=y -CONFIG_MFD_CS5535=m CONFIG_MFD_BCM590XX=m CONFIG_MFD_CROS_EC=m CONFIG_MFD_CROS_EC_I2C=m @@ -3714,7 +3747,6 @@ CONFIG_MFD_TPS65218=m # CONFIG_MFD_TPS65912_SPI is not set CONFIG_MFD_WL1273_CORE=m CONFIG_MFD_LM3533=m -# CONFIG_MFD_TIMBERDALE is not set # CONFIG_MFD_TMIO is not set CONFIG_MFD_VX855=m CONFIG_MFD_ARIZONA=y @@ -3734,6 +3766,7 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y CONFIG_MEDIA_ANALOG_TV_SUPPORT=y CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_SDR_SUPPORT=y CONFIG_MEDIA_RC_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y CONFIG_VIDEO_DEV=m @@ -3772,10 +3805,10 @@ CONFIG_IR_RC5_DECODER=m CONFIG_IR_RC6_DECODER=m CONFIG_IR_JVC_DECODER=m CONFIG_IR_SONY_DECODER=m -CONFIG_IR_RC5_SZ_DECODER=m CONFIG_IR_SANYO_DECODER=m CONFIG_IR_SHARP_DECODER=m CONFIG_IR_MCE_KBD_DECODER=m +CONFIG_IR_XMP_DECODER=m CONFIG_RC_DEVICES=y CONFIG_RC_ATI_REMOTE=m CONFIG_IR_ENE=m @@ -3877,12 +3910,17 @@ CONFIG_VIDEO_USBVISION=m CONFIG_VIDEO_STK1160_COMMON=m CONFIG_VIDEO_STK1160_AC97=y CONFIG_VIDEO_STK1160=m +CONFIG_VIDEO_GO7007=m +CONFIG_VIDEO_GO7007_USB=m +CONFIG_VIDEO_GO7007_LOADER=m +# CONFIG_VIDEO_GO7007_USB_S2250_BOARD is not set # # Analog/digital TV USB devices # CONFIG_VIDEO_AU0828=m CONFIG_VIDEO_AU0828_V4L2=y +CONFIG_VIDEO_AU0828_RC=y CONFIG_VIDEO_CX231XX=m CONFIG_VIDEO_CX231XX_RC=y CONFIG_VIDEO_CX231XX_ALSA=m @@ -3947,6 +3985,12 @@ CONFIG_VIDEO_EM28XX_V4L2=m CONFIG_VIDEO_EM28XX_ALSA=m CONFIG_VIDEO_EM28XX_DVB=m CONFIG_VIDEO_EM28XX_RC=m + +# +# Software defined radio USB devices +# +CONFIG_USB_MSI2500=m +CONFIG_USB_AIRSPY=m CONFIG_MEDIA_PCI_SUPPORT=y # @@ -3971,6 +4015,7 @@ CONFIG_VIDEO_ZORAN_AVS6EYES=m CONFIG_VIDEO_HEXIUM_GEMINI=m CONFIG_VIDEO_HEXIUM_ORION=m CONFIG_VIDEO_MXB=m +CONFIG_VIDEO_SOLO6X10=m # # Media capture/analog/hybrid TV support @@ -4176,6 +4221,7 @@ CONFIG_MEDIA_TUNER_TDA18271=m CONFIG_MEDIA_TUNER_TDA9887=m CONFIG_MEDIA_TUNER_TEA5761=m CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_MSI001=m CONFIG_MEDIA_TUNER_MT20XX=m CONFIG_MEDIA_TUNER_MT2060=m CONFIG_MEDIA_TUNER_MT2063=m @@ -4216,6 +4262,7 @@ CONFIG_DVB_M88DS3103=m # CONFIG_DVB_DRXK=m CONFIG_DVB_TDA18271C2DD=m +CONFIG_DVB_SI2165=m # # DVB-S (satellite) frontends @@ -4271,6 +4318,7 @@ CONFIG_DVB_STV0367=m CONFIG_DVB_CXD2820R=m CONFIG_DVB_RTL2830=m CONFIG_DVB_RTL2832=m +CONFIG_DVB_RTL2832_SDR=m CONFIG_DVB_SI2168=m # @@ -4489,7 +4537,6 @@ CONFIG_BACKLIGHT_APPLE=m # CONFIG_BACKLIGHT_ADP8870 is not set CONFIG_BACKLIGHT_PCF50633=m # CONFIG_BACKLIGHT_LM3639 is not set -# CONFIG_BACKLIGHT_OT200 is not set # CONFIG_BACKLIGHT_TPS65217 is not set # CONFIG_BACKLIGHT_GPIO is not set # CONFIG_BACKLIGHT_LV5207LP is not set @@ -4714,6 +4761,7 @@ CONFIG_HID_ELO=m CONFIG_HID_EZKEY=m CONFIG_HID_HOLTEK=m CONFIG_HOLTEK_FF=y +CONFIG_HID_GT683R=m CONFIG_HID_HUION=m CONFIG_HID_KEYTOUCH=m CONFIG_HID_KYE=m @@ -4724,7 +4772,7 @@ CONFIG_HID_ICADE=m CONFIG_HID_TWINHAN=m CONFIG_HID_KENSINGTON=m CONFIG_HID_LCPOWER=m -CONFIG_HID_LENOVO_TPKBD=m +CONFIG_HID_LENOVO=m CONFIG_HID_LOGITECH=m CONFIG_HID_LOGITECH_DJ=m CONFIG_LOGITECH_FF=y @@ -4877,6 +4925,10 @@ CONFIG_USB_UAS=m # CONFIG_USB_MDC800=m CONFIG_USB_MICROTEK=m +CONFIG_USBIP_CORE=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBIP_HOST=m +# CONFIG_USBIP_DEBUG is not set CONFIG_USB_MUSB_HDRC=m # CONFIG_USB_MUSB_HOST is not set # CONFIG_USB_MUSB_GADGET is not set @@ -4976,6 +5028,7 @@ CONFIG_USB_ISIGHTFW=m CONFIG_USB_YUREX=m CONFIG_USB_EZUSB_FX2=m CONFIG_USB_HSIC_USB3503=m +CONFIG_USB_LINK_LAYER_TEST=m CONFIG_USB_ATM=m CONFIG_USB_SPEEDTOUCH=m CONFIG_USB_CXACRU=m @@ -5209,6 +5262,7 @@ CONFIG_EDAC_E752X=m CONFIG_EDAC_I82975X=m CONFIG_EDAC_I3000=m CONFIG_EDAC_I3200=m +CONFIG_EDAC_IE31200=m CONFIG_EDAC_X38=m CONFIG_EDAC_I5400=m CONFIG_EDAC_I7CORE=m @@ -5248,6 +5302,7 @@ CONFIG_RTC_DRV_X1205=m CONFIG_RTC_DRV_PCF2127=m CONFIG_RTC_DRV_PCF8523=m CONFIG_RTC_DRV_PCF8563=m +CONFIG_RTC_DRV_PCF85063=m CONFIG_RTC_DRV_PCF8583=m CONFIG_RTC_DRV_M41T80=m CONFIG_RTC_DRV_M41T80_WDT=y @@ -5284,6 +5339,8 @@ CONFIG_RTC_DRV_DS1286=m CONFIG_RTC_DRV_DS1511=m CONFIG_RTC_DRV_DS1553=m CONFIG_RTC_DRV_DS1742=m +CONFIG_RTC_DRV_DS2404=m +CONFIG_RTC_DRV_EFI=m CONFIG_RTC_DRV_STK17TA8=m CONFIG_RTC_DRV_M48T86=m CONFIG_RTC_DRV_M48T35=m @@ -5292,14 +5349,12 @@ CONFIG_RTC_DRV_MSM6242=m CONFIG_RTC_DRV_BQ4802=m CONFIG_RTC_DRV_RP5C01=m CONFIG_RTC_DRV_V3020=m -CONFIG_RTC_DRV_DS2404=m CONFIG_RTC_DRV_PCF50633=m # # on-CPU RTC drivers # CONFIG_RTC_DRV_MC13XXX=m -# CONFIG_RTC_DRV_MOXART is not set # CONFIG_RTC_DRV_XGENE is not set # @@ -5312,6 +5367,7 @@ CONFIG_DMADEVICES=y # # DMA Devices # +CONFIG_INTEL_MIC_X100_DMA=m CONFIG_INTEL_MID_DMAC=m CONFIG_INTEL_IOATDMA=m CONFIG_DW_DMAC_CORE=m @@ -5386,14 +5442,10 @@ CONFIG_XEN_PRIVCMD=m CONFIG_XEN_ACPI_PROCESSOR=m # CONFIG_XEN_MCE_LOG is not set CONFIG_XEN_HAVE_PVMMU=y +CONFIG_XEN_EFI=y CONFIG_STAGING=y CONFIG_ET131X=m CONFIG_SLICOSS=m -CONFIG_USBIP_CORE=m -CONFIG_USBIP_VHCI_HCD=m -CONFIG_USBIP_HOST=m -# CONFIG_USBIP_DEBUG is not set -CONFIG_W35UND=m CONFIG_PRISM2_USB=m CONFIG_COMEDI=m # CONFIG_COMEDI_DEBUG is not set @@ -5494,7 +5546,6 @@ CONFIG_RTL8192E=m CONFIG_R8712U=m CONFIG_R8188EU=m CONFIG_88EU_AP_MODE=y -CONFIG_88EU_P2P=y CONFIG_R8192EE=m CONFIG_R8723AU=m CONFIG_8723AU_AP_MODE=y @@ -5502,14 +5553,10 @@ CONFIG_8723AU_BT_COEXIST=y CONFIG_R8821AE=m CONFIG_RTS5208=m # CONFIG_RTS5208_DEBUG is not set -# CONFIG_TRANZPORT is not set -CONFIG_IDE_PHISON=m CONFIG_LINE6_USB=m # CONFIG_LINE6_USB_IMPULSE_RESPONSE is not set -CONFIG_USB_SERIAL_QUATECH2=m CONFIG_VT6655=m CONFIG_VT6656=m -CONFIG_DX_SEP=m # # IIO staging drivers @@ -5530,7 +5577,6 @@ CONFIG_DX_SEP=m # # Analog to digital converters # -# CONFIG_AD7291 is not set # CONFIG_AD7606 is not set # CONFIG_AD7780 is not set # CONFIG_AD7816 is not set @@ -5581,7 +5627,9 @@ CONFIG_DX_SEP=m # # Magnetometer sensors # -# CONFIG_SENSORS_HMC5843 is not set +CONFIG_SENSORS_HMC5843=m +CONFIG_SENSORS_HMC5843_I2C=m +CONFIG_SENSORS_HMC5843_SPI=m # # Active energy metering IC @@ -5604,12 +5652,7 @@ CONFIG_DX_SEP=m # # CONFIG_IIO_PERIODIC_RTC_TRIGGER is not set # CONFIG_IIO_SIMPLE_DUMMY is not set -CONFIG_WLAGS49_H2=m -CONFIG_WLAGS49_H25=m -CONFIG_CRYSTALHD=m CONFIG_FB_XGI=m -CONFIG_ACPI_QUICKSTART=m -CONFIG_USB_ENESTORAGE=m CONFIG_BCM_WIMAX=m CONFIG_FT1000=m CONFIG_FT1000_USB=m @@ -5639,17 +5682,8 @@ CONFIG_DVB_CXD2099=m CONFIG_VIDEO_DT3155=m CONFIG_DT3155_CCIR=y CONFIG_DT3155_STREAMING=y -CONFIG_VIDEO_GO7007=m -CONFIG_VIDEO_GO7007_USB=m -CONFIG_VIDEO_GO7007_LOADER=m -# CONFIG_VIDEO_GO7007_USB_S2250_BOARD is not set -# CONFIG_USB_MSI3101 is not set -# CONFIG_MEDIA_TUNER_MSI001 is not set CONFIG_VIDEO_V4L2_INT_DEVICE=m CONFIG_VIDEO_TCM825X=m -CONFIG_USB_SN9C102=m -CONFIG_SOLO6X10=m -# CONFIG_DVB_RTL2832_SDR is not set CONFIG_LIRC_STAGING=y CONFIG_LIRC_BT829=m CONFIG_LIRC_IGORPLUGUSB=m @@ -5674,11 +5708,6 @@ CONFIG_WIMAX_GDM72XX_USB=y # CONFIG_WIMAX_GDM72XX_SDIO is not set CONFIG_WIMAX_GDM72XX_USB_PM=y CONFIG_LTE_GDM724X=m -CONFIG_NET_VENDOR_SILICOM=y -CONFIG_SBYPASS=m -CONFIG_BPCTL=m -CONFIG_CED1401=m -CONFIG_DGRP=m CONFIG_FIREWIRE_SERIAL=m CONFIG_FWTTY_MAX_TOTAL_PORTS=64 CONFIG_FWTTY_MAX_CARD_PORTS=32 @@ -5697,6 +5726,7 @@ CONFIG_DGAP=m CONFIG_GS_FPGABOOT=m CONFIG_CRYPTO_SKEIN=y CONFIG_CRYPTO_THREEFISH=y +# CONFIG_UNISYSSPAR is not set CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m CONFIG_ACERHDF=m @@ -5737,6 +5767,7 @@ CONFIG_MSI_WMI=m CONFIG_TOPSTAR_LAPTOP=m CONFIG_ACPI_TOSHIBA=m CONFIG_TOSHIBA_BT_RFKILL=m +CONFIG_TOSHIBA_HAPS=m CONFIG_ACPI_CMPC=m CONFIG_INTEL_IPS=m CONFIG_IBM_RTL=m @@ -5767,6 +5798,10 @@ CONFIG_COMMON_CLK=y # # Hardware Spinlock drivers # + +# +# Clock Source drivers +# CONFIG_CLKEVT_I8253=y CONFIG_I8253_LOCK=y CONFIG_CLKBLD_I8253=y @@ -5801,8 +5836,9 @@ CONFIG_EXTCON=m # # Extcon Device Drivers # -CONFIG_EXTCON_GPIO=m # CONFIG_EXTCON_ADC_JACK is not set +CONFIG_EXTCON_GPIO=m +CONFIG_EXTCON_SM5502=m CONFIG_MEMORY=y CONFIG_IIO=m CONFIG_IIO_BUFFER=y @@ -5822,11 +5858,13 @@ CONFIG_IIO_ST_ACCEL_I2C_3AXIS=m CONFIG_IIO_ST_ACCEL_SPI_3AXIS=m # CONFIG_KXSD9 is not set # CONFIG_MMA8452 is not set +CONFIG_KXCJK1013=m # # Analog to digital converters # # CONFIG_AD7266 is not set +# CONFIG_AD7291 is not set # CONFIG_AD7298 is not set # CONFIG_AD7476 is not set # CONFIG_AD7791 is not set @@ -5834,6 +5872,7 @@ CONFIG_IIO_ST_ACCEL_SPI_3AXIS=m # CONFIG_AD7887 is not set # CONFIG_AD7923 is not set # CONFIG_AD799X is not set +# CONFIG_MAX1027 is not set # CONFIG_MAX1363 is not set # CONFIG_MCP320X is not set # CONFIG_MCP3422 is not set @@ -5874,6 +5913,7 @@ CONFIG_IIO_ST_SENSORS_CORE=m # CONFIG_AD7303 is not set # CONFIG_MAX517 is not set # CONFIG_MCP4725 is not set +# CONFIG_MCP4922 is not set # # Frequency Synthesizers DDS/PLL @@ -5924,10 +5964,12 @@ CONFIG_IIO_ST_GYRO_SPI_3AXIS=m # CONFIG_CM32181 is not set # CONFIG_CM36651 is not set # CONFIG_GP2AP020A00F is not set +# CONFIG_ISL29125 is not set CONFIG_HID_SENSOR_ALS=m # CONFIG_HID_SENSOR_PROX is not set # CONFIG_SENSORS_LM3533 is not set # CONFIG_LTR501 is not set +# CONFIG_TCS3414 is not set # CONFIG_TCS3472 is not set # CONFIG_SENSORS_TSL2563 is not set # CONFIG_TSL4531 is not set @@ -5937,6 +5979,7 @@ CONFIG_HID_SENSOR_ALS=m # Magnetometer sensors # # CONFIG_AK8975 is not set +# CONFIG_AK09911 is not set # CONFIG_MAG3110 is not set CONFIG_HID_SENSOR_MAGNETOMETER_3D=m CONFIG_IIO_ST_MAGN_3AXIS=m @@ -5962,6 +6005,7 @@ CONFIG_IIO_INTERRUPT_TRIGGER=m # CONFIG_MPL115 is not set # CONFIG_MPL3115 is not set # CONFIG_IIO_ST_PRESS is not set +# CONFIG_T5403 is not set # # Lightning sensors @@ -5991,10 +6035,11 @@ CONFIG_FMC_CHARDEV=m # CONFIG_GENERIC_PHY=y CONFIG_BCM_KONA_USB2_PHY=m -CONFIG_PHY_SAMSUNG_USB2=m CONFIG_POWERCAP=y CONFIG_INTEL_RAPL=m # CONFIG_MCB is not set +CONFIG_RAS=y +CONFIG_THUNDERBOLT=m # # Firmware Drivers @@ -6016,6 +6061,7 @@ CONFIG_ISCSI_IBFT=m # # CONFIG_EFI_VARS is not set CONFIG_EFI_RUNTIME_MAP=y +CONFIG_EFI_RUNTIME_WRAPPERS=y CONFIG_UEFI_CPER=y # @@ -6337,7 +6383,7 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y # printk and dmesg options # CONFIG_PRINTK_TIME=y -CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 # CONFIG_BOOT_PRINTK_DELAY is not set CONFIG_DYNAMIC_DEBUG=y @@ -6405,7 +6451,6 @@ CONFIG_TIMER_STATS=y # Lock Debugging (spinlocks, mutexes, etc...) # # CONFIG_DEBUG_RT_MUTEXES is not set -# CONFIG_RT_MUTEX_TESTER is not set # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_MUTEXES is not set # CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set @@ -6427,7 +6472,6 @@ CONFIG_DEBUG_BUGVERBOSE=y # # RCU Debugging # -# CONFIG_PROVE_RCU_DELAY is not set # CONFIG_SPARSE_RCU_POINTER is not set # CONFIG_TORTURE_TEST is not set # CONFIG_RCU_TORTURE_TEST is not set @@ -6446,7 +6490,6 @@ CONFIG_NOP_TRACER=y CONFIG_HAVE_FUNCTION_TRACER=y CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y -CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y @@ -6504,11 +6547,14 @@ CONFIG_PERCPU_TEST=m CONFIG_ASYNC_RAID6_TEST=m # CONFIG_TEST_STRING_HELPERS is not set CONFIG_TEST_KSTRTOX=m +# CONFIG_TEST_RHASHTABLE is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_DMA_API_DEBUG is not set # CONFIG_TEST_MODULE is not set # CONFIG_TEST_USER_COPY is not set # CONFIG_TEST_BPF is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_UDELAY is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y # CONFIG_KGDB is not set @@ -6690,6 +6736,7 @@ CONFIG_CRYPTO_CAST5_AVX_X86_64=m CONFIG_CRYPTO_CAST6=m CONFIG_CRYPTO_CAST6_AVX_X86_64=m CONFIG_CRYPTO_DES=m +CONFIG_CRYPTO_DES3_EDE_X86_64=m CONFIG_CRYPTO_FCRYPT=m CONFIG_CRYPTO_KHAZAD=m CONFIG_CRYPTO_SALSA20=m @@ -6719,6 +6766,7 @@ CONFIG_CRYPTO_LZ4HC=m # Random Number Generation # CONFIG_CRYPTO_ANSI_CPRNG=m +# CONFIG_CRYPTO_DRBG_MENU is not set CONFIG_CRYPTO_USER_API=m CONFIG_CRYPTO_USER_API_HASH=m CONFIG_CRYPTO_USER_API_SKCIPHER=m @@ -6730,12 +6778,17 @@ CONFIG_CRYPTO_DEV_PADLOCK_SHA=m CONFIG_CRYPTO_DEV_CCP=y CONFIG_CRYPTO_DEV_CCP_DD=m CONFIG_CRYPTO_DEV_CCP_CRYPTO=m +CONFIG_CRYPTO_DEV_QAT=m +CONFIG_CRYPTO_DEV_QAT_DH895xCC=m CONFIG_ASYMMETRIC_KEY_TYPE=m CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=m CONFIG_PUBLIC_KEY_ALGO_RSA=m CONFIG_X509_CERTIFICATE_PARSER=m +CONFIG_PKCS7_MESSAGE_PARSER=m +CONFIG_PKCS7_TEST_KEY=m CONFIG_HAVE_KVM=y CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_IRQFD=y CONFIG_HAVE_KVM_IRQ_ROUTING=y CONFIG_HAVE_KVM_EVENTFD=y CONFIG_KVM_APIC_ARCHITECTURE=y @@ -6766,6 +6819,7 @@ CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_IO=y CONFIG_PERCPU_RWSEM=y CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_HAS_FAST_MULTIPLIER=y CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC_T10DIF=m @@ -6823,6 +6877,8 @@ CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y CONFIG_CPU_RMAP=y CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set CONFIG_NLATTR=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_LRU_CACHE=m @@ -6846,3 +6902,4 @@ CONFIG_FONT_8x16=y # CONFIG_FONT_SUN12x22 is not set # CONFIG_FONT_10x18 is not set CONFIG_FONT_AUTOSELECT=y +CONFIG_ARCH_HAS_SG_CHAIN=y diff --git a/lxqt-notificationd-git/.AURINFO b/lxqt-notificationd-git/.AURINFO index c3c6ec0de68..1ce179ec8ce 100644 --- a/lxqt-notificationd-git/.AURINFO +++ b/lxqt-notificationd-git/.AURINFO @@ -1,7 +1,7 @@ pkgbase = lxqt-notificationd-git pkgdesc = LXQt notification daemon and library. - pkgver = 0.8.0 - pkgrel = 1 + pkgver = 0.8.0.6.ga6b7185 + pkgrel = 2 url = http://lxqt.org arch = i686 arch = x86_64 @@ -11,6 +11,7 @@ pkgbase = lxqt-notificationd-git makedepends = cmake depends = lxqt-common-git depends = liblxqt-git + depends = kwindowsystem provides = lxqt-notificationd conflicts = lxqt-notificationd source = git+https://github.com/lxde/lxqt-notificationd.git diff --git a/lxqt-notificationd-git/PKGBUILD b/lxqt-notificationd-git/PKGBUILD index 5ed73514ef3..d46f8ece091 100644 --- a/lxqt-notificationd-git/PKGBUILD +++ b/lxqt-notificationd-git/PKGBUILD @@ -2,13 +2,13 @@ _pkgname=lxqt-notificationd pkgname=$_pkgname-git -pkgver=0.8.0 -pkgrel=1 +pkgver=0.8.0.6.ga6b7185 +pkgrel=2 pkgdesc="LXQt notification daemon and library." arch=("i686" "x86_64" "armv6h") url="http://lxqt.org" license=("GPL2") -depends=("lxqt-common-git" "liblxqt-git") +depends=("lxqt-common-git" "liblxqt-git" "kwindowsystem") makedepends=("git" "cmake") provides=("$_pkgname") conflicts=("$_pkgname") @@ -24,7 +24,7 @@ build() { cd "$srcdir/$_pkgname" mkdir -p build cd build - cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_QT5=true .. + cmake -DCMAKE_INSTALL_PREFIX=/usr .. make } diff --git a/manpages-fr-extra/.AURINFO b/manpages-fr-extra/.AURINFO index a2a6d4ca49e..f70423a5b39 100644 --- a/manpages-fr-extra/.AURINFO +++ b/manpages-fr-extra/.AURINFO @@ -1,6 +1,6 @@ pkgbase = manpages-fr-extra pkgdesc = Pages de manuel Linux francophones complémentaires de 'Debian-l10n-French' - pkgver = 20141008 + pkgver = 20141022 pkgrel = 1 url = http://www.debian.org/international/french/ changelog = changelog @@ -10,8 +10,9 @@ pkgbase = manpages-fr-extra provides = man-pages-extras-fr conflicts = man-pages-extras-fr replaces = man-pages-extras-fr - source = http://ftp.fr.debian.org/debian/pool/main/m/manpages-fr-extra/manpages-fr-extra_20141008_all.deb options = docs + source = http://ftp.fr.debian.org/debian/pool/main/m/manpages-fr-extra/manpages-fr-extra_20141022_all.deb + md5sums = 3fc8a2cce0b793fec90a18b5cdb3942b pkgname = manpages-fr-extra diff --git a/manpages-fr-extra/PKGBUILD b/manpages-fr-extra/PKGBUILD index abe29bdc8ff..c6263d43ac3 100644 --- a/manpages-fr-extra/PKGBUILD +++ b/manpages-fr-extra/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: X0rg pkgname=manpages-fr-extra -pkgver=20141008 +pkgver=20141022 pkgrel=1 pkgdesc="Pages de manuel Linux francophones complémentaires de 'Debian-l10n-French'" arch=('any') @@ -15,7 +15,7 @@ replaces=('man-pages-extras-fr') options=(docs) changelog=changelog source=(http://ftp.fr.debian.org/debian/pool/main/m/"$pkgname"/"$pkgname"_"$pkgver"_all.deb) -md5sums=('4f172a5b1341d3722f5ec674144d258b') +md5sums=('3fc8a2cce0b793fec90a18b5cdb3942b') prepare() { cd "$srcdir" diff --git a/manpages-fr-extra/changelog b/manpages-fr-extra/changelog index 07a41214636..c12564c4dc8 100644 --- a/manpages-fr-extra/changelog +++ b/manpages-fr-extra/changelog @@ -1,3 +1,50 @@ +manpages-fr-extra (20141022) unstable; urgency=medium + + [ David Prévot ] + * bash: Sync with 4.3-11 + * dosfstools: Sync with version 3.0.26-4 + * glibc: + - Re-add pages (not yet shipped in manpages-fr actually): + + iconv.1 + + localedef.1 + + sprof.1 + + iconvconfig.8 + - Remove validlocale(8) (shipped directly by glibc) + * grep: Sync with 2.20-4 + * openssl: + - Sync with 1.0.1j-1 + - Update translation + * util-linux: Sync with 2.24.2-1 + - New pages: + + nsenter.1 + + prlimit.1 + + runuser.1 + + utmpdump.1 + + terminal-colors.d.5 + + blkdiscard.8 + + chcpu.8 + + fsck.cramfs.8 + + lslocks.8 + + mkfs.cramfs.8 + + readprofile.8 + + resizepart.8 + + wdctl.8 + - Deleted pages: + + chkdupexe.1 + + ddate.1 + + readprofile.1 (replaced by readprofile.8) + + cytune.8 + + getty.8 (replaced by a symlink to agetty.8) + + clock.8 (no longer a symlink to hwclock.8) + - Update translation + - Proofread by Jean-Paul Guillonneau and Jean-Pierre Giraud + + [ Jean-Paul Guillonneau ] + * openssl: Proofread + * lilo: Proofread + + -- David Prévot Wed, 22 Oct 2014 12:29:48 -0400 + manpages-fr-extra (20141008) unstable; urgency=medium * at: Sync with 3.1.16-1 diff --git a/mba6x_bl-dkms/.AURINFO b/mba6x_bl-dkms/.AURINFO index 878fea540ee..b74b1cbd948 100644 --- a/mba6x_bl-dkms/.AURINFO +++ b/mba6x_bl-dkms/.AURINFO @@ -1,18 +1,21 @@ pkgbase = mba6x_bl-dkms pkgdesc = Backlight for mba6x to fix post suspend/resume brightness. pkgver = latest - pkgrel = 2 + pkgrel = 1 url = https://github.com/patjak/mba6x_bl install = mba6x_bl-dkms.install arch = i686 arch = x86_64 license = GPL2 depends = dkms + depends = linux-headers provides = mba6x_bl conflicts = mba6x_bl - source = git+ssh://git@github.com/patjak/mba6x_bl.git - source = mba6x_bl-dkms.conf backup = etc/modules-load.d/mba6x_bl-dkms.conf + source = git+https://github.com/patjak/mba6x_bl.git + source = mba6x_bl-dkms.conf + md5sums = SKIP + md5sums = 1d04b891c7a387a845a1eac768749c6b pkgname = mba6x_bl-dkms diff --git a/mba6x_bl-dkms/PKGBUILD b/mba6x_bl-dkms/PKGBUILD index d05e8ba86af..cbbe99e2b32 100644 --- a/mba6x_bl-dkms/PKGBUILD +++ b/mba6x_bl-dkms/PKGBUILD @@ -4,16 +4,16 @@ pkgname=mba6x_bl-dkms _gitname=mba6x_bl pkgver=latest -pkgrel=2 +pkgrel=1 pkgdesc="Backlight for mba6x to fix post suspend/resume brightness." url='https://github.com/patjak/mba6x_bl' arch=('i686' 'x86_64') license=('GPL2') -depends=('dkms') +depends=('dkms' 'linux-headers') install=$pkgname.install provides=('mba6x_bl') conflicts=('mba6x_bl') -source=("git+ssh://git@github.com/patjak/mba6x_bl.git" +source=("git+https://github.com/patjak/mba6x_bl.git" 'mba6x_bl-dkms.conf') md5sums=('SKIP' '1d04b891c7a387a845a1eac768749c6b') diff --git a/mingw-w64-dlfcn/.AURINFO b/mingw-w64-dlfcn/.AURINFO index b912655c033..456df26b5ca 100644 --- a/mingw-w64-dlfcn/.AURINFO +++ b/mingw-w64-dlfcn/.AURINFO @@ -1,16 +1,17 @@ pkgbase = mingw-w64-dlfcn pkgdesc = A wrapper for dlfcn to the Win32 API (mingw-w64) pkgver = 1.0.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/dlfcn-win32/dlfcn-win32 arch = any license = LGPL makedepends = mingw-w64-gcc depends = mingw-w64-crt - source = https://github.com/dlfcn-win32/dlfcn-win32/archive/v1.0.0.tar.gz options = !buildflags options = !strip options = staticlibs + source = https://github.com/dlfcn-win32/dlfcn-win32/archive/v1.0.0.tar.gz + md5sums = fc9882d8e33d06626ddb22b44c6fd4dd pkgname = mingw-w64-dlfcn diff --git a/mingw-w64-dlfcn/PKGBUILD b/mingw-w64-dlfcn/PKGBUILD index ce802a88a49..7133e10a1e7 100644 --- a/mingw-w64-dlfcn/PKGBUILD +++ b/mingw-w64-dlfcn/PKGBUILD @@ -1,7 +1,7 @@ pkgname=mingw-w64-dlfcn pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A wrapper for dlfcn to the Win32 API (mingw-w64)" arch=(any) url="https://github.com/dlfcn-win32/dlfcn-win32" @@ -13,6 +13,11 @@ source=("https://github.com/dlfcn-win32/dlfcn-win32/archive/v${pkgver}.tar.gz") md5sums=('fc9882d8e33d06626ddb22b44c6fd4dd') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" +prepare() { + cd "$srcdir/dlfcn-win32-$pkgver" + sed -i "s|\-Wall \-O3 \-fomit\-frame\-pointer|\-O2 \-g \-pipe \-Wall \-Wp,\-D_FORTIFY_SOURCE=2 \-fexceptions \-\-param=ssp\-buffer\-size=4|g" Makefile +} + build() { cd "$srcdir/dlfcn-win32-$pkgver" diff --git a/mingw-w64-fftw/.AURINFO b/mingw-w64-fftw/.AURINFO index 246eac790f2..975b655161c 100644 --- a/mingw-w64-fftw/.AURINFO +++ b/mingw-w64-fftw/.AURINFO @@ -6,8 +6,7 @@ pkgbase = mingw-w64-fftw arch = any license = GPL checkdepends = wine - makedepends = mingw-w64-gcc - makedepends = mingw-w64-pkg-config + makedepends = mingw-w64-configure depends = mingw-w64-crt options = staticlibs options = !strip diff --git a/mingw-w64-fftw/PKGBUILD b/mingw-w64-fftw/PKGBUILD index dcab96f9651..effaa9c301e 100644 --- a/mingw-w64-fftw/PKGBUILD +++ b/mingw-w64-fftw/PKGBUILD @@ -6,7 +6,7 @@ arch=('any') url="http://www.fftw.org" license=("GPL") depends=('mingw-w64-crt') -makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config') +makedepends=('mingw-w64-configure') checkdepends=('wine') options=(staticlibs !strip !buildflags) source=("$url/fftw-$pkgver.tar.gz") @@ -19,20 +19,14 @@ build() { for _arch in ${_architectures}; do unset LDFLAGS mkdir -p build-${_arch}-d && pushd build-${_arch}-d - ../configure \ - --prefix=/usr/${_arch} \ - --host=${_arch} \ - --enable-shared \ + ${_arch}-configure \ --disable-dependency-tracking \ --disable-threads make popd mkdir -p build-${_arch}-ld && pushd build-${_arch}-ld - ../configure \ - --prefix=/usr/${_arch} \ - --host=${_arch} \ - --enable-shared \ + ${_arch}-configure \ --enable-long-double \ --disable-dependency-tracking \ --disable-threads @@ -40,10 +34,7 @@ build() { popd mkdir -p build-${_arch}-f && pushd build-${_arch}-f - ../configure \ - --prefix=/usr/${_arch} \ - --host=${_arch} \ - --enable-shared \ + ${_arch}-configure \ --enable-float \ --disable-dependency-tracking \ --disable-threads @@ -51,10 +42,7 @@ build() { popd mkdir -p build-${_arch}-q && pushd build-${_arch}-q - ../configure \ - --prefix=/usr/${_arch} \ - --host=${_arch} \ - --enable-shared \ + ${_arch}-configure \ --enable-quad-precision \ --disable-dependency-tracking \ --disable-threads @@ -72,13 +60,6 @@ check() { for _arch in ${_architectures}; do cd "${srcdir}/fftw-${pkgver}/build-${_arch}-d" make check - cd "${srcdir}/fftw-${pkgver}/build-${_arch}-ld" - #make check - cd "${srcdir}/fftw-${pkgver}/build-${_arch}-f" - #make check - cd "${srcdir}/fftw-${pkgver}/build-${_arch}-q" - cp /usr/${_arch}/bin/{libgcc*.dll,libquadmath*.dll,libwinpthread*.dll} tests - #make check done } diff --git a/mingw-w64-intel-tbb/.AURINFO b/mingw-w64-intel-tbb/.AURINFO index c1595e951a2..8e729b11dd3 100644 --- a/mingw-w64-intel-tbb/.AURINFO +++ b/mingw-w64-intel-tbb/.AURINFO @@ -1,16 +1,17 @@ pkgbase = mingw-w64-intel-tbb pkgdesc = High level abstract threading library (mingw-w64) pkgver = 4.3_20140724 - pkgrel = 1 + pkgrel = 2 url = http://www.threadingbuildingblocks.org/ arch = any license = GPL makedepends = mingw-w64-gcc depends = mingw-w64-crt - source = http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb43_20140724oss_src.tgz options = !buildflags options = !strip options = staticlibs + source = http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb43_20140724oss_src.tgz + sha1sums = 4cb73cd0ac61b790318358ae4782f80255715278 pkgname = mingw-w64-intel-tbb diff --git a/mingw-w64-intel-tbb/PKGBUILD b/mingw-w64-intel-tbb/PKGBUILD index 00330facea1..5b62034419c 100644 --- a/mingw-w64-intel-tbb/PKGBUILD +++ b/mingw-w64-intel-tbb/PKGBUILD @@ -1,8 +1,7 @@ -# Maintainer: xantares pkgname=mingw-w64-intel-tbb pkgver=4.3_20140724 -pkgrel=1 +pkgrel=2 pkgdesc='High level abstract threading library (mingw-w64)' depends=('mingw-w64-crt') makedepends=('mingw-w64-gcc') @@ -39,6 +38,7 @@ prepare () { sed -i "s|LIBDL =|LIBDL = -ldl|g" build/windows.inc # compiler configuration + sed -i "s|CPLUS_FLAGS = \-g \-O2|CPLUS_FLAGS = \-O2 \-g \-pipe \-Wall \-Wp,\-D_FORTIFY_SOURCE=2 \-fexceptions \-\-param=ssp\-buffer\-size=4|g" build/windows.gcc.inc sed -i "s|OUTPUT_KEY = -o #|OUTPUT_KEY = -Wl,--out-implib,\$(BUILDING_LIBRARY).a -o #|g" build/windows.gcc.inc sed -i "s|\$(call detect_js,/minversion gcc 4.4)|ok|g" build/windows.gcc.inc sed -i "s|\$(call detect_js,/minversion gcc 4.8)|ok|g" build/windows.gcc.inc diff --git a/mingw-w64-libgnurx/.AURINFO b/mingw-w64-libgnurx/.AURINFO new file mode 100644 index 00000000000..b5a02ce773e --- /dev/null +++ b/mingw-w64-libgnurx/.AURINFO @@ -0,0 +1,19 @@ +pkgbase = mingw-w64-libgnurx + pkgdesc = regex functionality from glibc (mingw-w64) + pkgver = 2.5.1 + pkgrel = 5 + url = http://mingw.sourceforge.net/ + arch = any + license = GPL + makedepends = mingw-w64-configure + depends = mingw-w64-crt + options = !buildflags + options = !strip + options = staticlibs + source = http://download.sourceforge.net/mingw/Other/UserContributed/regex/mingw-regex-2.5.1/mingw-libgnurx-2.5.1-src.tar.gz + source = mingw-w64-libgnurx-honor-destdir.patch + md5sums = 35c8fed3101ca1f253e9b6b1966661f6 + md5sums = 2d87c59177adf5ec13dbcc02acc4a450 + +pkgname = mingw-w64-libgnurx + diff --git a/mingw-w64-libgnurx/PKGBUILD b/mingw-w64-libgnurx/PKGBUILD index 9996789b641..81681fff02e 100644 --- a/mingw-w64-libgnurx/PKGBUILD +++ b/mingw-w64-libgnurx/PKGBUILD @@ -1,14 +1,13 @@ -# Maintainer: xantares pkgname=mingw-w64-libgnurx pkgver=2.5.1 -pkgrel=4 +pkgrel=5 arch=(any) -pkgdesc="libgnurx (mingw-w64)" +pkgdesc="regex functionality from glibc (mingw-w64)" depends=('mingw-w64-crt') -makedepends=('mingw-w64-gcc') +makedepends=('mingw-w64-configure') options=('!buildflags' '!strip' 'staticlibs') -license=('LGPL') +license=('GPL') url="http://mingw.sourceforge.net/" source=("http://download.sourceforge.net/mingw/Other/UserContributed/regex/mingw-regex-${pkgver}/mingw-libgnurx-${pkgver}-src.tar.gz" "mingw-w64-libgnurx-honor-destdir.patch") @@ -17,16 +16,18 @@ md5sums=('35c8fed3101ca1f253e9b6b1966661f6' _architectures="i686-w64-mingw32 x86_64-w64-mingw32" -build() +prepare() { cd "$srcdir/mingw-libgnurx-${pkgver}" patch -Np0 -i ../mingw-w64-libgnurx-honor-destdir.patch +} + +build() +{ + cd "$srcdir/mingw-libgnurx-${pkgver}" for _arch in ${_architectures}; do - unset LDFLAGS CPPFLAGS mkdir -p build-${_arch} && pushd build-${_arch} - ../configure \ - --prefix=/usr/${_arch} \ - --host=${_arch} + ${_arch}-configure make popd done @@ -37,7 +38,7 @@ package() { for _arch in ${_architectures}; do cd "$srcdir/mingw-libgnurx-${pkgver}/build-${_arch}" - mkdir -p "$pkgdir"/usr/${_arch}/include + install -d "$pkgdir"/usr/${_arch}/include make install DESTDIR="$pkgdir" ${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll ${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a diff --git a/mingw-w64-libsvm/.AURINFO b/mingw-w64-libsvm/.AURINFO new file mode 100644 index 00000000000..b98b58a12e6 --- /dev/null +++ b/mingw-w64-libsvm/.AURINFO @@ -0,0 +1,17 @@ +pkgbase = mingw-w64-libsvm + pkgdesc = A library for Support Vector Machines classification (mingw-w64) + pkgver = 3.18 + pkgrel = 2 + url = http://www.csie.ntu.edu.tw/~cjlin/libsvm/ + arch = any + license = BSD + makedepends = mingw-w64-gcc + depends = mingw-w64-crt + options = !buildflags + options = !strip + options = staticlibs + source = http://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-3.18.tar.gz + md5sums = bba35e2cf9d14e158009ef8b90fd840a + +pkgname = mingw-w64-libsvm + diff --git a/mingw-w64-libsvm/PKGBUILD b/mingw-w64-libsvm/PKGBUILD index 422e51014a2..74a56b1c317 100644 --- a/mingw-w64-libsvm/PKGBUILD +++ b/mingw-w64-libsvm/PKGBUILD @@ -1,8 +1,7 @@ -# Maintainer: xantares pkgname=mingw-w64-libsvm pkgver=3.18 -pkgrel=1 +pkgrel=2 pkgdesc="A library for Support Vector Machines classification (mingw-w64)" arch=(any) url="http://www.csie.ntu.edu.tw/~cjlin/libsvm/" @@ -20,7 +19,7 @@ build() cd "$srcdir/libsvm-$pkgver" for _arch in ${_architectures}; do mkdir -p "build-${_arch}" && pushd "build-${_arch}" - ${_arch}-g++ -Wall -Wconversion -DNDEBUG -O2 -c ../svm.cpp + ${_arch}-g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -c ../svm.cpp ${_arch}-g++ -shared -o libsvm-2.dll svm.o -Wl,--out-implib,libsvm.dll.a ${_arch}-ar cru libsvm.a svm.o ${_arch}-ranlib libsvm.a diff --git a/mingw-w64-muparser/.AURINFO b/mingw-w64-muparser/.AURINFO index ac30a235974..e2eacfb635e 100644 --- a/mingw-w64-muparser/.AURINFO +++ b/mingw-w64-muparser/.AURINFO @@ -1,11 +1,11 @@ pkgbase = mingw-w64-muparser pkgdesc = A fast math parser library (mingw-w64) pkgver = 2.2.3 - pkgrel = 10 + pkgrel = 11 url = http://muparser.sourceforge.net/ arch = any license = MIT - makedepends = mingw-w64-gcc + makedepends = mingw-w64-configure depends = mingw-w64-crt options = !buildflags options = staticlibs diff --git a/mingw-w64-muparser/PKGBUILD b/mingw-w64-muparser/PKGBUILD index a9aa93613c7..b47d200a29b 100644 --- a/mingw-w64-muparser/PKGBUILD +++ b/mingw-w64-muparser/PKGBUILD @@ -1,12 +1,12 @@ pkgname=mingw-w64-muparser pkgver=2.2.3 -pkgrel=10 +pkgrel=11 pkgdesc="A fast math parser library (mingw-w64)" arch=('any') url="http://muparser.sourceforge.net/" depends=('mingw-w64-crt') -makedepends=('mingw-w64-gcc') +makedepends=('mingw-w64-configure') license=('MIT') options=('!buildflags' 'staticlibs' '!strip') source=("http://downloads.sourceforge.net/muparser/muparser_v${pkgver//./_}.zip") @@ -29,12 +29,12 @@ build() { for _arch in ${_architectures}; do unset LDFLAGS mkdir -p build-${_arch}-static && pushd build-${_arch}-static - ../configure --host=${_arch} --prefix=/usr/${_arch} \ - --disable-shared --disable-samples + ${_arch}-configure --disable-shared \ + --disable-samples make popd mkdir -p build-${_arch} && pushd build-${_arch} - ../configure --host=${_arch} --prefix=/usr/${_arch} \ + ${_arch}-configure --disable-static \ --disable-samples make popd diff --git a/mongo-cxx-driver-legacy/.AURINFO b/mongo-cxx-driver-legacy/.AURINFO index bbb20030a4d..585dcebc7b6 100644 --- a/mongo-cxx-driver-legacy/.AURINFO +++ b/mongo-cxx-driver-legacy/.AURINFO @@ -1,7 +1,7 @@ pkgbase = mongo-cxx-driver-legacy pkgdesc = Official MongoDB C++ driver (legacy). - pkgver = 1.0.0_rc0 - pkgrel = 2 + pkgver = 1.0.0_rc1 + pkgrel = 1 url = http://www.mongodb.org arch = i686 arch = x86_64 @@ -16,8 +16,8 @@ pkgbase = mongo-cxx-driver-legacy provides = mongo-cxx-driver conflicts = mongodb<2.0.0 options = staticlibs - source = https://github.com/mongodb/mongo-cxx-driver/archive/legacy-1.0.0-rc0.tar.gz - sha512sums = 051e2e60b909e277b427f5c5677e1688c9de3dfdd88178905641055ac147e28981797521970afa0a844523b273f909d3fda664535d8f0cf5a0d8f2d65a6470d6 + source = https://github.com/mongodb/mongo-cxx-driver/archive/legacy-1.0.0-rc1.tar.gz + sha512sums = 37d8ac7fc0c934f1238338ff8926c3544511b727037d9ade47ee815d7ac94fb68032e55c068bcc951e6cbbd6acc13a4b29ac51d396b9e898c2bea7a8735d500a pkgname = mongo-cxx-driver-legacy diff --git a/mongo-cxx-driver-legacy/PKGBUILD b/mongo-cxx-driver-legacy/PKGBUILD index d7047328f84..d61f590e355 100644 --- a/mongo-cxx-driver-legacy/PKGBUILD +++ b/mongo-cxx-driver-legacy/PKGBUILD @@ -4,8 +4,8 @@ _pkg=mongo-cxx-driver _subpkg=legacy pkgname=${_pkg}-${_subpkg} -pkgver=1.0.0_rc0 -pkgrel=2 +pkgver=1.0.0_rc1 +pkgrel=1 pkgdesc='Official MongoDB C++ driver (legacy).' arch=('i686' 'x86_64') url='http://www.mongodb.org' @@ -25,7 +25,7 @@ package() { --ssl \ --prefix="$pkgdir/usr" \ --sharedclient \ - install-mongoclient + install } -sha512sums=('051e2e60b909e277b427f5c5677e1688c9de3dfdd88178905641055ac147e28981797521970afa0a844523b273f909d3fda664535d8f0cf5a0d8f2d65a6470d6') +sha512sums=('37d8ac7fc0c934f1238338ff8926c3544511b727037d9ade47ee815d7ac94fb68032e55c068bcc951e6cbbd6acc13a4b29ac51d396b9e898c2bea7a8735d500a') diff --git a/mruby-git/.AURINFO b/mruby-git/.AURINFO index d566c9b92e1..a133052a44e 100644 --- a/mruby-git/.AURINFO +++ b/mruby-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = mruby-git pkgdesc = Lightweight Ruby (preliminary release for internal team review) - pkgver = 1.0.0.r2035.g50e4df8 + pkgver = 1.0.0.r2076.g2ff67f8 pkgrel = 1 url = https://github.com/mruby/mruby arch = i686 @@ -9,9 +9,11 @@ pkgbase = mruby-git makedepends = git makedepends = bison makedepends = ruby + options = staticlibs source = git://github.com/mruby/mruby source = remove_termcap_static_lib.patch - options = staticlibs + sha1sums = SKIP + sha1sums = e86e5b3001a2e7094981757dbfb052310817b758 pkgname = mruby-git diff --git a/mruby-git/PKGBUILD b/mruby-git/PKGBUILD index b6d859e8206..9ac945be9e3 100644 --- a/mruby-git/PKGBUILD +++ b/mruby-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov pkgname=mruby-git -pkgver=1.0.0.r2035.g50e4df8 +pkgver=1.0.0.r2076.g2ff67f8 pkgrel=1 pkgdesc='Lightweight Ruby (preliminary release for internal team review)' arch=(i686 x86_64) diff --git a/mumble-snapshot-tts/.AURINFO b/mumble-snapshot-tts/.AURINFO index b3d587294fc..09bb60a574d 100644 --- a/mumble-snapshot-tts/.AURINFO +++ b/mumble-snapshot-tts/.AURINFO @@ -1,6 +1,6 @@ pkgbase = mumble-snapshot-tts pkgdesc = A high quality voice chat program. (snapshot build + text to speech) - pkgver = 1.3.0_417_gfc0e20b + pkgver = 1.3.0_425_g6f2552d pkgrel = 1 url = http://mumble.sourceforge.net/ install = mumble.install @@ -18,8 +18,8 @@ pkgbase = mumble-snapshot-tts optdepends = festival: speech synthesizer provides = mumble conflicts = mumble - source = http://mumble.info/snapshot/mumble-1.3.0~417~gfc0e20b~snapshot.tar.gz - sha256sums = 4b03627f4cf84679621619a503a0fa456b3d6de9990812b7199b259a97a23f0c + source = http://mumble.info/snapshot/mumble-1.3.0~425~g6f2552d~snapshot.tar.gz + sha256sums = 5a285ae6a37ce2f5a0ff01f3cad8016505d7e4e6f5cc04b31bb6603fd0120188 pkgname = mumble-snapshot-tts diff --git a/mumble-snapshot-tts/PKGBUILD b/mumble-snapshot-tts/PKGBUILD index a0821077157..d5e9234fadc 100644 --- a/mumble-snapshot-tts/PKGBUILD +++ b/mumble-snapshot-tts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: synapse84 pkgname=mumble-snapshot-tts -pkgver=1.3.0_417_gfc0e20b +pkgver=1.3.0_425_g6f2552d pkgrel=1 pkgdesc="A high quality voice chat program. (snapshot build + text to speech)" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ provides=('mumble') conflicts=('mumble') install=mumble.install source=("http://mumble.info/snapshot/mumble-${pkgver//_/\~}~snapshot.tar.gz") -sha256sums=('4b03627f4cf84679621619a503a0fa456b3d6de9990812b7199b259a97a23f0c') +sha256sums=('5a285ae6a37ce2f5a0ff01f3cad8016505d7e4e6f5cc04b31bb6603fd0120188') build() { cd $srcdir/mumble-${pkgver//_/\~}~snapshot diff --git a/mumble-snapshot/.AURINFO b/mumble-snapshot/.AURINFO index 551163b1893..c32dd68c4d7 100644 --- a/mumble-snapshot/.AURINFO +++ b/mumble-snapshot/.AURINFO @@ -1,6 +1,6 @@ pkgbase = mumble-snapshot pkgdesc = A high quality voice chat program. (snapshot build) - pkgver = 1.3.0_417_gfc0e20b + pkgver = 1.3.0_425_g6f2552d pkgrel = 1 url = http://mumble.sourceforge.net/ install = mumble.install @@ -16,8 +16,8 @@ pkgbase = mumble-snapshot depends = protobuf provides = mumble conflicts = mumble - source = http://mumble.info/snapshot/mumble-1.3.0~417~gfc0e20b~snapshot.tar.gz - sha256sums = 4b03627f4cf84679621619a503a0fa456b3d6de9990812b7199b259a97a23f0c + source = http://mumble.info/snapshot/mumble-1.3.0~425~g6f2552d~snapshot.tar.gz + sha256sums = 5a285ae6a37ce2f5a0ff01f3cad8016505d7e4e6f5cc04b31bb6603fd0120188 pkgname = mumble-snapshot diff --git a/mumble-snapshot/PKGBUILD b/mumble-snapshot/PKGBUILD index d2b550df60e..bfe8ec2b9e3 100644 --- a/mumble-snapshot/PKGBUILD +++ b/mumble-snapshot/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: synapse84 pkgname=mumble-snapshot -pkgver=1.3.0_417_gfc0e20b +pkgver=1.3.0_425_g6f2552d pkgrel=1 pkgdesc="A high quality voice chat program. (snapshot build)" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ provides=('mumble') conflicts=('mumble') install=mumble.install source=("http://mumble.info/snapshot/mumble-${pkgver//_/\~}~snapshot.tar.gz") -sha256sums=('4b03627f4cf84679621619a503a0fa456b3d6de9990812b7199b259a97a23f0c') +sha256sums=('5a285ae6a37ce2f5a0ff01f3cad8016505d7e4e6f5cc04b31bb6603fd0120188') build() { cd $srcdir/mumble-${pkgver//_/\~}~snapshot diff --git a/mydumper/.AURINFO b/mydumper/.AURINFO new file mode 100644 index 00000000000..6171c28674d --- /dev/null +++ b/mydumper/.AURINFO @@ -0,0 +1,24 @@ +pkgbase = mydumper + pkgdesc = A high performance MySQL backup tool. + pkgver = 0.6.2 + pkgrel = 2 + url = https://launchpad.net/mydumper + arch = i686 + arch = x86_64 + license = GPL + makedepends = cmake + makedepends = python2-sphinx + depends = glib2 + depends = pcre + depends = libmysqlclient + source = http://launchpad.net/mydumper/0.6/0.6.2/+download/mydumper-0.6.2.tar.gz + source = http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.6/mysql-5.6.21.tar.gz + source = mysql-cmake.patch + source = mysql-compat.patch + sha256sums = fa28563e8967752828954c5d81e26ef50aad9083d50a977bf5733833b23e3330 + sha256sums = ea4daf6a8f4b1a9c62e416249a08fbdcbf686667d738004ef82044def96feb7c + sha256sums = e6b7d938cc5882cad564103f6e367c1babaccb624587c96e9e6c349e58e7ede4 + sha256sums = 9b35858057d82948579f43d8b95605a88d80580412bf5ed1daf992c092ca4edf + +pkgname = mydumper + diff --git a/mydumper/PKGBUILD b/mydumper/PKGBUILD index 4ddaa7fa306..961ffa43ff6 100644 --- a/mydumper/PKGBUILD +++ b/mydumper/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Massimiliano Torromeo pkgname=mydumper -pkgver=0.6.1 -_myver=5.6.16 -pkgrel=1 +pkgver=0.6.2 +_myver=5.6.21 +pkgrel=2 pkgdesc="A high performance MySQL backup tool." arch=("i686" "x86_64") url="https://launchpad.net/mydumper" @@ -89,7 +89,7 @@ package() { make DESTDIR="$pkgdir" install } -sha256sums=('819fdfef1df7cfae05e693687f60df4a2048c20175fe401d50e38e8da32a0f2d' - '70fe55985ba187a26cce6905c57f66bb9904b33760e3ff30b611697b4bf2fde0' +sha256sums=('fa28563e8967752828954c5d81e26ef50aad9083d50a977bf5733833b23e3330' + 'ea4daf6a8f4b1a9c62e416249a08fbdcbf686667d738004ef82044def96feb7c' 'e6b7d938cc5882cad564103f6e367c1babaccb624587c96e9e6c349e58e7ede4' '9b35858057d82948579f43d8b95605a88d80580412bf5ed1daf992c092ca4edf') diff --git a/naemon/PKGBUILD b/naemon/PKGBUILD index 573d70a1030..9fd96e34f99 100644 --- a/naemon/PKGBUILD +++ b/naemon/PKGBUILD @@ -59,6 +59,12 @@ build() { make } +check() { + cd "$srcdir"/$pkgbase-$pkgver/naemon-core + + make check +} + package_naemon-core() { pkgdesc="System and network monitoring application" depends=('bash') diff --git a/nautilus-typeahead/.AURINFO b/nautilus-typeahead/.AURINFO new file mode 100644 index 00000000000..0686deeec8b --- /dev/null +++ b/nautilus-typeahead/.AURINFO @@ -0,0 +1,36 @@ +pkgbase = nautilus-typeahead + pkgdesc = GNOME file manager with interactive-search patch from Ubuntu + pkgver = 3.14.0 + pkgrel = 1 + url = http://www.gnome.org + install = nautilus-typeahead.install + arch = i686 + arch = x86_64 + license = GPL + makedepends = intltool + makedepends = gobject-introspection + makedepends = python + makedepends = python2 + makedepends = packagekit + depends = libexif + depends = gnome-desktop + depends = exempi + depends = gvfs + depends = desktop-file-utils + depends = gnome-icon-theme + depends = dconf + depends = libtracker-sparql + depends = libnotify + depends = nautilus-sendto + depends = libnautilus-extension=3.14.0 + provides = nautilus=3.14.0 + conflicts = nautilus + source = http://download.gnome.org/sources/nautilus/3.14/nautilus-3.14.0.tar.xz + source = git-fixes.patch + source = interactive_search.patch + sha256sums = 6f909ed9afa9abffe489b80b57888bd7bc7acea2cf48717c54362bd3b6aee0d4 + sha256sums = 5b9303d8b2d779d5522c8a16f206233d46dd1fbc17409b8b9b0292be2177b843 + sha256sums = 9bce1512772a1fcd266a1b3e696d6189cb1137390842b06dd30809569a129557 + +pkgname = nautilus-typeahead + diff --git a/nautilus-typeahead/PKGBUILD b/nautilus-typeahead/PKGBUILD index b9bfe4d32e4..7e0796bcae7 100644 --- a/nautilus-typeahead/PKGBUILD +++ b/nautilus-typeahead/PKGBUILD @@ -2,30 +2,27 @@ # Contributor: Jan de Groot pkgname=nautilus-typeahead -pkgver=3.12.2 +pkgver=3.14.0 pkgrel=1 pkgdesc="GNOME file manager with interactive-search patch from Ubuntu" arch=(i686 x86_64) license=(GPL) depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme dconf - libtracker-sparql libnotify nautilus-sendto 'libnautilus-extension=3.12.2') -makedepends=(intltool gobject-introspection python) + libtracker-sparql libnotify nautilus-sendto 'libnautilus-extension=3.14.0') +makedepends=(intltool gobject-introspection python python2 packagekit) conflicts=('nautilus') -provides=('nautilus=3.12.0') +provides=('nautilus=3.14.0') install=nautilus-typeahead.install -groups=(gnome) url="http://www.gnome.org" -options=('!emptydirs') source=(http://download.gnome.org/sources/nautilus/${pkgver%.*}/nautilus-$pkgver.tar.xz - -#source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz - interactive_search.patch) -sha256sums=('969c2bedc324eab7b9399bdb3a7db61f819a2995c733349ded081b059a1cafb1' - '9bce1512772a1fcd266a1b3e696d6189cb1137390842b06dd30809569a129557') - + git-fixes.patch interactive_search.patch) +sha256sums=('6f909ed9afa9abffe489b80b57888bd7bc7acea2cf48717c54362bd3b6aee0d4' + '5b9303d8b2d779d5522c8a16f206233d46dd1fbc17409b8b9b0292be2177b843' + '9bce1512772a1fcd266a1b3e696d6189cb1137390842b06dd30809569a129557') prepare() { cd nautilus-$pkgver + patch -Np1 -i ../git-fixes.patch # bug: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1164016 # source: https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/nautilus/trusty/files/head:/debian/patches/ patch -Np1 -i ../interactive_search.patch @@ -37,19 +34,19 @@ build() { --localstatedir=/var --disable-static \ --libexecdir=/usr/lib/nautilus \ --disable-update-mimedb \ - --disable-packagekit \ --disable-schemas-compile \ --without-libnautilus-extension make } + package() { cd nautilus-$pkgver make DESTDIR="$pkgdir" install - -### Remove libnautilus-extension + # Remove libnautilus-extension rm -r "$pkgdir"/usr/include rm -r "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} rm -r "$pkgdir"/usr/lib/libnautilus-extension.so* rm -r "$pkgdir"/usr/share/{gir-1.0,gtk-doc} } + diff --git a/nautilus-typeahead/git-fixes.patch b/nautilus-typeahead/git-fixes.patch new file mode 100644 index 00000000000..f2aa18320b9 --- /dev/null +++ b/nautilus-typeahead/git-fixes.patch @@ -0,0 +1,22853 @@ +diff --git a/libnautilus-private/nautilus-file-operations.c b/libnautilus-private/nautilus-file-operations.c +index 517d131..0315a46 100644 +--- a/libnautilus-private/nautilus-file-operations.c ++++ b/libnautilus-private/nautilus-file-operations.c +@@ -792,19 +792,24 @@ custom_basename_to_string (char *format, va_list va) + GFile *file; + GFileInfo *info; + char *name, *basename, *tmp; ++ GMount *mount; + + file = va_arg (va, GFile *); + +- info = g_file_query_info (file, +- G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME, +- 0, +- g_cancellable_get_current (), +- NULL); +- +- name = NULL; +- if (info) { +- name = g_strdup (g_file_info_get_display_name (info)); +- g_object_unref (info); ++ if ((mount = nautilus_get_mounted_mount_for_root (file)) != NULL) { ++ name = g_mount_get_name (mount); ++ g_object_unref (mount); ++ } else { ++ info = g_file_query_info (file, ++ G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME, ++ 0, ++ g_cancellable_get_current (), ++ NULL); ++ name = NULL; ++ if (info) { ++ name = g_strdup (g_file_info_get_display_name (info)); ++ g_object_unref (info); ++ } + } + + if (name == NULL) { +diff --git a/po/bn_IN.po b/po/bn_IN.po +index d18e4ed..2c1b787 100644 +--- a/po/bn_IN.po ++++ b/po/bn_IN.po +@@ -3,28 +3,53 @@ + # Bengali India Translation of the Nautilus. + # Copyright (C) 2003-2006 The Nautilus Authors. + # This file is distributed under the same license as the Nautilus package. +-# ++# + # Progga , 2003-2006. + # Runa Bhattacharjee , 2006. + # Runa Bhattacharjee , 2008. + # Runa Bhattacharjee , 2009, 2010. +-# sray , 2013. #zanata ++# sray , 2013, 2014. #zanata. + msgid "" + msgstr "" + "Project-Id-Version: bn_IN\n" +-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=" +-"nautilus&component=Internationalization (i18n)\n" +-"POT-Creation-Date: 2010-04-14 07:22+0000\n" +-"PO-Revision-Date: 2013-11-07 06:39-0500\n" +-"Last-Translator: sray \n" +-"Language-Team: Bengali INDIA \n" ++"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" ++"product=nautilus&keywords=I18N+L10N&component=Internationalization (i18n)\n" ++"POT-Creation-Date: 2014-09-23 22:13+0000\n" ++"PO-Revision-Date: 2014-09-24 12:01+0000\n" ++"Last-Translator: \n" ++"Language-Team: American English \n" ++"Language: bn-IN\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" +-"Language: bn-IN\n" + "Plural-Forms: nplurals=2; plural=(n != 1);\n" + "\n" +-"X-Generator: Zanata 3.2.1\n" ++"X-Generator: Lokalize 1.5\n" ++ ++#: ../data/org.gnome.Nautilus.appdata.xml.in.h:1 ++msgid "" ++"Nautilus, also known as Files, is the default file manager of the GNOME " ++"desktop. It provides a simple and integrated way of managing your files and " ++"browsing your file system." ++msgstr "" ++"Nautilus, যা ফাইল হিসাবেও পরিচিত, তা হল GNOME " ++"ডেস্কটপের ডিফল্ট ফাইল ম্যানেজার। এটির সহজ এবং একত্রিত পদ্ধতি ব্যবহার করে ফাইল " ++"ব্যবস্থাপনা এবং অাপনার ফাইল সিস্টেম ব্রাউজ করা যায়।" ++ ++#: ../data/org.gnome.Nautilus.appdata.xml.in.h:2 ++msgid "" ++"Nautilus supports all the basic functions of a file manager and more. It can " ++"search and manage your files and folders, both locally and on a network, " ++"read and write data to and from removable media, run scripts, and launch " ++"applications. It has three views: Icon Grid, Icon List, and Tree List. Its " ++"functions can be extended with plugins and scripts." ++msgstr "" ++"Nautilus, একটি ফাইল ম্যানেজারের সকল প্রাথমিক বৈশিষ্ট্য এবং অারো অনেক কিছু " ++"সমর্থন করে। এটি অাপনার ফাইল এবং ফোল্ডারগুলি অনুসন্ধান এবং ব্যবস্থাপনা করতে " ++"পারে, স্থানীয় এবং একটি নেটওয়ার্ক - উভয় ভাবেই, অপসারণযোগ্য মিডিয়াতে বা থেকে " ++"ডেটা পড়তে এবং লিখতে পারে, স্ক্রিপ্ট চালাতে পারে এবং অ্যাপ্লিকেশন লঞ্চ করতে " ++"পারে। এটির তিনটি রূপ রয়েছে: অাইকন গ্রিড, অাইকন তালিকা, এবং ট্রি তালিকা। এটির " ++"কার্যকারিতা প্লাগইন এবং স্ক্রিপ্ট দিয়ে বাড়ানো যেতে পারে।" + + #: ../data/nautilus-autorun-software.desktop.in.in.h:1 + msgid "Run Software" +@@ -32,26 +57,24 @@ msgstr "সফ্টওয়্যার চালান" + + #. set dialog properties + #: ../data/nautilus-connect-server.desktop.in.in.h:1 +-#: ../src/nautilus-connect-server-dialog.c:588 +-#: ../src/nautilus-places-sidebar.c:800 ++#: ../src/nautilus-connect-server-dialog.c:547 + msgid "Connect to Server" + msgstr "সার্ভারের সাথে সংযোগ স্থাপন করা হবে" + + # auto translated by TM merge from project: brasero, version: 3.8.0, DocId: brasero + #. Set initial window title +-#: ../data/nautilus.desktop.in.in.h:1 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:1 + #: ../src/nautilus-file-management-properties.ui.h:29 +-#: ../src/nautilus-properties-window.c:4474 +-#: ../src/nautilus-window.c:1860 +-#: ../src/nautilus-window.c:2058 ++#: ../src/nautilus-properties-window.c:4449 ../src/nautilus-window.c:2119 ++#: ../src/nautilus-window.c:2288 + msgid "Files" + msgstr "ফাইল" + +-#: ../data/nautilus.desktop.in.in.h:2 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:2 + msgid "Access and organize files" + msgstr "ফাইলগুলি অ্যাক্সেস এবং সংগঠিত করুন" + +-#: ../data/nautilus.desktop.in.in.h:3 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:3 + msgid "folder;manager;explore;disk;filesystem;" + msgstr "ফোল্ডার;ম্যানেজার;এক্সপ্লোর;ডিস্ক;ফাইলসিস্টেম;" + +@@ -60,152 +83,180 @@ msgstr "ফোল্ডার;ম্যানেজার;এক্সপ্ল + msgid "Saved search" + msgstr "অনুসন্ধানের সংরক্ষিত ফলাফল" + +-#: ../eel/eel-canvas.c:1255 +-#: ../eel/eel-canvas.c:1256 ++#: ../eel/eel-canvas.c:1254 ../eel/eel-canvas.c:1255 + msgid "X" + msgstr "X" + +-#: ../eel/eel-canvas.c:1262 +-#: ../eel/eel-canvas.c:1263 ++#: ../eel/eel-canvas.c:1261 ../eel/eel-canvas.c:1262 + msgid "Y" + msgstr "Y" + +-#: ../eel/eel-editable-label.c:313 +-#: ../libnautilus-private/nautilus-file.c:6170 +-#: ../libnautilus-private/nautilus-file.c:6171 ++#: ../eel/eel-editable-label.c:312 ../libnautilus-private/nautilus-file.c:6393 ++#: ../libnautilus-private/nautilus-file.c:6394 + msgid "Text" + msgstr "টেক্সট" + +-#: ../eel/eel-editable-label.c:314 ++#: ../eel/eel-editable-label.c:313 + msgid "The text of the label." + msgstr "লেবেলে প্রদর্শিত টেক্সট।" + +-#: ../eel/eel-editable-label.c:320 ++#: ../eel/eel-editable-label.c:319 + msgid "Justification" + msgstr "দিশা" + +-#: ../eel/eel-editable-label.c:321 ++#: ../eel/eel-editable-label.c:320 + msgid "" + "The alignment of the lines in the text of the label relative to each other. " + "This does NOT affect the alignment of the label within its allocation. See " + "GtkMisc::xalign for that." + msgstr "" + "লেবেলের প্রদর্শিত টেক্সটের পংক্তির পারস্পরিক অবস্থান অনুসারে দিশা। এর ফলে " +-"চিহ্নিত স্থানের মধ্যে লেবেলের দিশা প্রভাবিত হবে না। লেবেলের দিশা পরিবর্তন " +-"সম্পর্কে জানতে GtkMisc::xalign দেখুন।" ++"চিহ্নিত " ++"স্থানের মধ্যে লেবেলের দিশা প্রভাবিত হবে না। লেবেলের দিশা পরিবর্তন সম্পর্কে " ++"জানতে " ++"GtkMisc::xalign দেখুন।" + +-#: ../eel/eel-editable-label.c:329 ++#: ../eel/eel-editable-label.c:328 + msgid "Line wrap" + msgstr "পংক্তি বিভাজন" + +-#: ../eel/eel-editable-label.c:330 ++#: ../eel/eel-editable-label.c:329 + msgid "If set, wrap lines if the text becomes too wide." + msgstr "" + "মান নির্ধারিত হলে, পংক্তি অত্যাধিক লম্বা হলে সেগুলি বিভাজন করে প্রদর্শন করা " + "হবে।" + +-#: ../eel/eel-editable-label.c:337 ++#: ../eel/eel-editable-label.c:336 + msgid "Cursor Position" + msgstr "কার্সারের অবস্থান" + +-#: ../eel/eel-editable-label.c:338 ++#: ../eel/eel-editable-label.c:337 + msgid "The current position of the insertion cursor in chars." + msgstr "" + "সন্নিবেশ করার সময় প্রদর্শিত কার্সারের অবস্থান, অক্ষর অনুসারে নির্ধারিত।" + +-#: ../eel/eel-editable-label.c:347 ++#: ../eel/eel-editable-label.c:346 + msgid "Selection Bound" + msgstr "নির্বাচিত অংশের সীমা" + +-#: ../eel/eel-editable-label.c:348 ++#: ../eel/eel-editable-label.c:347 + msgid "" + "The position of the opposite end of the selection from the cursor in chars." + msgstr "" + "কার্সারের অবস্থান থেকে নির্বাচিত অংশের বিপরীত প্রান্ত, অক্ষর অনুসারে " + "নির্ধারিত।" + ++#. name, stock id ++#. label, accelerator ++#: ../eel/eel-editable-label.c:3084 ++#: ../libnautilus-private/nautilus-clipboard.c:356 ../src/nautilus-view.c:7159 ++#: ../src/nautilus-view.c:7312 ++msgid "Cu_t" ++msgstr "কাটুন (_t)" ++ ++#. name, stock id ++#. label, accelerator ++#: ../eel/eel-editable-label.c:3086 ++#: ../libnautilus-private/nautilus-clipboard.c:360 ../src/nautilus-view.c:7163 ++#: ../src/nautilus-view.c:7316 ++#| msgid "_Copy Here" ++msgid "_Copy" ++msgstr "কপি করুন (_C)" ++ ++#. name, stock id ++#. label, accelerator + #: ../eel/eel-editable-label.c:3088 ++#: ../libnautilus-private/nautilus-clipboard.c:364 ../src/nautilus-view.c:7167 ++msgid "_Paste" ++msgstr "লেপন (_P)" ++ ++#: ../eel/eel-editable-label.c:3091 + msgid "Select All" + msgstr "সমগ্র নির্বাচন করুন" + +-#: ../eel/eel-editable-label.c:3099 +-msgid "Input Methods" +-msgstr "ইনপুট পদ্ধতি" +- +-#: ../eel/eel-gtk-extensions.c:327 ++#: ../eel/eel-gtk-extensions.c:326 + msgid "Show more _details" + msgstr "অতিরিক্ত বিবরণ প্রদর্শন করা হবে (_d)" + +-#: ../eel/eel-stock-dialogs.c:205 ++#. Put up the timed wait window. ++#: ../eel/eel-stock-dialogs.c:195 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:542 ++#: ../libnautilus-private/nautilus-file-operations.c:183 ++#: ../src/nautilus-connect-server-dialog.c:653 ++#: ../src/nautilus-location-entry.c:274 ../src/nautilus-mime-actions.c:647 ++#: ../src/nautilus-mime-actions.c:651 ../src/nautilus-mime-actions.c:722 ++#: ../src/nautilus-mime-actions.c:1065 ../src/nautilus-mime-actions.c:1571 ++#: ../src/nautilus-mime-actions.c:1795 ++#: ../src/nautilus-properties-window.c:4440 ++#: ../src/nautilus-properties-window.c:5416 ../src/nautilus-query-editor.c:519 ++#: ../src/nautilus-view.c:964 ../src/nautilus-view.c:1478 ++#: ../src/nautilus-view.c:1598 ../src/nautilus-view.c:5948 ++#| msgid "Cancel" ++msgid "_Cancel" ++msgstr "বাতিল (_C)" ++ ++#: ../eel/eel-stock-dialogs.c:204 + msgid "You can stop this operation by clicking cancel." + msgstr "বাতিল ক্লিক করে বর্তমান কর্ম বন্ধ করা যাবে।" + +-#: ../eel/eel-vfs-extensions.c:99 ++#: ../eel/eel-vfs-extensions.c:98 + msgid " (invalid Unicode)" + msgstr " (অবৈধ ইউনিকোড)" + + # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management +-#: ../libnautilus-private/nautilus-bookmark.c:108 +-#: ../libnautilus-private/nautilus-desktop-link.c:134 +-#: ../libnautilus-private/nautilus-file-utilities.c:275 +-#: ../src/nautilus-pathbar.c:295 +-#: ../src/nautilus-places-sidebar.c:528 ++#: ../libnautilus-private/nautilus-bookmark.c:107 ++#: ../libnautilus-private/nautilus-desktop-link.c:129 ++#: ../libnautilus-private/nautilus-file-utilities.c:265 ++#: ../src/nautilus-list-view.c:1828 ../src/nautilus-pathbar.c:295 + #: ../src/nautilus-query-editor.c:1094 +-#: ../src/nautilus-shell-search-provider.c:310 ++#: ../src/nautilus-shell-search-provider.c:285 + msgid "Home" + msgstr "প্রথম পাতা" + +-#: ../libnautilus-private/nautilus-canvas-container.c:2381 ++#: ../libnautilus-private/nautilus-canvas-container.c:2449 + msgid "The selection rectangle" + msgstr "নির্বাচন করতে ব্যবহৃত চতুর্ভূজ" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:359 ++#: ../libnautilus-private/nautilus-clipboard.c:357 + msgid "Cut the selected text to the clipboard" + msgstr "নির্বাচিত অংশ কাট করে ক্লিপ-বোর্ডে স্থাপন করা হবে" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:363 ++#: ../libnautilus-private/nautilus-clipboard.c:361 + msgid "Copy the selected text to the clipboard" + msgstr "নির্বাচিত অংশ কপি করে ক্লিপ-বোর্ডে স্থাপন করা হবে" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:367 ++#: ../libnautilus-private/nautilus-clipboard.c:365 + msgid "Paste the text stored on the clipboard" + msgstr "ক্লিপ-বোর্ডে উপস্থিত তথ্য পেস্ট করা হবে" + + #. name, stock id + #. label, accelerator +-#: ../libnautilus-private/nautilus-clipboard.c:370 +-#: ../src/nautilus-view.c:7176 ++#: ../libnautilus-private/nautilus-clipboard.c:368 ../src/nautilus-view.c:7183 + msgid "Select _All" + msgstr "সমগ্র নির্বাচন (_A)" + + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:371 ++#: ../libnautilus-private/nautilus-clipboard.c:369 + msgid "Select all the text in a text field" + msgstr "টেক্সট ক্ষেত্রে প্রদর্শিত সব তথ্য নির্বাচিত হবে" + +-#: ../libnautilus-private/nautilus-column-chooser.c:372 ++#: ../libnautilus-private/nautilus-column-chooser.c:374 + msgid "Move _Up" + msgstr "উপরে স্থানান্তর (_U)" + +-#: ../libnautilus-private/nautilus-column-chooser.c:382 ++#: ../libnautilus-private/nautilus-column-chooser.c:383 + msgid "Move Dow_n" + msgstr "নীচে স্থানান্তর (_n)" + +-#: ../libnautilus-private/nautilus-column-chooser.c:395 ++#: ../libnautilus-private/nautilus-column-chooser.c:396 + msgid "Use De_fault" + msgstr "ডিফল্ট রূপে ব্যবহার করা হবে (_f)" + + #: ../libnautilus-private/nautilus-column-utilities.c:56 +-#: ../src/nautilus-list-view.c:1708 ++#: ../src/nautilus-list-view.c:2041 + msgid "Name" + msgstr "নাম" + +@@ -238,174 +289,191 @@ msgstr "পরিবর্তিত" + msgid "The date the file was modified." + msgstr "ফাইল পরিবর্তনের তারিখ।" + ++#: ../libnautilus-private/nautilus-column-utilities.c:86 ++#| msgid "Accessed:" ++msgid "Accessed" ++msgstr "অ্যাক্সেস করা হয়েছে" ++ + #: ../libnautilus-private/nautilus-column-utilities.c:87 ++#| msgid "The date the file was modified." ++msgid "The date the file was accessed." ++msgstr "এই তারিখে এই ফাইল অ্যাক্সেস করা হয়েছে।" ++ ++#: ../libnautilus-private/nautilus-column-utilities.c:95 + msgid "Owner" + msgstr "মালিক" + +-#: ../libnautilus-private/nautilus-column-utilities.c:88 ++#: ../libnautilus-private/nautilus-column-utilities.c:96 + msgid "The owner of the file." + msgstr "ফাইলের মালিক।" + +-#: ../libnautilus-private/nautilus-column-utilities.c:95 ++#: ../libnautilus-private/nautilus-column-utilities.c:103 + msgid "Group" + msgstr "দল" + +-#: ../libnautilus-private/nautilus-column-utilities.c:96 ++#: ../libnautilus-private/nautilus-column-utilities.c:104 + msgid "The group of the file." + msgstr "ফাইলের দল।" + +-#: ../libnautilus-private/nautilus-column-utilities.c:103 +-#: ../src/nautilus-properties-window.c:4536 ++#: ../libnautilus-private/nautilus-column-utilities.c:111 ++#: ../src/nautilus-properties-window.c:4511 + msgid "Permissions" + msgstr "অনুমতি" + +-#: ../libnautilus-private/nautilus-column-utilities.c:104 ++#: ../libnautilus-private/nautilus-column-utilities.c:112 + msgid "The permissions of the file." + msgstr "ফাইলের অনুমতি।" + +-#: ../libnautilus-private/nautilus-column-utilities.c:111 ++#: ../libnautilus-private/nautilus-column-utilities.c:119 + msgid "MIME Type" + msgstr "MIME-র ধরন" + +-#: ../libnautilus-private/nautilus-column-utilities.c:112 ++#: ../libnautilus-private/nautilus-column-utilities.c:120 + msgid "The mime type of the file." + msgstr "ফাইলের mime-র ধরন।" + +-#: ../libnautilus-private/nautilus-column-utilities.c:119 +-#: ../src/nautilus-image-properties-page.c:415 ++#: ../libnautilus-private/nautilus-column-utilities.c:127 ++#: ../src/nautilus-image-properties-page.c:413 + msgid "Location" + msgstr "অবস্থান" + +-#: ../libnautilus-private/nautilus-column-utilities.c:120 ++#: ../libnautilus-private/nautilus-column-utilities.c:128 + msgid "The location of the file." + msgstr "ফাইলের অবস্থান।" + +-#: ../libnautilus-private/nautilus-column-utilities.c:161 ++#: ../libnautilus-private/nautilus-column-utilities.c:169 + msgid "Trashed On" + msgstr "এই তারিখে ট্র্যাশে পাঠানো হয়েছে" + +-#: ../libnautilus-private/nautilus-column-utilities.c:162 ++#: ../libnautilus-private/nautilus-column-utilities.c:170 + msgid "Date when file was moved to the Trash" + msgstr "এই তারিখে ফাইল ট্র্যাশে পাঠানো হয়েছে" + +-#: ../libnautilus-private/nautilus-column-utilities.c:168 ++#: ../libnautilus-private/nautilus-column-utilities.c:176 + msgid "Original Location" + msgstr "প্রকৃত অবস্থান" + +-#: ../libnautilus-private/nautilus-column-utilities.c:169 ++#: ../libnautilus-private/nautilus-column-utilities.c:177 + msgid "Original location of file before moved to the Trash" + msgstr "ট্র্যাশে পাঠানোর পূর্বে ফাইলের প্রকৃত অবস্থান" + +-#: ../libnautilus-private/nautilus-column-utilities.c:186 ++#: ../libnautilus-private/nautilus-column-utilities.c:194 + msgid "Relevance" + msgstr "প্রাসঙ্গিকতা" + +-#: ../libnautilus-private/nautilus-column-utilities.c:187 ++#: ../libnautilus-private/nautilus-column-utilities.c:195 + msgid "Relevance rank for search" + msgstr "অনুসন্ধানের প্রাসঙ্গিকতার স্তর" + +-#: ../libnautilus-private/nautilus-desktop-directory-file.c:435 +-#: ../libnautilus-private/nautilus-desktop-icon-file.c:151 ++#: ../libnautilus-private/nautilus-desktop-directory-file.c:433 ++#: ../libnautilus-private/nautilus-desktop-icon-file.c:149 + msgid "on the desktop" + msgstr "ডেস্কটপে অবস্থিত" + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:89 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:83 + #, c-format + msgid "You cannot move the volume “%s” to the trash." + msgstr "অাপনি ভলিউম “%s” ট্র্যাশে সরাতে পারবেন না।" + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:99 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:93 + msgid "" + "If you want to eject the volume, please use Eject in the popup menu of the " + "volume." + msgstr "" + "অাপনি ভলিউম ইজেক্ট করতে চাইলে, অনুগ্রহ করে ভলিউমের পপ-অাপ মেনুতে ইজেক্ট " +-"ব্যবহার করুন।" ++"ব্যবহার " ++"করুন।" + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:108 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:95 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:104 ++#: ../src/nautilus-location-entry.c:274 ../src/nautilus-mime-actions.c:1065 ++#: ../src/nautilus-mime-actions.c:1242 ../src/nautilus-mime-actions.c:1795 ++#: ../src/nautilus-view.c:964 ++msgid "_OK" ++msgstr "ঠিক অাছে (_O)" ++ ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:102 + msgid "" + "If you want to unmount the volume, please use Unmount Volume in the popup " + "menu of the volume." + msgstr "" +-"অাপনি ভলিউম অান-মাউন্ট করতে চাইলে, অনুগ্রহ করে ভলিউমের পপ-অাপ মেনুতে অান-" +-"মাউন্ট ভলিউম ব্যবহার করুন।" ++"অাপনি ভলিউম অান-মাউন্ট করতে চাইলে, অনুগ্রহ করে ভলিউমের পপ-অাপ মেনুতে " ++"অান-মাউন্ট " ++"ভলিউম ব্যবহার করুন।" + + # FIXME + #. Translators: this is of the format "hostname (uri-scheme)" +-#: ../libnautilus-private/nautilus-directory.c:523 ++#: ../libnautilus-private/nautilus-directory.c:517 + #, c-format + msgid "%s (%s)" + msgstr "%s (%s)" + +-#: ../libnautilus-private/nautilus-dnd.c:774 ++#: ../libnautilus-private/nautilus-dnd.c:773 + msgid "_Move Here" + msgstr "চিহ্নিত স্থানে স্থানান্তরণ (_M)" + +-#: ../libnautilus-private/nautilus-dnd.c:779 ++#: ../libnautilus-private/nautilus-dnd.c:778 + msgid "_Copy Here" + msgstr "এইখানে কপি করা হবে (_C)" + +-#: ../libnautilus-private/nautilus-dnd.c:784 ++#: ../libnautilus-private/nautilus-dnd.c:783 + msgid "_Link Here" + msgstr "এই অবস্থানের জন্য লিংক তৈরি করা হবে (_L)" + +-#: ../libnautilus-private/nautilus-dnd.c:789 +-msgid "Set as _Background" +-msgstr "পটভুমি রূপে ধার্য করা হবে (_B)" +- +-#: ../libnautilus-private/nautilus-dnd.c:796 ++#: ../libnautilus-private/nautilus-dnd.c:790 + msgid "Cancel" + msgstr "বাতিল" + +-#: ../libnautilus-private/nautilus-file.c:1209 +-#: ../libnautilus-private/nautilus-vfs-file.c:356 ++#: ../libnautilus-private/nautilus-file.c:1226 ++#: ../libnautilus-private/nautilus-vfs-file.c:369 + msgid "This file cannot be mounted" + msgstr "এই ফাইলটি মাউন্ট করা সম্ভব নয়" + +-#: ../libnautilus-private/nautilus-file.c:1254 ++#: ../libnautilus-private/nautilus-file.c:1271 + msgid "This file cannot be unmounted" + msgstr "এই ফাইলটি আন-মাউন্ট করা সম্ভব নয়" + +-#: ../libnautilus-private/nautilus-file.c:1288 ++#: ../libnautilus-private/nautilus-file.c:1305 + msgid "This file cannot be ejected" + msgstr "এই ফাইলটি বের করে নেওয়া সম্ভব নয়" + +-#: ../libnautilus-private/nautilus-file.c:1321 +-#: ../libnautilus-private/nautilus-vfs-file.c:534 ++#: ../libnautilus-private/nautilus-file.c:1338 ++#: ../libnautilus-private/nautilus-vfs-file.c:547 + msgid "This file cannot be started" + msgstr "এই ফাইলটি আরম্ভ করা সম্ভব নয়" + +-#: ../libnautilus-private/nautilus-file.c:1373 +-#: ../libnautilus-private/nautilus-file.c:1404 ++#: ../libnautilus-private/nautilus-file.c:1390 ++#: ../libnautilus-private/nautilus-file.c:1421 + msgid "This file cannot be stopped" + msgstr "এই ফাইলটি বন্ধ করা সম্ভব নয়" + +-#: ../libnautilus-private/nautilus-file.c:1823 ++#: ../libnautilus-private/nautilus-file.c:1840 + #, c-format + msgid "Slashes are not allowed in filenames" + msgstr "ফাইলের নামের মধ্য স্ল্যাশ চিহ্ন যোগ করা সম্ভব নয়" + +-#: ../libnautilus-private/nautilus-file.c:1841 ++#: ../libnautilus-private/nautilus-file.c:1858 + #, c-format + msgid "File not found" + msgstr "ফাইল পাওয়া যায়নি" + +-#: ../libnautilus-private/nautilus-file.c:1869 ++#: ../libnautilus-private/nautilus-file.c:1886 + #, c-format + msgid "Toplevel files cannot be renamed" + msgstr "ঊর্ধ্বস্থ ফাইলের নাম পরিবর্তন করা সম্ভব নয়" + +-#: ../libnautilus-private/nautilus-file.c:1892 ++#: ../libnautilus-private/nautilus-file.c:1909 + #, c-format + msgid "Unable to rename desktop icon" + msgstr "ডেস্কটপ আইকনের নাম পরিবর্তন করতে ব্যর্থ" + +-#: ../libnautilus-private/nautilus-file.c:1921 ++#: ../libnautilus-private/nautilus-file.c:1938 + #, c-format + msgid "Unable to rename desktop file" + msgstr "ডেস্কটপ ফাইলের নাম পরিবর্তন করতে ব্যর্থ" + + # auto translated by TM merge from project: gnome-desktop3, version: 3.8.3, DocId: gnome-desktop-3.0 ++#. + #. * Note to localizers: You can look at man strftime + #. * for details on the format, but you should only use + #. * the specifiers from the C standard, not extensions. +@@ -416,76 +484,77 @@ msgstr "ডেস্কটপ ফাইলের নাম পরিবর্ত + #. * between the "%" and any numeric directive will turn + #. * off zero padding, and putting a "_" there will use + #. * space padding instead of zero padding. +-#: ../libnautilus-private/nautilus-file.c:4441 ++#. ++#: ../libnautilus-private/nautilus-file.c:4679 + msgid "%R" + msgstr "%R" + +-#: ../libnautilus-private/nautilus-file.c:4442 ++#: ../libnautilus-private/nautilus-file.c:4680 + msgid "%-I:%M %P" + msgstr "%-I:%M %P" + +-#: ../libnautilus-private/nautilus-file.c:4443 +-#: ../libnautilus-private/nautilus-file.c:4444 ++#: ../libnautilus-private/nautilus-file.c:4681 ++#: ../libnautilus-private/nautilus-file.c:4682 + msgid "%b %-e" + msgstr "%b %-e" + +-#: ../libnautilus-private/nautilus-file.c:4445 ++#: ../libnautilus-private/nautilus-file.c:4683 + msgid "%b %-d %Y" + msgstr "%b %-d %Y" + +-#: ../libnautilus-private/nautilus-file.c:4446 ++#: ../libnautilus-private/nautilus-file.c:4684 + msgid "%a, %b %e %Y %I:%M:%S %p" + msgstr "%a, %b %e %Y %I:%M:%S %p" + +-#: ../libnautilus-private/nautilus-file.c:4447 ++#: ../libnautilus-private/nautilus-file.c:4685 + msgid "%a, %b %e %Y %T" + msgstr "%a, %b %e %Y %T" + +-#: ../libnautilus-private/nautilus-file.c:4946 ++#: ../libnautilus-private/nautilus-file.c:5168 + #, c-format + msgid "Not allowed to set permissions" + msgstr "অনুমতি নির্ধারণ করার জন্য অনুমোদিত নয়" + +-#: ../libnautilus-private/nautilus-file.c:5241 ++#: ../libnautilus-private/nautilus-file.c:5463 + #, c-format + msgid "Not allowed to set owner" + msgstr "মালিকানা নির্ধারণের জন্য অনুমোদিত নয়" + +-#: ../libnautilus-private/nautilus-file.c:5259 ++#: ../libnautilus-private/nautilus-file.c:5481 + #, c-format + msgid "Specified owner '%s' doesn't exist" + msgstr "উল্লিখিত মালিক \"%s\" বর্তমানে উপস্থিত নেই।" + +-#: ../libnautilus-private/nautilus-file.c:5523 ++#: ../libnautilus-private/nautilus-file.c:5745 + #, c-format + msgid "Not allowed to set group" + msgstr "দল নির্ধারণ করার অনুমোদন নেই" + +-#: ../libnautilus-private/nautilus-file.c:5541 ++#: ../libnautilus-private/nautilus-file.c:5763 + #, c-format + msgid "Specified group '%s' doesn't exist" + msgstr "'%s' নাম চিহ্নিত দল অনুপস্থিত" + + #. Translators: "Me" is used to indicate the file is owned by me (the current user) +-#: ../libnautilus-private/nautilus-file.c:5675 ++#: ../libnautilus-private/nautilus-file.c:5898 + msgid "Me" + msgstr "অামি" + +-#: ../libnautilus-private/nautilus-file.c:5699 ++#: ../libnautilus-private/nautilus-file.c:5922 + #, c-format + msgid "%'u item" + msgid_plural "%'u items" + msgstr[0] "%'u-টি বস্তু" + msgstr[1] "%'u-টি বস্তু" + +-#: ../libnautilus-private/nautilus-file.c:5700 ++#: ../libnautilus-private/nautilus-file.c:5923 + #, c-format + msgid "%'u folder" + msgid_plural "%'u folders" + msgstr[0] "%'u-টি ফোল্ডার" + msgstr[1] "%'u-টি ফোল্ডার" + +-#: ../libnautilus-private/nautilus-file.c:5701 ++#: ../libnautilus-private/nautilus-file.c:5924 + #, c-format + msgid "%'u file" + msgid_plural "%'u files" +@@ -493,117 +562,119 @@ msgstr[0] "%'u-টি ফাইল" + msgstr[1] "%'u-টি ফাইল" + + #. This means no contents at all were readable +-#: ../libnautilus-private/nautilus-file.c:6097 +-#: ../libnautilus-private/nautilus-file.c:6113 ++#: ../libnautilus-private/nautilus-file.c:6320 ++#: ../libnautilus-private/nautilus-file.c:6336 + msgid "? items" + msgstr "?-টি ফাইল/ফোল্ডার" + + #. This means no contents at all were readable +-#: ../libnautilus-private/nautilus-file.c:6103 ++#: ../libnautilus-private/nautilus-file.c:6326 + msgid "? bytes" + msgstr "? বাইট" + +-#: ../libnautilus-private/nautilus-file.c:6120 +-#: ../libnautilus-private/nautilus-file.c:6200 ++#: ../libnautilus-private/nautilus-file.c:6343 ++#: ../libnautilus-private/nautilus-file.c:6423 + msgid "Unknown" + msgstr "অজানা" + + #. Fallback, use for both unknown attributes and attributes + #. * for which we have no more appropriate default. +-#: ../libnautilus-private/nautilus-file.c:6134 +-#: ../src/nautilus-properties-window.c:1181 ++#. ++#: ../libnautilus-private/nautilus-file.c:6357 ++#: ../src/nautilus-properties-window.c:1198 + msgid "unknown" + msgstr "অজানা" + + # auto translated by TM merge from project: gnome-session, version: 3.8.4, DocId: gnome-session-3.0 +-#: ../libnautilus-private/nautilus-file.c:6164 +-#: ../libnautilus-private/nautilus-file.c:6172 +-#: ../libnautilus-private/nautilus-file.c:6223 ++#: ../libnautilus-private/nautilus-file.c:6387 ++#: ../libnautilus-private/nautilus-file.c:6395 ++#: ../libnautilus-private/nautilus-file.c:6446 + msgid "Program" + msgstr "প্রোগ্রাম" + + # auto translated by TM merge from project: ekiga, version: 4.0.1, DocId: ekiga +-#: ../libnautilus-private/nautilus-file.c:6165 ++#: ../libnautilus-private/nautilus-file.c:6388 + msgid "Audio" + msgstr "অডিও" + + # auto translated by TM merge from project: gedit, version: 3.8.3, DocId: gedit +-#: ../libnautilus-private/nautilus-file.c:6166 ++#: ../libnautilus-private/nautilus-file.c:6389 + msgid "Font" + msgstr "ফন্ট" + +-#: ../libnautilus-private/nautilus-file.c:6167 +-#: ../src/nautilus-image-properties-page.c:769 ++#: ../libnautilus-private/nautilus-file.c:6390 ++#: ../src/nautilus-image-properties-page.c:767 + msgid "Image" + msgstr "ছবি" + + # auto translated by TM merge from project: nautilus-sendto, version: 3.8.0, DocId: nautilus-sendto +-#: ../libnautilus-private/nautilus-file.c:6168 ++#: ../libnautilus-private/nautilus-file.c:6391 + msgid "Archive" + msgstr "আর্কাইভ" + +-#: ../libnautilus-private/nautilus-file.c:6169 ++#: ../libnautilus-private/nautilus-file.c:6392 + msgid "Markup" + msgstr "মার্ক-অাপ" + +-#: ../libnautilus-private/nautilus-file.c:6173 +-#: ../src/nautilus-query-editor.c:355 ++#: ../libnautilus-private/nautilus-file.c:6396 ++#: ../src/nautilus-query-editor.c:354 + msgid "Video" + msgstr "ভিডিও" + + # auto translated by TM merge from project: evolution, version: el6, DocId: evolution-2.32 +-#: ../libnautilus-private/nautilus-file.c:6174 ++#: ../libnautilus-private/nautilus-file.c:6397 + msgid "Contacts" + msgstr "পরিচিতি" + + # auto translated by TM merge from project: evolution, version: el6, DocId: evolution-2.32 +-#: ../libnautilus-private/nautilus-file.c:6175 ++#: ../libnautilus-private/nautilus-file.c:6398 + msgid "Calendar" + msgstr "বর্ষপঞ্জি" + + # auto translated by TM merge from project: publican-redhat, version: 3, DocId: pot/UI +-#: ../libnautilus-private/nautilus-file.c:6176 ++#: ../libnautilus-private/nautilus-file.c:6399 + msgid "Document" + msgstr "নথি" + +-#: ../libnautilus-private/nautilus-file.c:6177 +-#: ../src/nautilus-query-editor.c:421 ++#: ../libnautilus-private/nautilus-file.c:6400 ++#: ../src/nautilus-query-editor.c:420 + msgid "Presentation" + msgstr "প্রেসেন্টেশন" + +-#: ../libnautilus-private/nautilus-file.c:6178 +-#: ../src/nautilus-query-editor.c:405 ++#: ../libnautilus-private/nautilus-file.c:6401 ++#: ../src/nautilus-query-editor.c:404 + msgid "Spreadsheet" + msgstr "স্প্রেড-শিট" + + # auto translated by TM merge from project: gnome-calculator, version: 3.8.2, DocId: gnome-calculator +-#: ../libnautilus-private/nautilus-file.c:6225 ++#: ../libnautilus-private/nautilus-file.c:6448 + msgid "Binary" + msgstr "বাইনারি" + + # auto translated by TM merge from project: evolution-mapi, version: el6, DocId: evolution-mapi +-#: ../libnautilus-private/nautilus-file.c:6229 ++#: ../libnautilus-private/nautilus-file.c:6452 + msgid "Folder" + msgstr "ফোল্ডার" + + # auto translated by TM merge from project: gnome-contacts, version: 3.8.2, DocId: gnome-contacts +-#: ../libnautilus-private/nautilus-file.c:6260 ++#: ../libnautilus-private/nautilus-file.c:6483 + msgid "Link" + msgstr "লিংক" + + #. Note to localizers: convert file type string for file + #. * (e.g. "folder", "plain text") to file type for symbolic link + #. * to that kind of file (e.g. "link to folder"). ++#. + #. appended to new link file +-#: ../libnautilus-private/nautilus-file.c:6266 ++#: ../libnautilus-private/nautilus-file.c:6489 + #: ../libnautilus-private/nautilus-file-operations.c:377 +-#: ../src/nautilus-view-dnd.c:124 ++#: ../src/nautilus-view-dnd.c:122 + #, c-format + msgid "Link to %s" + msgstr "%s নির্দেশক লিংক" + +-#: ../libnautilus-private/nautilus-file.c:6282 +-#: ../libnautilus-private/nautilus-file.c:6296 ++#: ../libnautilus-private/nautilus-file.c:6505 ++#: ../libnautilus-private/nautilus-file.c:6519 + msgid "Link (broken)" + msgstr "লিঙ্ক (ক্ষতিগ্রস্ত)" + +@@ -618,7 +689,8 @@ msgid "" + "that conflict with the files being copied." + msgstr "" + "ফোল্ডারে কোনো বিরোধমূলক ফাইল প্রতিস্থাপন করার অাগে ফাইলের অনুলিপি কারার " +-"বিষয়টি নিশ্চিত করার জন্য বলবে।" ++"বিষয়টি " ++"নিশ্চিত করার জন্য বলবে।" + + #: ../libnautilus-private/nautilus-file-conflict-dialog.c:150 + #, c-format +@@ -673,77 +745,85 @@ msgstr "“%s” এ একই নামের একটি নতুন ফা + msgid "Another file with the same name already exists in “%s”." + msgstr "“%s” এ একই নামের অপর একটি ফাইল ইতিমধ্যেই রয়েছে। " + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:252 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:254 + msgid "Original file" + msgstr "প্রকৃত ফাইল" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:253 +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:284 +-#: ../src/nautilus-properties-window.c:3275 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:255 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:286 ++#: ../src/nautilus-properties-window.c:3250 + msgid "Size:" + msgstr "মাপ:" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:256 +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:287 +-#: ../src/nautilus-properties-window.c:3257 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:258 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:289 ++#: ../src/nautilus-properties-window.c:3232 + msgid "Type:" + msgstr "ধরন:" + + # auto translated by TM merge from project: file-roller, version: 3.8.3, DocId: file-roller +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:259 +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:290 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:261 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:292 + msgid "Last modified:" + msgstr "সর্বশেষ পরিবর্তন:" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:283 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:285 + msgid "Replace with" + msgstr "এই দিয়ে প্রতিস্থাপন করুন" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:312 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:314 + msgid "Merge" + msgstr "একত্রিত করুন" + + #. Setup the expander for the rename action +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:505 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:507 + msgid "_Select a new name for the destination" + msgstr "গন্তব্যের একটি নতুন নাম নির্বাচন করুন (_S)" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:519 +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:317 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:521 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:316 + msgid "Reset" + msgstr "পুনরায় নির্ধারণ" + + #. Setup the checkbox to apply the action to all files +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:531 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:533 + msgid "Apply this action to all files" + msgstr "এটি সকল ফাইলে প্রয়োগ করুন" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:542 +-#: ../libnautilus-private/nautilus-file-operations.c:185 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:544 ++#: ../libnautilus-private/nautilus-file-operations.c:184 + msgid "_Skip" + msgstr "উপেক্ষা করা হবে (_S)" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:547 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:549 + msgid "Re_name" + msgstr "নাম পরিবর্তন (_n)" + + # auto translated by TM merge from project: gedit, version: 3.8.3, DocId: gedit +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:553 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:555 + msgid "Replace" + msgstr "প্রতিস্থাপন" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:625 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:629 + msgid "File conflict" + msgstr "ফাইলে বিরোধ" + +-#: ../libnautilus-private/nautilus-file-operations.c:186 ++#: ../libnautilus-private/nautilus-file-operations.c:185 + msgid "S_kip All" + msgstr "সব উপেক্ষা করা হবে (_k)" + +-#: ../libnautilus-private/nautilus-file-operations.c:187 ++#: ../libnautilus-private/nautilus-file-operations.c:186 + msgid "_Retry" + msgstr "পুনঃপ্রচেষ্টা (_R)" + ++#. name, stock id ++#. label, accelerator ++#: ../libnautilus-private/nautilus-file-operations.c:187 ++#: ../src/nautilus-view.c:7215 ../src/nautilus-view.c:7329 ++#: ../src/nautilus-view.c:8649 ++msgid "_Delete" ++msgstr "মুছে ফেলুন (_D)" ++ + #: ../libnautilus-private/nautilus-file-operations.c:188 + msgid "Delete _All" + msgstr "সমগ্র মুছে ফেলুন (_A)" +@@ -806,6 +886,7 @@ msgstr "%s নির্দেশক অপর একটি লিংক" + #. Localizers: Feel free to leave out the "st" suffix + #. * if there's no way to do that nicely for a + #. * particular language. ++#. + #: ../libnautilus-private/nautilus-file-operations.c:397 + #, c-format + msgid "%'dst link to %s" +@@ -832,6 +913,7 @@ msgstr "%'d সংখ্যক লিংক, %s-র নির্দেশক" + #. Localizers: + #. * Feel free to leave out the st, nd, rd and th suffix or + #. * make some or all of them match. ++#. + #. localizers: tag used to detect the first copy of a file + #: ../libnautilus-private/nautilus-file-operations.c:448 + msgid " (copy)" +@@ -895,6 +977,7 @@ msgstr "%s (%'d সংখ্যক প্রতিলিপি)%s" + #. localizers: if in your language there's no difference between 1st, 2nd, 3rd and nth + #. * plurals, you can leave the st, nd, rd suffixes out and just make all the translated + #. * strings look like "%s (copy %'d)%s". ++#. + #. localizers: appended to x1st file copy + #: ../libnautilus-private/nautilus-file-operations.c:498 + #, c-format +@@ -924,11 +1007,11 @@ msgstr " (" + msgid " (%'d" + msgstr " (%'d" + +-#: ../libnautilus-private/nautilus-file-operations.c:1323 ++#: ../libnautilus-private/nautilus-file-operations.c:1354 + msgid "Are you sure you want to permanently delete “%B” from the trash?" + msgstr "অাপনি কি ট্র্যাশ থেকে “%B” একেবারে মুছে ফেলার বিষয়ে নিশ্চিত?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1326 ++#: ../libnautilus-private/nautilus-file-operations.c:1357 + #, c-format + msgid "" + "Are you sure you want to permanently delete the %'d selected item from the " +@@ -938,36 +1021,37 @@ msgid_plural "" + "trash?" + msgstr[0] "" + "আপনি কি নিশ্চিতরূপে আবর্জনার বাক্সে নির্বাচিত %'d-টি বস্তু স্থায়ীভাবে মুছে " +-"ফেলতে ইচ্ছুক?" ++"ফেলতে " ++"ইচ্ছুক?" + msgstr[1] "" + "আপনি কি নিশ্চিতরূপে আবর্জনার বাক্সে নির্বাচিত %'d-টি বস্তু স্থায়ীভাবে মুছে " +-"ফেলতে ইচ্ছুক?" ++"ফেলতে " ++"ইচ্ছুক?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1336 +-#: ../libnautilus-private/nautilus-file-operations.c:1402 ++#: ../libnautilus-private/nautilus-file-operations.c:1367 ++#: ../libnautilus-private/nautilus-file-operations.c:1433 + msgid "If you delete an item, it will be permanently lost." + msgstr "কোনো বস্তু মুছে ফেলা হলে তা স্থায়ীরূপে মুছে যাবে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:1356 ++#: ../libnautilus-private/nautilus-file-operations.c:1387 + msgid "Empty all items from Trash?" + msgstr "ট্র্যাশ থেকে সকল অাইটেম খালি করবেন?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1360 ++#: ../libnautilus-private/nautilus-file-operations.c:1391 + msgid "All items in the Trash will be permanently deleted." + msgstr "ট্র্যাশে থাকা সমস্ত কিছু একেবারে মুছে যাবে।" + +-#. Empty Trash menu item +-#: ../libnautilus-private/nautilus-file-operations.c:1363 +-#: ../libnautilus-private/nautilus-file-operations.c:2241 +-#: ../src/nautilus-places-sidebar.c:2880 ++#: ../libnautilus-private/nautilus-file-operations.c:1394 ++#: ../libnautilus-private/nautilus-file-operations.c:2270 ++#: ../src/nautilus-window.c:813 + msgid "Empty _Trash" + msgstr "আবর্জনার বাক্স ফাঁকা করুন (_T)" + +-#: ../libnautilus-private/nautilus-file-operations.c:1390 ++#: ../libnautilus-private/nautilus-file-operations.c:1421 + msgid "Are you sure you want to permanently delete “%B”?" + msgstr "অাপনি কি “%B” একেবারে মুছে দেওয়ার বিষয়ে নিশ্চিত?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1393 ++#: ../libnautilus-private/nautilus-file-operations.c:1424 + #, c-format + msgid "Are you sure you want to permanently delete the %'d selected item?" + msgid_plural "" +@@ -977,34 +1061,35 @@ msgstr[0] "" + msgstr[1] "" + "আপনি কি নিশ্চিতরূপে নির্বাচিত %'d-টি সামগ্রী স্থায়ীভাবে মুছে ফেলতে ইচ্ছুক?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1436 ++#: ../libnautilus-private/nautilus-file-operations.c:1467 + #, c-format + msgid "%'d file left to delete" + msgid_plural "%'d files left to delete" + msgstr[0] "%'d-টি ফাইল মুছে ফেলা বাকি" + msgstr[1] "%'d-টি ফাইল মুছে ফেলা বাকি" + +-#: ../libnautilus-private/nautilus-file-operations.c:1442 ++#: ../libnautilus-private/nautilus-file-operations.c:1473 + msgid "Deleting files" + msgstr "ফাইল মুছে ফেলা হচ্ছে" + + #. To translators: %T will expand to a time like "2 minutes". + #. * The singular/plural form will be used depending on the remaining time (i.e. the %T argument). +-#: ../libnautilus-private/nautilus-file-operations.c:1456 ++#. ++#: ../libnautilus-private/nautilus-file-operations.c:1487 + msgid "%T left" + msgid_plural "%T left" + msgstr[0] "%T অবশিষ্ট" + msgstr[1] "%T অবশিষ্ট" + +-#: ../libnautilus-private/nautilus-file-operations.c:1523 +-#: ../libnautilus-private/nautilus-file-operations.c:1557 +-#: ../libnautilus-private/nautilus-file-operations.c:1596 +-#: ../libnautilus-private/nautilus-file-operations.c:1673 +-#: ../libnautilus-private/nautilus-file-operations.c:2501 ++#: ../libnautilus-private/nautilus-file-operations.c:1554 ++#: ../libnautilus-private/nautilus-file-operations.c:1588 ++#: ../libnautilus-private/nautilus-file-operations.c:1627 ++#: ../libnautilus-private/nautilus-file-operations.c:1703 ++#: ../libnautilus-private/nautilus-file-operations.c:2530 + msgid "Error while deleting." + msgstr "মুছে ফেলতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:1527 ++#: ../libnautilus-private/nautilus-file-operations.c:1558 + msgid "" + "Files in the folder “%B” cannot be deleted because you do not have " + "permissions to see them." +@@ -1012,43 +1097,43 @@ msgstr "" + "“%B” ফোল্ডারের ফাইলগুলিকে মোছা যায় না কারণ তাদের দেখার অনুমতি অাপনার কাছে " + "নেই।" + +-#: ../libnautilus-private/nautilus-file-operations.c:1530 +-#: ../libnautilus-private/nautilus-file-operations.c:2560 +-#: ../libnautilus-private/nautilus-file-operations.c:3570 ++#: ../libnautilus-private/nautilus-file-operations.c:1561 ++#: ../libnautilus-private/nautilus-file-operations.c:2589 ++#: ../libnautilus-private/nautilus-file-operations.c:3599 + msgid "" + "There was an error getting information about the files in the folder “%B”." + msgstr "“%B” ফোল্ডারের ফাইলগুলির বিষয়ে তথ্য পেতে একটি সমস্যা হয়েছে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:1539 +-#: ../libnautilus-private/nautilus-file-operations.c:3579 ++#: ../libnautilus-private/nautilus-file-operations.c:1570 ++#: ../libnautilus-private/nautilus-file-operations.c:3608 + msgid "_Skip files" + msgstr "ফাইল উপেক্ষা করা হবে (_S)" + +-#: ../libnautilus-private/nautilus-file-operations.c:1560 ++#: ../libnautilus-private/nautilus-file-operations.c:1591 + msgid "" + "The folder “%B” cannot be deleted because you do not have permissions to " + "read it." + msgstr "“%B” ফোল্ডার মোছা যাবে না, কারণ তা পড়ার অনুমতি অাপনার নেই।" + +-#: ../libnautilus-private/nautilus-file-operations.c:1563 +-#: ../libnautilus-private/nautilus-file-operations.c:2599 +-#: ../libnautilus-private/nautilus-file-operations.c:3615 ++#: ../libnautilus-private/nautilus-file-operations.c:1594 ++#: ../libnautilus-private/nautilus-file-operations.c:2628 ++#: ../libnautilus-private/nautilus-file-operations.c:3644 + msgid "There was an error reading the folder “%B”." + msgstr "“%B” ফোল্ডার পড়তে কোনো সমস্যা হয়েছে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:1597 ++#: ../libnautilus-private/nautilus-file-operations.c:1628 + msgid "Could not remove the folder %B." + msgstr "%B ফোল্ডার মুছে ফেলতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:1674 ++#: ../libnautilus-private/nautilus-file-operations.c:1704 + msgid "There was an error deleting %B." + msgstr "%B মুছে ফেলতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:1754 ++#: ../libnautilus-private/nautilus-file-operations.c:1783 + msgid "Moving files to trash" + msgstr "আবর্জনার বাক্সে ফাইল স্থানান্তর করা হচ্ছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:1756 ++#: ../libnautilus-private/nautilus-file-operations.c:1785 + #, c-format + msgid "%'d file left to trash" + msgid_plural "%'d files left to trash" +@@ -1056,143 +1141,143 @@ msgstr[0] "%'d মুছে ফেলা বাকি" + msgstr[1] "%'d মুছে ফেলা বাকি" + + #. Translators: %B is a file name +-#: ../libnautilus-private/nautilus-file-operations.c:1808 ++#: ../libnautilus-private/nautilus-file-operations.c:1837 + msgid "“%B” can't be put in the trash. Do you want to delete it immediately?" + msgstr "“%B” ট্র্যাশে পাঠানো যাবে না। অাপনি কি এটিকে সংগে সংগে মুছে দিতে চান?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1814 ++#: ../libnautilus-private/nautilus-file-operations.c:1843 + msgid "This remote location does not support sending items to the trash." + msgstr "এই দূরবর্তী অবস্থান থেকে ট্র্যাশে কিছু পাঠানোর সুবিধা নেই।" + +-#: ../libnautilus-private/nautilus-file-operations.c:1988 ++#: ../libnautilus-private/nautilus-file-operations.c:2017 + msgid "Trashing Files" + msgstr "আবর্জনার বাক্সে ফাইল স্থানান্তর করা হচ্ছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:1990 ++#: ../libnautilus-private/nautilus-file-operations.c:2019 + msgid "Deleting Files" + msgstr "ফাইল মুছে ফেলা হচ্ছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:2072 ++#: ../libnautilus-private/nautilus-file-operations.c:2101 + msgid "Unable to eject %V" + msgstr "%V বের করতে ব্যর্থ" + +-#: ../libnautilus-private/nautilus-file-operations.c:2074 ++#: ../libnautilus-private/nautilus-file-operations.c:2103 + msgid "Unable to unmount %V" + msgstr "%V আন-মাউন্ট করতে ব্যর্থ" + +-#: ../libnautilus-private/nautilus-file-operations.c:2231 ++#: ../libnautilus-private/nautilus-file-operations.c:2260 + msgid "Do you want to empty the trash before you unmount?" + msgstr "umount করার পূর্বে আবর্জনার বাক্স ফাঁকা করা হবে কি?" + +-#: ../libnautilus-private/nautilus-file-operations.c:2233 ++#: ../libnautilus-private/nautilus-file-operations.c:2262 + msgid "" + "In order to regain the free space on this volume the trash must be emptied. " + "All trashed items on the volume will be permanently lost." + msgstr "" +-"এই ভলিউমের মধ্যে উপস্থিত অব্যবহৃত স্থান উদ্ধার করার জন্য আবর্জনা রূপে " +-"চিহ্নিত সামগ্রী মুছে ফেলতে হবে। ভলিউম থেকে মুছে ফেলা আবর্জনাগুলি স্থায়ী রূপে " +-"বর্জন করা হবে।" ++"এই ভলিউমের মধ্যে উপস্থিত অব্যবহৃত স্থান উদ্ধার করার জন্য আবর্জনা রূপে চিহ্নিত " ++"সামগ্রী " ++"মুছে ফেলতে হবে। ভলিউম থেকে মুছে ফেলা আবর্জনাগুলি স্থায়ী রূপে বর্জন করা হবে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2239 ++#: ../libnautilus-private/nautilus-file-operations.c:2268 + msgid "Do _not Empty Trash" + msgstr "আবর্জনার বাক্স ফাঁকা করা হবে না (_n)" + + #. Translators: %s is a file name formatted for display +-#: ../libnautilus-private/nautilus-file-operations.c:2372 +-#: ../src/nautilus-view.c:6429 ++#: ../libnautilus-private/nautilus-file-operations.c:2401 ++#: ../src/nautilus-view.c:6434 + #, c-format + msgid "Unable to access “%s”" + msgstr "“%s” অ্যাক্সেস করা যায়নি" + +-#: ../libnautilus-private/nautilus-file-operations.c:2448 ++#: ../libnautilus-private/nautilus-file-operations.c:2477 + #, c-format + msgid "Preparing to copy %'d file (%S)" + msgid_plural "Preparing to copy %'d files (%S)" + msgstr[0] "%'d ফাইল (%S) কপি করার প্রস্তুতি চলছে" + msgstr[1] "%'d ফাইল (%S) কপি করার প্রস্তুতি চলছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:2454 ++#: ../libnautilus-private/nautilus-file-operations.c:2483 + #, c-format + msgid "Preparing to move %'d file (%S)" + msgid_plural "Preparing to move %'d files (%S)" + msgstr[0] "%'d ফাইল (%S) স্থানান্তরের প্রস্তুতি চলছে" + msgstr[1] "%'d ফাইল (%S) স্থানান্তরের প্রস্তুতি চলছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:2460 ++#: ../libnautilus-private/nautilus-file-operations.c:2489 + #, c-format + msgid "Preparing to delete %'d file (%S)" + msgid_plural "Preparing to delete %'d files (%S)" + msgstr[0] "%'d ফাইল (%S) মুছে ফেলার প্রস্তুতি চলছে" + msgstr[1] "%'d ফাইল (%S) মুছে ফেলার প্রস্তুতি চলছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:2466 ++#: ../libnautilus-private/nautilus-file-operations.c:2495 + #, c-format + msgid "Preparing to trash %'d file" + msgid_plural "Preparing to trash %'d files" + msgstr[0] "%'d ফাইল আবর্জনার বাক্সে সরিয়ে ফেলার প্রস্তুতি চলছে" + msgstr[1] "%'d ফাইল আবর্জনার বাক্সে সরিয়ে ফেলার প্রস্তুতি চলছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:2497 +-#: ../libnautilus-private/nautilus-file-operations.c:3430 +-#: ../libnautilus-private/nautilus-file-operations.c:3562 +-#: ../libnautilus-private/nautilus-file-operations.c:3607 ++#: ../libnautilus-private/nautilus-file-operations.c:2526 ++#: ../libnautilus-private/nautilus-file-operations.c:3459 ++#: ../libnautilus-private/nautilus-file-operations.c:3591 ++#: ../libnautilus-private/nautilus-file-operations.c:3636 + msgid "Error while copying." + msgstr "কপি করতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2499 +-#: ../libnautilus-private/nautilus-file-operations.c:3560 +-#: ../libnautilus-private/nautilus-file-operations.c:3605 ++#: ../libnautilus-private/nautilus-file-operations.c:2528 ++#: ../libnautilus-private/nautilus-file-operations.c:3589 ++#: ../libnautilus-private/nautilus-file-operations.c:3634 + msgid "Error while moving." + msgstr "স্থানান্তর করতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2503 ++#: ../libnautilus-private/nautilus-file-operations.c:2532 + msgid "Error while moving files to trash." + msgstr "আবর্জনার বাক্সে ফাইল স্থানান্তর করতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2557 ++#: ../libnautilus-private/nautilus-file-operations.c:2586 + msgid "" + "Files in the folder “%B” cannot be handled because you do not have " + "permissions to see them." + msgstr "" +-"“%B” ফোল্ডারের ফাইলগুলিকে পরিচালনা করা যায় না কারণ তাদের দেখার অনুমতি " +-"অাপনার কাছে নেই।" ++"“%B” ফোল্ডারের ফাইলগুলিকে পরিচালনা করা যায় না কারণ তাদের দেখার অনুমতি অাপনার " ++"কাছে নেই।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2596 ++#: ../libnautilus-private/nautilus-file-operations.c:2625 + msgid "" + "The folder “%B” cannot be handled because you do not have permissions to " + "read it." + msgstr "“%B” ফোল্ডার পরিচালনা করা যাবে না, কারণ তা পড়ার অনুমতি অাপনার নেই।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2673 ++#: ../libnautilus-private/nautilus-file-operations.c:2702 + msgid "" + "The file “%B” cannot be handled because you do not have permissions to read " + "it." + msgstr "“%B” ফাইল পরিচালনা করা যাবে না, কারণ তা পড়ার অনুমতি অাপনার নেই।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2676 ++#: ../libnautilus-private/nautilus-file-operations.c:2705 + msgid "There was an error getting information about “%B”." + msgstr "“%B” বিষয়ে তথ্য পেতে একটি সমস্যা হয়েছে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2778 +-#: ../libnautilus-private/nautilus-file-operations.c:2826 +-#: ../libnautilus-private/nautilus-file-operations.c:2865 +-#: ../libnautilus-private/nautilus-file-operations.c:2895 ++#: ../libnautilus-private/nautilus-file-operations.c:2807 ++#: ../libnautilus-private/nautilus-file-operations.c:2855 ++#: ../libnautilus-private/nautilus-file-operations.c:2894 ++#: ../libnautilus-private/nautilus-file-operations.c:2924 + msgid "Error while copying to “%B”." + msgstr "“%B” এ অনুলিপি করার সময়ে সমস্যা দেখা দিয়েছে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2782 ++#: ../libnautilus-private/nautilus-file-operations.c:2811 + msgid "You do not have permissions to access the destination folder." + msgstr "গন্তব্যস্থল ব্যবহার করার জন্য পর্যাপ্ত অনুমতি আপনার নেই।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2784 ++#: ../libnautilus-private/nautilus-file-operations.c:2813 + msgid "There was an error getting information about the destination." + msgstr "গন্তব্যস্থল রূপে চিহ্নিত ফোল্ডার সংক্রান্ত তথ্য প্রাপ্ত করতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2827 ++#: ../libnautilus-private/nautilus-file-operations.c:2856 + msgid "The destination is not a folder." + msgstr "গন্তব্যস্থল কোনো ফোল্ডার নয়।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2866 ++#: ../libnautilus-private/nautilus-file-operations.c:2895 + msgid "" + "There is not enough space on the destination. Try to remove files to make " + "space." +@@ -1200,55 +1285,55 @@ msgstr "" + "গন্তব্যস্থলে পর্যাপ্ত স্থান ফাঁকা নেই। কয়েকটি ফাইল সরিয়ে ফেলে কিছু স্থান " + "ফাঁকা করুন।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2868 ++#: ../libnautilus-private/nautilus-file-operations.c:2897 + #, c-format + msgid "%S more space is required to copy to the destination." + msgstr "গন্তব্যে অনুলিপি করতে অারো %S জায়গার প্রয়োজন।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2896 ++#: ../libnautilus-private/nautilus-file-operations.c:2925 + msgid "The destination is read-only." + msgstr "গন্তব্যস্থল রূপে চিহ্নিত স্থান শুধুমাত্র পাঠযোগ্য।" + +-#: ../libnautilus-private/nautilus-file-operations.c:2955 ++#: ../libnautilus-private/nautilus-file-operations.c:2984 + msgid "Moving “%B” to “%B”" + msgstr "“%B” সরানো হচ্ছে, “%B” এ" + +-#: ../libnautilus-private/nautilus-file-operations.c:2956 ++#: ../libnautilus-private/nautilus-file-operations.c:2985 + msgid "Copying “%B” to “%B”" + msgstr "“%B” অনুলিপি করা হচ্ছে, “%B” এ" + +-#: ../libnautilus-private/nautilus-file-operations.c:2963 ++#: ../libnautilus-private/nautilus-file-operations.c:2992 + msgid "Duplicating “%B”" + msgstr "“%B” এর সদৃশ বানানো হচ্ছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:2971 ++#: ../libnautilus-private/nautilus-file-operations.c:3000 + msgid "Moving file %'d of %'d (in “%B”) to “%B”" + msgstr "ফাইল %'d সরানো হচ্ছে, %'d এর মধ্যে (“%B” এ), “%B” এ" + +-#: ../libnautilus-private/nautilus-file-operations.c:2973 ++#: ../libnautilus-private/nautilus-file-operations.c:3002 + msgid "Copying file %'d of %'d (in “%B”) to “%B”" + msgstr "ফাইল %'d অনুলিপি করা হচ্ছে, %'d (“%B” এ) এর মধ্যে, “%B” এ" + +-#: ../libnautilus-private/nautilus-file-operations.c:2980 ++#: ../libnautilus-private/nautilus-file-operations.c:3009 + msgid "Duplicating file %'d of %'d (in “%B”)" + msgstr "ফাইল %'d এর সদৃশ বানানো হচ্ছে, %'d (“%B” এ) এর" + +-#: ../libnautilus-private/nautilus-file-operations.c:2989 ++#: ../libnautilus-private/nautilus-file-operations.c:3018 + msgid "Moving file %'d of %'d to “%B”" + msgstr "ফাইল %'d সরানো হচ্ছে, %'d এর, “%B” এ" + +-#: ../libnautilus-private/nautilus-file-operations.c:2991 ++#: ../libnautilus-private/nautilus-file-operations.c:3020 + msgid "Copying file %'d of %'d to “%B”" + msgstr "ফাইল %'d অনুলিপি করা হচ্ছে, %'d এর, “%B” এ" + +-#: ../libnautilus-private/nautilus-file-operations.c:2997 ++#: ../libnautilus-private/nautilus-file-operations.c:3026 + #, c-format + msgid "Duplicating file %'d of %'d" + msgstr "%'d ফাইলের সদৃশ্য করা হচ্ছে, %'d এর" + + # FIXME + #. To translators: %S will expand to a size like "2 bytes" or "3 MB", so something like "4 kb of 4 MB" +-#: ../libnautilus-private/nautilus-file-operations.c:3016 ++#: ../libnautilus-private/nautilus-file-operations.c:3045 + #, c-format + msgid "%S of %S" + msgstr "%S, সর্বমোট %S" +@@ -1257,690 +1342,696 @@ msgstr "%S, সর্বমোট %S" + #. * "2 minutes". So the whole thing will be something like "2 kb of 4 MB -- 2 hours left (4kb/sec)" + #. * + #. * The singular/plural form will be used depending on the remaining time (i.e. the %T argument). +-#: ../libnautilus-private/nautilus-file-operations.c:3027 ++#. ++#: ../libnautilus-private/nautilus-file-operations.c:3056 + msgid "%S of %S — %T left (%S/sec)" + msgid_plural "%S of %S — %T left (%S/sec)" + msgstr[0] "%S, সর্বমোট %S — %T অবশিষ্ট (%S/সেকেন্ড)" + msgstr[1] "%S, সর্বমোট %S — %T অবশিষ্ট (%S/সেকেন্ড)" + +-#: ../libnautilus-private/nautilus-file-operations.c:3434 ++#: ../libnautilus-private/nautilus-file-operations.c:3463 + msgid "" + "The folder “%B” cannot be copied because you do not have permissions to " + "create it in the destination." + msgstr "" + "ফোল্ডার “%B” এর অনুলিপি করা যাবে না, কারণ গন্তব্যে এটি তৈরি করার অনুমতি " +-"অাপনার নেই।" ++"অাপনার " ++"নেই।" + +-#: ../libnautilus-private/nautilus-file-operations.c:3437 ++#: ../libnautilus-private/nautilus-file-operations.c:3466 + msgid "There was an error creating the folder “%B”." + msgstr "“%B” ফোল্ডার তৈরি করতে কোনো সমস্যা হয়েছে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:3567 ++#: ../libnautilus-private/nautilus-file-operations.c:3596 + msgid "" + "Files in the folder “%B” cannot be copied because you do not have " + "permissions to see them." + msgstr "" + "“%B” ফোল্ডারের ফাইলগুলিকে অনুলিপি করা যায় না কারণ তাদের দেখার অনুমতি অাপনার " +-"কাছে নেই।" ++"কাছে " ++"নেই।" + +-#: ../libnautilus-private/nautilus-file-operations.c:3612 ++#: ../libnautilus-private/nautilus-file-operations.c:3641 + msgid "" + "The folder “%B” cannot be copied because you do not have permissions to read " + "it." + msgstr "“%B” ফোল্ডার অনুলিপি করা যাবে না, কারণ তা পড়ার অনুমতি অাপনার নেই।" + +-#: ../libnautilus-private/nautilus-file-operations.c:3657 +-#: ../libnautilus-private/nautilus-file-operations.c:4350 +-#: ../libnautilus-private/nautilus-file-operations.c:4965 ++#: ../libnautilus-private/nautilus-file-operations.c:3686 ++#: ../libnautilus-private/nautilus-file-operations.c:4376 ++#: ../libnautilus-private/nautilus-file-operations.c:4990 + msgid "Error while moving “%B”." + msgstr "“%B” সরানোর সময়ে সমস্যা দেখা দিয়েছে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:3658 ++#: ../libnautilus-private/nautilus-file-operations.c:3687 + msgid "Could not remove the source folder." + msgstr "মূল ফোল্ডার মুছে ফেলা সম্ভব হয়নি।" + +-#: ../libnautilus-private/nautilus-file-operations.c:3743 +-#: ../libnautilus-private/nautilus-file-operations.c:3784 +-#: ../libnautilus-private/nautilus-file-operations.c:4352 +-#: ../libnautilus-private/nautilus-file-operations.c:4423 ++#: ../libnautilus-private/nautilus-file-operations.c:3771 ++#: ../libnautilus-private/nautilus-file-operations.c:3812 ++#: ../libnautilus-private/nautilus-file-operations.c:4378 ++#: ../libnautilus-private/nautilus-file-operations.c:4449 + msgid "Error while copying “%B”." + msgstr "“%B” অনুলিপি করতে সমস্যা হয়েছে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:3744 ++#: ../libnautilus-private/nautilus-file-operations.c:3772 + #, c-format + msgid "Could not remove files from the already existing folder %F." + msgstr "উপস্থিত %F নামক ফোল্ডার থেকে ফাইল সরিয়ে ফেলতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:3785 ++#: ../libnautilus-private/nautilus-file-operations.c:3813 + #, c-format + msgid "Could not remove the already existing file %F." + msgstr "উপস্থিত %F নামক ফাইলটি সরিয়ে ফেলতে সমস্যা।" + + #. the run_warning() frees all strings passed in automatically +-#: ../libnautilus-private/nautilus-file-operations.c:4105 +-#: ../libnautilus-private/nautilus-file-operations.c:4808 ++#: ../libnautilus-private/nautilus-file-operations.c:4133 ++#: ../libnautilus-private/nautilus-file-operations.c:4833 + msgid "You cannot move a folder into itself." + msgstr "একই ফোল্ডারের মধ্যে সেটিকে স্থানান্তর করা অসম্ভব।" + +-#: ../libnautilus-private/nautilus-file-operations.c:4106 +-#: ../libnautilus-private/nautilus-file-operations.c:4809 ++#: ../libnautilus-private/nautilus-file-operations.c:4134 ++#: ../libnautilus-private/nautilus-file-operations.c:4834 + msgid "You cannot copy a folder into itself." + msgstr "একই ফোল্ডারের মধ্যে সেটিকে কপি করা অসম্ভব।" + +-#: ../libnautilus-private/nautilus-file-operations.c:4107 +-#: ../libnautilus-private/nautilus-file-operations.c:4810 ++#: ../libnautilus-private/nautilus-file-operations.c:4135 ++#: ../libnautilus-private/nautilus-file-operations.c:4835 + msgid "The destination folder is inside the source folder." + msgstr "গন্তব্য রূপে চিহ্নিত ফোল্ডারটি মূল ফোল্ডারের মধ্যে উপস্থিত রয়েছে।" + + #. the run_warning() frees all strings passed in automatically +-#: ../libnautilus-private/nautilus-file-operations.c:4138 ++#: ../libnautilus-private/nautilus-file-operations.c:4165 + msgid "You cannot move a file over itself." + msgstr "একই ফাইলের উপর সেটিকে স্থানান্তর করা অসম্ভব।" + +-#: ../libnautilus-private/nautilus-file-operations.c:4139 ++#: ../libnautilus-private/nautilus-file-operations.c:4166 + msgid "You cannot copy a file over itself." + msgstr "একই ফাইলের উপর সেটিকে কপি করা অসম্ভব।" + +-#: ../libnautilus-private/nautilus-file-operations.c:4140 ++#: ../libnautilus-private/nautilus-file-operations.c:4167 + msgid "The source file would be overwritten by the destination." + msgstr "মূল ফাইলটি মুছে উদ্দিষ্ট ফাইলটি সেটির পরিবর্তে লেখা হবে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:4354 ++#: ../libnautilus-private/nautilus-file-operations.c:4380 + #, c-format + msgid "Could not remove the already existing file with the same name in %F." + msgstr "%F-র মধ্যে একই নামের একটি ফাইল মুছে ফেলতে ব্যর্থ।" + +-#: ../libnautilus-private/nautilus-file-operations.c:4424 ++#: ../libnautilus-private/nautilus-file-operations.c:4450 + #, c-format + msgid "There was an error copying the file into %F." + msgstr "ফাইলটিকে %F-র মধ্যে কপি করার সময় সমস্যা দেখা দিয়েছে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:4656 +-#: ../libnautilus-private/nautilus-file-operations.c:4690 ++#: ../libnautilus-private/nautilus-file-operations.c:4681 ++#: ../libnautilus-private/nautilus-file-operations.c:4715 + msgid "Copying Files" + msgstr "ফাইল কপি করা হচ্ছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:4718 ++#: ../libnautilus-private/nautilus-file-operations.c:4743 + msgid "Preparing to Move to “%B”" + msgstr "“%B” এ সরানোর প্রস্তুতি নেওয়া হচ্ছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:4722 ++#: ../libnautilus-private/nautilus-file-operations.c:4747 + #, c-format + msgid "Preparing to move %'d file" + msgid_plural "Preparing to move %'d files" + msgstr[0] "%'d ফাইল মুছে ফেলার প্রস্তুতি চলছে" + msgstr[1] "%'d ফাইল মুছে ফেলার প্রস্তুতি চলছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:4966 ++#: ../libnautilus-private/nautilus-file-operations.c:4991 + #, c-format + msgid "There was an error moving the file into %F." + msgstr "%F-র মধ্যে ফাইল স্থানান্তর করতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:5228 ++#: ../libnautilus-private/nautilus-file-operations.c:5253 + msgid "Moving Files" + msgstr "ফাইল স্থানান্তর করা হচ্ছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:5263 ++#: ../libnautilus-private/nautilus-file-operations.c:5288 + msgid "Creating links in “%B”" + msgstr "“%B” এ লিঙ্ক তৈরি করা হচ্ছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:5267 ++#: ../libnautilus-private/nautilus-file-operations.c:5292 + #, c-format + msgid "Making link to %'d file" + msgid_plural "Making links to %'d files" + msgstr[0] "%'d ফাইলের জন্য লিংক নির্মাণ করা হচ্ছে" + msgstr[1] "%'d ফাইলের জন্য লিংক নির্মাণ করা হচ্ছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:5402 ++#: ../libnautilus-private/nautilus-file-operations.c:5427 + msgid "Error while creating link to %B." + msgstr "%B-র লিংক তৈরি করতে সমস্যা।" + + # FIXME: I am not satisfied with this "টেনে এনে ফেলে দেওয়া" ;-( +-#: ../libnautilus-private/nautilus-file-operations.c:5404 ++#: ../libnautilus-private/nautilus-file-operations.c:5429 + msgid "Symbolic links only supported for local files" + msgstr "শুধুমাত্র স্থানীয় ফাইলের ক্ষেত্রে সিম্বোলিক-লিংক প্রযোগ করা যাবে।" + +-#: ../libnautilus-private/nautilus-file-operations.c:5407 ++#: ../libnautilus-private/nautilus-file-operations.c:5432 + msgid "The target doesn't support symbolic links." + msgstr "উদ্দিষ্ট বস্তু দ্বারা সিম্বোলিক-লিংক সমর্থিত হয় না।" + +-#: ../libnautilus-private/nautilus-file-operations.c:5410 ++#: ../libnautilus-private/nautilus-file-operations.c:5435 + #, c-format + msgid "There was an error creating the symlink in %F." + msgstr "%F-র মধ্যে একটি সিম-লিংক নির্মাণ করতে সমস্যা" + +-#: ../libnautilus-private/nautilus-file-operations.c:5729 ++#: ../libnautilus-private/nautilus-file-operations.c:5754 + msgid "Setting permissions" + msgstr "অনুমতি নির্ধারণ করা হচ্ছে" + + #. localizers: the initial name of a new folder +-#: ../libnautilus-private/nautilus-file-operations.c:5994 ++#: ../libnautilus-private/nautilus-file-operations.c:6019 + msgid "Untitled Folder" + msgstr "নামবিহীন ফোল্ডার" + + #. localizers: the initial name of a new template document +-#: ../libnautilus-private/nautilus-file-operations.c:6000 ++#: ../libnautilus-private/nautilus-file-operations.c:6025 + #, c-format + msgid "Untitled %s" + msgstr "নামবিহীন %s" + + # auto translated by TM merge from project: gnome-documents, version: 3.8.3.1, DocId: gnome-documents + #. localizers: the initial name of a new empty document +-#: ../libnautilus-private/nautilus-file-operations.c:6006 ++#: ../libnautilus-private/nautilus-file-operations.c:6031 + msgid "Untitled Document" + msgstr "নামবিহীন দস্তাবেজ" + +-#: ../libnautilus-private/nautilus-file-operations.c:6184 ++#: ../libnautilus-private/nautilus-file-operations.c:6209 + msgid "Error while creating directory %B." + msgstr "%B ডিরেক্টরি নির্মাণ করতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:6186 ++#: ../libnautilus-private/nautilus-file-operations.c:6211 + msgid "Error while creating file %B." + msgstr "%B ফাইল নির্মাণ করতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:6188 ++#: ../libnautilus-private/nautilus-file-operations.c:6213 + #, c-format + msgid "There was an error creating the directory in %F." + msgstr "%F-র মধ্যে ডিরেক্টরি নির্মাণ করতে সমস্যা।" + +-#: ../libnautilus-private/nautilus-file-operations.c:6457 ++#: ../libnautilus-private/nautilus-file-operations.c:6482 + msgid "Emptying Trash" + msgstr "আবর্জনার বাক্স ফাঁকা করা হচ্ছে" + +-#: ../libnautilus-private/nautilus-file-operations.c:6505 +-#: ../libnautilus-private/nautilus-file-operations.c:6546 +-#: ../libnautilus-private/nautilus-file-operations.c:6581 +-#: ../libnautilus-private/nautilus-file-operations.c:6616 ++#: ../libnautilus-private/nautilus-file-operations.c:6530 ++#: ../libnautilus-private/nautilus-file-operations.c:6571 ++#: ../libnautilus-private/nautilus-file-operations.c:6606 ++#: ../libnautilus-private/nautilus-file-operations.c:6641 + msgid "Unable to mark launcher trusted (executable)" + msgstr "লঞ্চারকে বিশ্বস্ত রূপে চিহ্নিত করতে ব্যর্থ (এক্সেকিউটেবল)" + + # auto translated by TM merge from project: gnome-shell, version: 3.8.4, DocId: gnome-shell + #. Reset to default info +-#: ../libnautilus-private/nautilus-file-undo-operations.c:135 +-#: ../src/nautilus-view.c:2508 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:133 ++#: ../src/nautilus-view.c:2531 + msgid "Undo" + msgstr "পূর্বাবস্থা" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:138 +-#: ../src/nautilus-view.c:2509 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:136 ++#: ../src/nautilus-view.c:2532 + msgid "Undo last action" + msgstr "সর্বশেষ কাজটি পূর্বাবস্থা করুন" + + #. Reset to default info +-#: ../libnautilus-private/nautilus-file-undo-operations.c:142 +-#: ../src/nautilus-view.c:2527 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:140 ++#: ../src/nautilus-view.c:2550 + msgid "Redo" + msgstr "পুনরাবৃত্তি" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:145 +-#: ../src/nautilus-view.c:2528 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:143 ++#: ../src/nautilus-view.c:2551 + msgid "Redo last undone action" + msgstr "সর্বশেষ পূর্বাবস্থা করা কাজটি অাগের অবস্থায় অানুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:367 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:365 + #, c-format + msgid "Move %d item back to '%s'" + msgid_plural "Move %d items back to '%s'" + msgstr[0] "%d অাইটেম অাবার '%s' এ ফিরিয়ে অানুন" + msgstr[1] "%d অাইটেম অাবার '%s' এ ফিরিয়ে অানুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:370 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:368 + #, c-format + msgid "Move %d item to '%s'" + msgid_plural "Move %d items to '%s'" + msgstr[0] "%d অাইটেম '%s' এ সরান" + msgstr[1] "%d অাইটেম '%s' এ সরান" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:374 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:372 + #, c-format + msgid "_Undo Move %d item" + msgid_plural "_Undo Move %d items" + msgstr[0] "%d অাইটেম সরানো পূর্বাবস্থা করুন (_U)" + msgstr[1] "%d অাইটেম সরানো পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:377 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:375 + #, c-format + msgid "_Redo Move %d item" + msgid_plural "_Redo Move %d items" + msgstr[0] "%d অাইটেম সরানো পুনরাবৃত্তি করুন (_R)" + msgstr[1] "%d অাইটেম সরানো পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:381 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:379 + #, c-format + msgid "Move '%s' back to '%s'" + msgstr "'%s' অাবার '%s' এ ফিরিয়ে নিয়ে যান" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:382 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:380 + #, c-format + msgid "Move '%s' to '%s'" + msgstr "'%s' '%s' এ সরান" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:384 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:382 + msgid "_Undo Move" + msgstr "সরানো পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:385 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:383 + msgid "_Redo Move" + msgstr "সরানো পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:388 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:386 + msgid "_Undo Restore from Trash" + msgstr "ট্র্যাশ থেকে পুনঃসঞ্চয় পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:389 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:387 + msgid "_Redo Restore from Trash" + msgstr "ট্র্যাশ থেকে সঞ্চয় পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:392 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:390 + #, c-format + msgid "Move %d item back to trash" + msgid_plural "Move %d items back to trash" + msgstr[0] "%d অাইটেম অাবার ট্র্যাশে পাঠান" + msgstr[1] "%d অাইটেম অাবার ট্র্যাশে পাঠান" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:395 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:981 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:393 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:979 + #, c-format + msgid "Restore %d item from trash" + msgid_plural "Restore %d items from trash" + msgstr[0] "ট্র্যাশ থেকে %d অাইটেম পুনরুদ্ধার করুন" + msgstr[1] "ট্র্যাশ থেকে %d অাইটেম পুনরুদ্ধার করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:399 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:397 + #, c-format + msgid "Move '%s' back to trash" + msgstr "'%s' অাবার ট্র্যাশে পাঠান" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:400 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:398 + #, c-format + msgid "Restore '%s' from trash" + msgstr "ট্র্যাশ থেকে '%s' পুনরুদ্ধার করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:404 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:402 + #, c-format + msgid "Delete %d copied item" + msgid_plural "Delete %d copied items" + msgstr[0] "%d অনুলিপি করা অাইটেম মুছুন" + msgstr[1] "%d অনুলিপি করা অাইটেম মুছুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:407 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:405 + #, c-format + msgid "Copy %d item to '%s'" + msgid_plural "Copy %d items to '%s'" + msgstr[0] "%d অাইটেম '%s' এ অনুলিপি করুন" + msgstr[1] "%d অাইটেম '%s' এ অনুলিপি করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:411 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:409 + #, c-format + msgid "_Undo Copy %d item" + msgid_plural "_Undo Copy %d items" + msgstr[0] "%d অাইটেমের অনুলিপি করা পূর্বাবস্থা করুন (_U)" + msgstr[1] "%d অাইটেমের অনুলিপি করা পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:414 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:412 + #, c-format + msgid "_Redo Copy %d item" + msgid_plural "_Redo Copy %d items" + msgstr[0] "%d অাইটেমের অনুলিপি করা পুনরাবৃত্তি করুন (_R)" + msgstr[1] "%d অাইটেমের অনুলিপি করা পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:418 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:440 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:673 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:416 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:438 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:671 + #, c-format + msgid "Delete '%s'" + msgstr "'%s' মুছুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:419 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:417 + #, c-format + msgid "Copy '%s' to '%s'" + msgstr "'%s' অনুলিপি করুন '%s' এ" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:421 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:419 + msgid "_Undo Copy" + msgstr "অনুলিপি পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:422 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:420 + msgid "_Redo Copy" + msgstr "অনুলিপি পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:426 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:424 + #, c-format + msgid "Delete %d duplicated item" + msgid_plural "Delete %d duplicated items" + msgstr[0] "%d সদৃশ অাইটেম মুছুন" + msgstr[1] "%d সদৃশ অাইটেম মুছুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:429 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:427 + #, c-format + msgid "Duplicate %d item in '%s'" + msgid_plural "Duplicate %d items in '%s'" + msgstr[0] "%d অাইটেমের সদৃশ বানান, '%s' এ" + msgstr[1] "%d অাইটেমের সদৃশ বানান, '%s' এ" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:433 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:431 + #, c-format + msgid "_Undo Duplicate %d item" + msgid_plural "_Undo Duplicate %d items" + msgstr[0] "%d অাইটেমের সদৃশ করা পূর্বাবস্থা করুন (_U)" + msgstr[1] "%d অাইটেমের সদৃশ করা পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:436 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:434 + #, c-format + msgid "_Redo Duplicate %d item" + msgid_plural "_Redo Duplicate %d items" + msgstr[0] "%d অাইটেমের সদৃশ করা পুনরাবৃত্তি করুন (_R)" + msgstr[1] "%d অাইটেমের সদৃশ করা পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:441 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:439 + #, c-format + msgid "Duplicate '%s' in '%s'" + msgstr "'%s' এর সদৃশ বানান, '%s' এ" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:444 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:442 + msgid "_Undo Duplicate" + msgstr "সদৃশ পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:445 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:443 + msgid "_Redo Duplicate" + msgstr "সদৃশ পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:449 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:447 + #, c-format + msgid "Delete links to %d item" + msgid_plural "Delete links to %d items" + msgstr[0] "%d অাইটেম লিঙ্ক মুছুন" + msgstr[1] "%d অাইটেম লিঙ্ক মুছুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:452 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:450 + #, c-format + msgid "Create links to %d item" + msgid_plural "Create links to %d items" + msgstr[0] "%d অাইটেমে লিঙ্ক তৈরি করুন" + msgstr[1] "%d অাইটেমে লিঙ্ক তৈরি করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:456 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:454 + #, c-format + msgid "Delete link to '%s'" + msgstr "'%s' এর লিঙ্ক মুছুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:457 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:455 + #, c-format + msgid "Create link to '%s'" + msgstr "'%s' এর লিঙ্ক তৈরি করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:459 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:457 + msgid "_Undo Create Link" + msgstr "লিঙ্ক তৈরি করা পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:460 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:458 + msgid "_Redo Create Link" + msgstr "লিঙ্ক তৈরি করা পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:676 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:674 + #, c-format + msgid "Create an empty file '%s'" + msgstr "একটি খালি ফাইল '%s' তৈরি করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:678 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:676 + msgid "_Undo Create Empty File" + msgstr "খালি ফাইল তৈরি করা পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:679 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:677 + msgid "_Redo Create Empty File" + msgstr "খালি ফাইল তৈরি করা পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:681 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:679 + #, c-format + msgid "Create a new folder '%s'" + msgstr "একটি নতুন ফোল্ডার '%s' তৈরি করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:683 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:681 + msgid "_Undo Create Folder" + msgstr "ফোল্ডার তৈরি করা পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:684 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:682 + msgid "_Redo Create Folder" + msgstr "ফোল্ডার তৈরি করা পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:686 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:684 + #, c-format + msgid "Create new file '%s' from template " + msgstr "টেমপ্লেট থেকে নতুন ফাইল '%s' তৈরি করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:688 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:686 + msgid "_Undo Create from Template" + msgstr "টেমপ্লেট থেকে তৈরি করা পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:689 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:687 + msgid "_Redo Create from Template" + msgstr "টেমপ্লেট থেকে তৈরি করা পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:869 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:870 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:867 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:868 + #, c-format + msgid "Rename '%s' as '%s'" + msgstr "'%s' এর নাম পরিবর্তন করে '%s' করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:872 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:870 + msgid "_Undo Rename" + msgstr "নাম পরিবর্তন করা পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:873 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:871 + msgid "_Redo Rename" + msgstr "নাম পরিবর্তন করা পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:984 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:982 + #, c-format + msgid "Move %d item to trash" + msgid_plural "Move %d items to trash" + msgstr[0] "%d অাইটেম ট্র্যাশে সরান" + msgstr[1] "%d অাইটেম ট্র্যাশে সরান" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:996 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:994 + #, c-format + msgid "Restore '%s' to '%s'" + msgstr "'%s' '%s' এ পুনঃসঞ্চয় করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1003 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1001 + #, c-format + msgid "Move '%s' to trash" + msgstr "'%s' ট্র্যাশে সরান" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1007 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1005 + msgid "_Undo Trash" + msgstr "ট্র্যাশ পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1008 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1006 + msgid "_Redo Trash" + msgstr "ট্র্যাশ পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1299 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1297 + #, c-format + msgid "Restore original permissions of items enclosed in '%s'" + msgstr "'%s' এ সংযুক্ত অাইটেমগুলির প্রকৃত অনুমতি পুনঃস্থাপন করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1300 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1298 + #, c-format + msgid "Set permissions of items enclosed in '%s'" + msgstr "'%s' এ সংযুক্ত অাইটেমগুলির অনুমতি সেট করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1302 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1457 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1300 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1455 + msgid "_Undo Change Permissions" + msgstr "অনুমতি পরিবর্তন পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1303 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1458 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1301 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1456 + msgid "_Redo Change Permissions" + msgstr "অনুমতি পরিবর্তন পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1454 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1452 + #, c-format + msgid "Restore original permissions of '%s'" + msgstr "'%s' এর প্রকৃত অনুমতি পুনঃস্থাপন করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1455 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1453 + #, c-format + msgid "Set permissions of '%s'" + msgstr "'%s' এর অনুমতি সেট করা" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1565 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1563 + #, c-format + msgid "Restore group of '%s' to '%s'" + msgstr "'%s' এর গ্রুপ '%s' এ পুনঃস্থাপন করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1567 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1565 + #, c-format + msgid "Set group of '%s' to '%s'" + msgstr "'%s' এর গ্রুপ '%s' এ সেট করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1570 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1568 + msgid "_Undo Change Group" + msgstr "গ্রুপ পরিবর্তন পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1571 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1569 + msgid "_Redo Change Group" + msgstr "গ্রুপ পরিবর্তন পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1573 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1571 + #, c-format + msgid "Restore owner of '%s' to '%s'" + msgstr "'%s' এর মালিক '%s' এ পুনঃস্থাপন করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1575 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1573 + #, c-format + msgid "Set owner of '%s' to '%s'" + msgstr "'%s' এর মালিক '%s' এ সেট করুন" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1578 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1576 + msgid "_Undo Change Owner" + msgstr "মালিক পরিবর্তন পূর্বাবস্থা করুন (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1579 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1577 + msgid "_Redo Change Owner" + msgstr "মালিক পরিবর্তন পুনরাবৃত্তি করুন (_R)" + +-#: ../libnautilus-private/nautilus-file-utilities.c:1256 ++#: ../libnautilus-private/nautilus-file-utilities.c:932 + #, c-format + msgid "Could not determine original location of “%s” " + msgstr "“%s” এর প্রকৃত অবস্থান নির্ধারণ করা গেল না " + +-#: ../libnautilus-private/nautilus-file-utilities.c:1260 ++#: ../libnautilus-private/nautilus-file-utilities.c:936 + msgid "The item cannot be restored from trash" + msgstr "বস্তুটি আবর্জনার বাক্সে থেকে উদ্ধার করা সম্ভব নয়" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:81 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:80 + #, c-format + msgid "Error while adding “%s”: %s" + msgstr "“%s” যোগ করার সময়ে সমস্যা দেখা দিয়েছে: %s" + + # FIXME +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:83 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:82 + msgid "Could not add application" + msgstr "অ্যাপ্লিকেশন যোগ করতে ব্যর্থ" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:111 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:110 + msgid "Could not forget association" + msgstr "সংগঠন পরিত্যাগ করা গেল না" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:135 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:134 + msgid "Forget association" + msgstr "সংগঠন পরিত্যাগ করুন" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:173 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:172 + #, c-format + msgid "Error while setting “%s” as default application: %s" +-msgstr "" +-"“%s” ডিফল্ট অ্যাপ্লিকেশন হিসাবে সেট করার সময়ে সমস্যা দেখা দিয়েছে: %s" ++msgstr "“%s” ডিফল্ট অ্যাপ্লিকেশন হিসাবে সেট করার সময়ে সমস্যা দেখা দিয়েছে: %s" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:175 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:174 + msgid "Could not set as default" + msgstr "ডিফল্ট হিসাবে সেট করা যায়নি" + + #. Translators: the %s here is a file extension +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:253 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:252 + #, c-format + msgid "%s document" + msgstr "%s নথি" + + #. Translators; %s here is a mime-type description +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:260 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:259 + #, c-format + msgid "Open all files of type “%s” with" + msgstr "“%s” ধরনের সমস্ত ফাইল এই দিয়ে খুলুন" + + #. Translators: first %s is filename, second %s is mime-type description +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:267 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:266 + #, c-format + msgid "Select an application to open “%s” and other files of type “%s”" + msgstr "" + "“%s” এবং “%s” ধরনের অন্যান্য ফাইলগুলি খুলতে একটি অ্যাপ্লিকেশন নির্বাচন করুন" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:333 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:324 ++msgid "_Add" ++msgstr "যোগ করুন (_A)" ++ ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:332 + msgid "Set as default" + msgstr "ডিফল্ট হিসাবে সেট করুন" + +-#: ../libnautilus-private/nautilus-program-choosing.c:311 ++#: ../libnautilus-private/nautilus-program-choosing.c:312 + msgid "Sorry, but you cannot execute commands from a remote site." + msgstr "দুঃখিত, দূরবর্তী সাইট থেকে কোনো কমান্ড সঞ্চালন করা সম্ভব নয়।" + +-#: ../libnautilus-private/nautilus-program-choosing.c:313 ++#: ../libnautilus-private/nautilus-program-choosing.c:314 + msgid "This is disabled due to security considerations." + msgstr "নিরাপত্তার কথা বিবেচনা করে এটি নিষ্ক্রিয় করা হয়েছে।" + +-#: ../libnautilus-private/nautilus-program-choosing.c:324 +-#: ../libnautilus-private/nautilus-program-choosing.c:392 ++#: ../libnautilus-private/nautilus-program-choosing.c:325 ++#: ../libnautilus-private/nautilus-program-choosing.c:393 + msgid "There was an error launching the application." + msgstr "অ্যাপ্লিকেশন আরম্ভ করতে ব্যর্থ।" + +-#: ../libnautilus-private/nautilus-program-choosing.c:349 +-#: ../libnautilus-private/nautilus-program-choosing.c:360 ++#: ../libnautilus-private/nautilus-program-choosing.c:350 ++#: ../libnautilus-private/nautilus-program-choosing.c:361 + msgid "This drop target only supports local files." + msgstr "" +-"টেনে এনে ফেলে দেওয়ার এই প্রক্রিয়া শুধুমাত্র স্থানীয় ফাইলের ক্ষেত্রে " +-"প্রযোজ্য।" ++"টেনে এনে ফেলে দেওয়ার এই প্রক্রিয়া শুধুমাত্র স্থানীয় ফাইলের ক্ষেত্রে প্রযোজ্য।" + + # FIXME: ভাল শোনাচ্ছে না ;-( +-#: ../libnautilus-private/nautilus-program-choosing.c:350 ++#: ../libnautilus-private/nautilus-program-choosing.c:351 + msgid "" + "To open non-local files copy them to a local folder and then drop them again." +-"" + msgstr "" + "দূরবর্তী ফাইল খোলার জন্য প্রথমে সেগুলি স্থানীয় ফোল্ডারে কপি করে পুনরায় টেনে " +-"এনে ফেলার প্রচেষ্টা করুন।" ++"এনে " ++"ফেলার প্রচেষ্টা করুন।" + +-#: ../libnautilus-private/nautilus-program-choosing.c:361 ++#: ../libnautilus-private/nautilus-program-choosing.c:362 + msgid "" +-"To open non-local files copy them to a local folder and then drop them again." +-" The local files you dropped have already been opened." ++"To open non-local files copy them to a local folder and then drop them " ++"again. The local files you dropped have already been opened." + msgstr "" + "দূরবর্তী ফাইল খোলার জন্য প্রথমে সেগুলি স্থানীয় ফোল্ডারে কপি করে পুনরায় টেনে " +-"এনে ফেলার প্রচেষ্টা করুন। টেনে আনা স্থানীয় ফাইলগুলি পূর্বে খোলা হয়েছে।" ++"এনে " ++"ফেলার প্রচেষ্টা করুন। টেনে আনা স্থানীয় ফাইলগুলি পূর্বে খোলা হয়েছে।" + +-#: ../libnautilus-private/nautilus-program-choosing.c:390 ++#: ../libnautilus-private/nautilus-program-choosing.c:391 + msgid "Details: " + msgstr "বিবরণ: " + +-#: ../libnautilus-private/nautilus-progress-info.c:192 +-#: ../libnautilus-private/nautilus-progress-info.c:210 ++#: ../libnautilus-private/nautilus-progress-info.c:190 ++#: ../libnautilus-private/nautilus-progress-info.c:208 + msgid "Preparing" + msgstr "প্রস্তুতি চলছে" + +-#: ../libnautilus-private/nautilus-query.c:208 +-#: ../libnautilus-private/nautilus-search-directory-file.c:160 +-#: ../libnautilus-private/nautilus-search-directory-file.c:186 +-#: ../libnautilus-private/nautilus-search-directory-file.c:220 ++#: ../libnautilus-private/nautilus-query.c:207 ++#: ../libnautilus-private/nautilus-search-directory-file.c:159 ++#: ../libnautilus-private/nautilus-search-directory-file.c:211 ++#: ../libnautilus-private/nautilus-search-directory-file.c:256 + msgid "Search" + msgstr "অনুসন্ধান" + + # auto translated by TM merge from project: yelp, version: 3.8.1, DocId: yelp +-#: ../libnautilus-private/nautilus-query.c:211 ++#: ../libnautilus-private/nautilus-query.c:210 + #, c-format + msgid "Search for “%s”" + msgstr "\"%s\" অনুসন্ধান করুন" + +-#: ../libnautilus-private/nautilus-search-engine.c:190 ++#: ../libnautilus-private/nautilus-search-engine.c:189 + msgid "Unable to complete the requested search" + msgstr "অনুরোধ জানানো অনুসন্ধান সম্পন্ন করা যায়নি" + +@@ -1954,9 +2045,9 @@ msgid "" + "current tab. If set to \"end\", then new tabs are appended to the end of the " + "tab list." + msgstr "" +-"\"after-current-tab\" এ সেট করা হলে, নতুন ট্যাবগুলি বর্তমান ট্যাবের পরে " +-"বসানো হয়। \"end\" এ সেট করা হলে, নতুন ট্যাবগুলি ট্যাব তালিকার শেষে সংযুক্ত " +-"করা হয়।" ++"\"after-current-tab\" এ সেট করা হলে, নতুন ট্যাবগুলি বর্তমান ট্যাবের পরে বসানো " ++"হয়। " ++"\"end\" এ সেট করা হলে, নতুন ট্যাবগুলি ট্যাব তালিকার শেষে সংযুক্ত করা হয়।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:3 + msgid "Always use the location entry, instead of the pathbar" +@@ -1974,7 +2065,8 @@ msgstr "" + msgid "Whether to ask for confirmation when deleting files, or emptying Trash" + msgstr "" + "আবর্জনার বাক্সে ফাইল সরিয়ে নেওয়ার পূর্বে ও আবর্জনার বাক্স ফাঁকা করার পূর্বে " +-"নিশ্চিত হওয়ার জন্য জিজ্ঞাসা করা হবে কি না" ++"নিশ্চিত " ++"হওয়ার জন্য জিজ্ঞাসা করা হবে কি না" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:6 + msgid "" +@@ -1982,7 +2074,8 @@ msgid "" + "delete files, or empty the Trash." + msgstr "" + "মান সত্য (true) হলে, আবর্জনার বাক্সে ফাইল সরানোর সময় ও আবর্জনার বাক্স ফাঁকা " +-"করার পূর্বে Nautilus দ্বারা নিশ্চিত করা হবে।" ++"করার " ++"পূর্বে Nautilus দ্বারা নিশ্চিত করা হবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:7 + msgid "Whether to enable immediate deletion" +@@ -1996,7 +2089,8 @@ msgid "" + msgstr "" + "মান সত্য (true) হলে, আবর্জনার বাক্সে না সরিয়ে Nautilus-র সাহায্যে কোনো ফাইল " + "সেটির বর্তমান অবস্থানে সরাসরি মুছে ফেলা যাবে। এই প্রণালী প্রয়োগ করার সময় " +-"সাবধানতা অবলম্বন করা আবশ্যক।" ++"সাবধানতা " ++"অবলম্বন করা আবশ্যক।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:9 + msgid "When to show number of items in a folder" +@@ -2009,11 +2103,12 @@ msgid "" + "server. If set to \"local-only\" then only show counts for local file " + "systems. If set to \"never\" then never bother to compute item counts." + msgstr "" +-"একটি ফোল্ডারে অাইটেমের সংখ্যা দেখানোর সময়ে পরিবর্তনের গতি বাড়ান। " +-"\"সর্বদা\" সেট থাকলে, সর্বদা অাইটেম গণনা দেখান, এমনকি ফোল্ডার একটি দূরবর্তী " +-"সার্ভারে থাকলেও। \"শুধুমাত্র-স্থানীয়\" সেট করা থাকলে, স্থানীয় ফাইল " +-"সিস্টেমের গণনা দেখান। \"কখনও নয়\" এ সেট করা থাকলে, অাইটেমের গণনা কখনই " +-"বিবেচনা করবেন না।" ++"একটি ফোল্ডারে অাইটেমের সংখ্যা দেখানোর সময়ে পরিবর্তনের গতি বাড়ান। \"সর্বদা\" " ++"সেট " ++"থাকলে, সর্বদা অাইটেম গণনা দেখান, এমনকি ফোল্ডার একটি দূরবর্তী সার্ভারে থাকলেও। " ++"\"শুধুমাত্র-স্থানীয়\" সেট করা থাকলে, স্থানীয় ফাইল সিস্টেমের গণনা দেখান। " ++"\"কখনও নয়" ++"\" এ সেট করা থাকলে, অাইটেমের গণনা কখনই বিবেচনা করবেন না।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:11 + msgid "Type of click used to launch/open files" +@@ -2021,11 +2116,11 @@ msgstr "ফাইল আরম্ভ করতে/খুলতে ব্যব + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:12 + msgid "" +-"Possible values are \"single\" to launch files on a single click, or " +-"\"double\" to launch them on a double click." ++"Possible values are \"single\" to launch files on a single click, or \"double" ++"\" to launch them on a double click." + msgstr "" +-"সম্ভাব্য মান গল \"single\" (একবার) অর্থাৎ একটি ক্লিকে ফাইল খোলা অথবা " +-"\"double\" (দুইবার) অর্থাৎ দুইবার ক্লিক করে ফাইল খোলা হবে।" ++"সম্ভাব্য মান গল \"single\" (একবার) অর্থাৎ একটি ক্লিকে ফাইল খোলা অথবা \"double" ++"\" (দুইবার) অর্থাৎ দুইবার ক্লিক করে ফাইল খোলা হবে।" + + # FIXME + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:13 +@@ -2040,9 +2135,12 @@ msgid "" + "text files." + msgstr "" + "এক্সেকিউটেবল টেক্সট ফাইল ক্লিক (এক অথবা দ্বৈত ক্লিক) করার ফলে সঞ্চালনযোগ্য " +-"কর্ম। সম্ভাব্য মান হল, প্রোগ্রাম রূপে আরম্ভ করার জন্য \"launch\" (আরম্ভ), " +-"ডায়লগের মাধ্যমে সঞ্চালনযোগ্য কর্মের জিজ্ঞাসার জন্য \"ask\" (জিজ্ঞাসা), ও " +-"টেক্সট ফাইলরূপে এইগুলি প্রদর্শনের জন্য \"display\" (প্রদর্শন)।" ++"কর্ম। " ++"সম্ভাব্য মান হল, প্রোগ্রাম রূপে আরম্ভ করার জন্য \"launch\" (আরম্ভ), ডায়লগের " ++"মাধ্যমে " ++"সঞ্চালনযোগ্য কর্মের জিজ্ঞাসার জন্য \"ask\" (জিজ্ঞাসা), ও টেক্সট ফাইলরূপে " ++"এইগুলি " ++"প্রদর্শনের জন্য \"display\" (প্রদর্শন)।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:15 + msgid "Show the package installer for unknown mime types" +@@ -2054,8 +2152,7 @@ msgid "" + "type is opened, in order to search for an application to handle it." + msgstr "" + "অজানা mime type খোলা হলে সেটি পরিচালনার উদ্দেশ্যে কোনো প্রযোজ্য অ্যাপ্লিকেশন " +-"অনসুন্ধানের জন্য ব্যবহারকারীকে প্যাকেজ ইনস্টলার ডায়লগ প্রদর্শন করা হবে কি " +-"না।" ++"অনসুন্ধানের জন্য ব্যবহারকারীকে প্যাকেজ ইনস্টলার ডায়লগ প্রদর্শন করা হবে কি না।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:17 + msgid "Use extra mouse button events in Nautilus' browser window" +@@ -2069,14 +2166,15 @@ msgid "" + "pressed." + msgstr "" + "\"Forward\" (পরবর্তী) ও \"Back\" (পূর্ববর্তী) বাটন সহ মাউসের ক্ষেত্রে এই " +-"দুটির মধ্যে কোনো কি টেপা হলে, এই কি দ্বারা নির্ধারিত হবে Nautilus-র মধ্যে " +-"কোনো কর্ম সঞ্চালিত হবে কি না।" ++"দুটির মধ্যে " ++"কোনো কি টেপা হলে, এই কি দ্বারা নির্ধারিত হবে Nautilus-র মধ্যে কোনো কর্ম " ++"সঞ্চালিত " ++"হবে কি না।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:19 + msgid "Mouse button to activate the \"Forward\" command in browser window" + msgstr "" +-"ব্রাউজার উইন্ডোর মধ্যে \"Forward\" (পরবর্তী) কমান্ড সক্রিয় করার জন্য মাউস " +-"বাটন" ++"ব্রাউজার উইন্ডোর মধ্যে \"Forward\" (পরবর্তী) কমান্ড সক্রিয় করার জন্য মাউস বাটন" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:20 + msgid "" +@@ -2085,15 +2183,15 @@ msgid "" + "Possible values range between 6 and 14." + msgstr "" + "\"Forward\" (পরবর্তী) ও \"Back\" (পূর্ববর্তী) বাটন সহ মাউসের ক্ষেত্রে এই " +-"দুটির মধ্যে কোন কি টেপা হলে ব্রাউজার উইন্ডোর মধ্যে \"Forward\" (পরবর্তী) " +-"কমান্ড সঞ্চালিত হবে তা, এই কি দ্বারা নির্ধারিত হবে। সম্ভাব্য মান 6 (৬) থেকে " +-"14 (১৪)-র মধ্যে হবে।" ++"দুটির মধ্যে " ++"কোন কি টেপা হলে ব্রাউজার উইন্ডোর মধ্যে \"Forward\" (পরবর্তী) কমান্ড সঞ্চালিত " ++"হবে " ++"তা, এই কি দ্বারা নির্ধারিত হবে। সম্ভাব্য মান 6 (৬) থেকে 14 (১৪)-র মধ্যে হবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:21 + msgid "Mouse button to activate the \"Back\" command in browser window" + msgstr "" +-"ব্রাউজার উইন্ডোর মধ্যে \"Back\" (পূর্ববর্তী) কমান্ড সক্রিয় করার জন্য মাউস " +-"বাটন" ++"ব্রাউজার উইন্ডোর মধ্যে \"Back\" (পূর্ববর্তী) কমান্ড সক্রিয় করার জন্য মাউস বাটন" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:22 + msgid "" +@@ -2102,9 +2200,10 @@ msgid "" + "Possible values range between 6 and 14." + msgstr "" + "\"Forward\" (পরবর্তী) ও \"Back\" (পূর্ববর্তী) বাটন সহ মাউসের ক্ষেত্রে এই " +-"দুটির মধ্যে কোন কি টেপা হলে ব্রাউজার উইন্ডোর মধ্যে \"Back\" (পূর্ববর্তী) " +-"কমান্ড সঞ্চালিত হবে তা, এই কি দ্বারা নির্ধারিত হবে। সম্ভাব্য মান 6 (৬) থেকে " +-"14 (১৪)-র মধ্যে হবে।" ++"দুটির মধ্যে " ++"কোন কি টেপা হলে ব্রাউজার উইন্ডোর মধ্যে \"Back\" (পূর্ববর্তী) কমান্ড সঞ্চালিত " ++"হবে তা, " ++"এই কি দ্বারা নির্ধারিত হবে। সম্ভাব্য মান 6 (৬) থেকে 14 (১৪)-র মধ্যে হবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:23 + msgid "When to show thumbnails of files" +@@ -2117,15 +2216,17 @@ msgid "" + "\"local-only\" then only show thumbnails for local file systems. If set to " + "\"never\" then never bother to thumbnail files, just use a generic icon. " + "Despite what the name may suggest, this applies to any previewable file type." +-"" + msgstr "" + "কোনো ফাইল থাম্বনেইল হিসাবে দেখানোর সময়ে পরিবর্তনে গতি অানুন। \"সর্বদা\" সেট " +-"করা হলে, সর্বদা থাম্বনেইল হিসাবে দেখান, এমনকি ফোল্ডার একটি দূরবর্তী " +-"সার্ভারে থাকলেও। \"শুধুমাত্র-স্থানীয়\" সেট থাকলে, শুধুমাত্র স্থানীয় ফাইল " +-"সিস্টেমের জন্য থাম্বনেইল দেখান। \"কখনও নয়\" এ সেট করা থাকলে, ফাইলগুলি " +-"থাম্বনেইল করার কথা কখনও ভাবার দরকার নেই, শুধু এক সাধারণ অাইকন ব্যবহার করুন। " +-"নাম যাই নির্দেশ করুক না কেন, এটি যেকোনো পূর্বরূপযোগ্য ফাইল ধরনের ক্ষেত্রে " +-"প্রযোজ্য হয়।" ++"করা " ++"হলে, সর্বদা থাম্বনেইল হিসাবে দেখান, এমনকি ফোল্ডার একটি দূরবর্তী সার্ভারে " ++"থাকলেও। " ++"\"শুধুমাত্র-স্থানীয়\" সেট থাকলে, শুধুমাত্র স্থানীয় ফাইল সিস্টেমের জন্য " ++"থাম্বনেইল দেখান। " ++"\"কখনও নয়\" এ সেট করা থাকলে, ফাইলগুলি থাম্বনেইল করার কথা কখনও ভাবার দরকার " ++"নেই, " ++"শুধু এক সাধারণ অাইকন ব্যবহার করুন। নাম যাই নির্দেশ করুক না কেন, এটি যেকোনো " ++"পূর্বরূপযোগ্য ফাইল ধরনের ক্ষেত্রে প্রযোজ্য হয়।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:25 + msgid "Maximum image size for thumbnailing" +@@ -2138,8 +2239,9 @@ msgid "" + "load or use lots of memory." + msgstr "" + "চিহ্নির মাপের (বাইট) অধিক মাপের ছবির থাম্ব-নেইল নির্মাণ করা হবে না। লোড করার " +-"সময় অত্যাধিক সময় ও মেমরির ব্যয় এড়ানোর জন্য বৃহৎ মাপের ছবির থাম্ব-নেইল " +-"নির্মাণ না করার জন্য এই বৈশিষ্ট্য।" ++"সময় অত্যাধিক সময় ও মেমরির ব্যয় এড়ানোর জন্য বৃহৎ মাপের ছবির থাম্ব-নেইল নির্মাণ " ++"না " ++"করার জন্য এই বৈশিষ্ট্য।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:27 + msgid "Show folders first in windows" +@@ -2151,7 +2253,8 @@ msgid "" + "icon and list views." + msgstr "" + "মান সত্য (true) হলে, আইকন অথবা তালিকা-ভিত্তিক প্রদর্শনে ফাইলের পূর্বে " +-"Nautilus-এ ফোল্ডার প্রদর্শন করা হবে।" ++"Nautilus-এ " ++"ফোল্ডার প্রদর্শন করা হবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:29 + msgid "Default sort order" +@@ -2159,11 +2262,12 @@ msgstr "ডিফল্ট অবস্থায় ব্যবহৃত ক্র + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:30 + msgid "" +-"The default sort-order for items in the icon view. Possible values are " +-"\"name\", \"size\", \"type\" and \"mtime\"." ++"The default sort-order for items in the icon view. Possible values are \"name" ++"\", \"size\", \"type\" and \"mtime\"." + msgstr "" + "অাইকন রূপে অাইটেমগুলির জন্য ডিফল্ট বাছাই-ক্রম। সম্ভাব্য মানগুলি হল \"name\", " +-"\"size\", \"type\" এবং \"mtime\"।" ++"\"size" ++"\", \"type\" এবং \"mtime\"।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:31 + msgid "Reverse sort order in new windows" +@@ -2177,9 +2281,10 @@ msgid "" + "incrementally they will be sorted decrementally." + msgstr "" + "মান সত্য (true) হলে, নতুন উইন্ডোর মধ্যে ফাইলগুলি বিপরীত অনুক্রমে সাজানো হবে। " +-"অর্থাৎ, নাম অনুসারে সাজানো হলে \"a\" থেকে \"z\"-র পরিবর্তে \"z\" থেকে \"a\" " +-"অনুক্রম প্রয়োগ করা হবে; মাপ অনুসারে সাজানো হলে বড় থেকে ছোট মাপের পরিবর্তে " +-"ছোট থেকে বড় মাপে সাজানো হবে।" ++"অর্থাৎ, " ++"নাম অনুসারে সাজানো হলে \"a\" থেকে \"z\"-র পরিবর্তে \"z\" থেকে \"a\" অনুক্রম " ++"প্রয়োগ করা হবে; মাপ অনুসারে সাজানো হলে বড় থেকে ছোট মাপের পরিবর্তে ছোট থেকে বড় " ++"মাপে সাজানো হবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:33 + msgid "Default folder viewer" +@@ -2192,8 +2297,10 @@ msgid "" + "and \"icon-view\"." + msgstr "" + "কোনো ফোল্ডারে যাওয়া হলে, এই ভিউয়ার ব্যবহার করা হয়, যদি না অাপনি এই " +-"নির্দিষ্ট ফোল্ডারের অপর একটি রূপ নির্বাচন করে থাকেন। সম্ভাব্য মানগুলি হল " +-"\"list-view\", এবং \"icon-view\"।" ++"নির্দিষ্ট " ++"ফোল্ডারের অপর একটি রূপ নির্বাচন করে থাকেন। সম্ভাব্য মানগুলি হল \"list-view\", " ++"এবং " ++"\"icon-view\"।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:35 + msgid "Whether to show hidden files" +@@ -2204,8 +2311,9 @@ msgid "" + "This key is deprecated and ignored. The \"show-hidden\" key from \"org.gtk." + "Settings.FileChooser\" is now used instead." + msgstr "" +-"এই কীটি প্রত্যাখ্যান এবং বাতিল করা হয়েছে। পরিবর্তে \"show-hidden\" কী \"org." +-"gtk.Settings.FileChooser\" থেকে বর্তমানে ব্যবহার করা হচ্ছে।" ++"এই কীটি প্রত্যাখ্যান এবং বাতিল করা হয়েছে। পরিবর্তে \"show-hidden\" কী " ++"\"org.gtk." ++"Settings.FileChooser\" থেকে বর্তমানে ব্যবহার করা হচ্ছে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:37 + msgid "Bulk rename utility" +@@ -2220,11 +2328,15 @@ msgid "" + "is not set to a full path, it will be searched for in the search path." + msgstr "" + "সেট করা হলে, Nautilus নির্বাচিত ফাইলগুলির URI সংযুক্ত করবে এবং একসাথে অনেক " +-"নাম পরিবর্তনের ক্ষেত্রে ফলাফল কম্যান্ড লাইন হিসাবে বিবেচিত করুন। একসাথে অনেক " +-"নাম পরিবর্তনের অ্যাপ্লিকেশনগুলি কীকে তাদের সম্পাদনযোগ্য নামে এবং যেকোনো " +-"কম্যান্ড লাইন বিকল্পে স্পেস দ্বারা বিভক্ত স্ট্রীঙে সেট করে এই কীতে তাদের " +-"নিবন্ধন করাতে পারে। সম্পাদনযোগ্য নাম কোনো সম্পূর্ণ পথে সেট করা না হলে, এটিকে " +-"অনুসন্ধান পথে অনুসন্ধান করা হবে।" ++"নাম " ++"পরিবর্তনের ক্ষেত্রে ফলাফল কম্যান্ড লাইন হিসাবে বিবেচিত করুন। একসাথে অনেক নাম " ++"পরিবর্তনের অ্যাপ্লিকেশনগুলি কীকে তাদের সম্পাদনযোগ্য নামে এবং যেকোনো কম্যান্ড " ++"লাইন " ++"বিকল্পে স্পেস দ্বারা বিভক্ত স্ট্রীঙে সেট করে এই কীতে তাদের নিবন্ধন করাতে " ++"পারে। " ++"সম্পাদনযোগ্য নাম কোনো সম্পূর্ণ পথে সেট করা না হলে, এটিকে অনুসন্ধান পথে " ++"অনুসন্ধান করা " ++"হবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:39 + msgid "List of possible captions on icons" +@@ -2238,9 +2350,11 @@ msgid "" + "\"permissions\", and \"mime_type\"." + msgstr "" + "অাইকন রূপ এবং ডেস্কটপে একটি অাইকনের নীচে থাকা পরিচয়লিপির এক তালিকা। প্রকৃত " +-"ভাবে যতগুলি পরিচয়লিপি প্রদর্শিত হয় তা জুম স্তরের উপরে নির্ভরশীল। কিছু " +-"সম্ভাব্য মান হল: \"মাপ\", \"ধরন\", \"সংশোধনের_তারিখ\", \"মালিক\", " +-"\"গোষ্ঠী\", \"অনুমতি\", এবং \"মাইম_ধরন\"।" ++"ভাবে " ++"যতগুলি পরিচয়লিপি প্রদর্শিত হয় তা জুম স্তরের উপরে নির্ভরশীল। কিছু সম্ভাব্য " ++"মান হল: " ++"\"মাপ\", \"ধরন\", \"সংশোধনের_তারিখ\", \"মালিক\", \"গোষ্ঠী\", \"অনুমতি\", এবং " ++"\"মাইম_ধরন\"।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:41 + msgid "Default icon zoom level" +@@ -2281,21 +2395,31 @@ msgid "" + "larger (200%), largest (400%)" + msgstr "" + "ফাইলের অত্যাধিক লম্বা নামগুলির অংশ ডেস্কটপের মধ্যে ইলিপসিস চিহ্ন দ্বারা কী " +-"ভাবে প্রতিস্থাপিত হবে তা প্রদর্শনের মাত্রা (জুম মাত্রা) অনুযায়ী নির্ধারিত। " +-"তালিকায় উপস্থিত প্রতিটি মান \"Zoom Level:Integer\" (প্রদর্শনের মাত্রা:" +-"পূর্ণসংখ্যা) বিন্যাসে উল্লেখ করা হয়েছে। প্রতিটি প্রদর্শনের মাত্রার ক্ষেত্রে " +-"উল্লিখিত পূর্ণসংখ্যা মান 0-র বেশি হলে ফাইলের নামগুলি চিহ্নিত পংক্তি সংখ্যা " +-"অতিক্রম করবে না। সংখ্যাটি 0 অথবা এর কম হলে সংশ্লিষ্ট প্রদর্শনের মাত্রায় কোনো " +-"সীমা থাকবে না। কোনো নির্দিষ্ট প্রদর্শনের মাত্রা বিনা \"Integer\" রূপে একটি " +-"ডিফল্ট মানও প্রয়োগ করা যাবে। এই মান দ্বারা অন্যান্য সকল প্রদর্শনের মাত্রার " +-"জন্য সর্বাধিক পংক্তি সংখ্যা নির্ধারণ করা হবে। উদাহরণ: 0 - সর্বদা অত্যাধিক " +-"লম্বা ফাইলের নাম প্রদর্শন করা হবে; 3 - ৩-টি পংক্তির বেশি হলে ফাইলের নাম ছোট " +-"করা হবে; smallest:5,smaller:4,0 - \"smallest\" রূপে ধার্য প্রদর্শনের মাত্রায় " ++"ভাবে " ++"প্রতিস্থাপিত হবে তা প্রদর্শনের মাত্রা (জুম মাত্রা) অনুযায়ী নির্ধারিত। তালিকায় " ++"উপস্থিত " ++"প্রতিটি মান \"Zoom Level:Integer\" (প্রদর্শনের মাত্রা:পূর্ণসংখ্যা) বিন্যাসে " ++"উল্লেখ " ++"করা হয়েছে। প্রতিটি প্রদর্শনের মাত্রার ক্ষেত্রে উল্লিখিত পূর্ণসংখ্যা মান 0-র " ++"বেশি হলে " ++"ফাইলের নামগুলি চিহ্নিত পংক্তি সংখ্যা অতিক্রম করবে না। সংখ্যাটি 0 অথবা এর কম " ++"হলে " ++"সংশ্লিষ্ট প্রদর্শনের মাত্রায় কোনো সীমা থাকবে না। কোনো নির্দিষ্ট প্রদর্শনের " ++"মাত্রা বিনা " ++"\"Integer\" রূপে একটি ডিফল্ট মানও প্রয়োগ করা যাবে। এই মান দ্বারা অন্যান্য সকল " ++"প্রদর্শনের মাত্রার জন্য সর্বাধিক পংক্তি সংখ্যা নির্ধারণ করা হবে। উদাহরণ: 0 - " ++"সর্বদা " ++"অত্যাধিক লম্বা ফাইলের নাম প্রদর্শন করা হবে; 3 - ৩-টি পংক্তির বেশি হলে ফাইলের " ++"নাম " ++"ছোট করা হবে; smallest:5,smaller:4,0 - \"smallest\" রূপে ধার্য প্রদর্শনের " ++"মাত্রায় " + "৪ পংক্তির থেকে লম্বা ফাইলের নাম ছোট করা হবে। \"smaller\" রূপে ধার্য " +-"প্রদর্শনের মাত্রায় ৫ পংক্তির থেকে লম্বা ফাইলের নাম ছোট করা হবে। প্রদর্শনের " +-"অন্যান্য মাত্রার জন্য ফাইলের নাম ছোট করা হবে না। প্রদর্শনের উপলব্ধ মাত্রা: " +-"smallest (33%), smaller (50%), small (66%), standard (100%), large (150%), " +-"larger (200%), largest (400%)" ++"প্রদর্শনের " ++"মাত্রায় ৫ পংক্তির থেকে লম্বা ফাইলের নাম ছোট করা হবে। প্রদর্শনের অন্যান্য " ++"মাত্রার জন্য " ++"ফাইলের নাম ছোট করা হবে না। প্রদর্শনের উপলব্ধ মাত্রা: smallest (33%), smaller " ++"(50%), small (66%), standard (100%), large (150%), larger (200%), largest " ++"(400%)" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:48 + msgid "Default list zoom level" +@@ -2327,19 +2451,20 @@ msgstr "ট্রি রূপ ব্যবহার করুন" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:55 + msgid "" +-"Whether a tree should be used for list view navigation instead of a flat " +-"list" ++"Whether a tree should be used for list view navigation instead of a flat list" + msgstr "" + "তালিকা রূপ নেভিগেশনের জন্য একটি সমতল তালিকার পরিবর্তে একটি ট্রি ব্যবহার করা " +-"হবে কিনা।" ++"হবে " ++"কিনা।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:56 + msgid "Desktop font" + msgstr "ডেস্কটপে ব্যবহৃত ফন্ট" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:57 +-msgid "The font _description used for the icons on the desktop." +-msgstr "ডেস্কটপের অাইকনগুলির জন্য ব্যবহৃত ফন্ট বর্ণনা (_d)।" ++#| msgid "The font _description used for the icons on the desktop." ++msgid "The font description used for the icons on the desktop." ++msgstr "ডেস্কটপে অাইকনগুলির জন্য ব্যবহৃত হরফ বর্ণনা।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:58 + msgid "Home icon visible on desktop" +@@ -2351,7 +2476,8 @@ msgid "" + "the desktop." + msgstr "" + "মান সত্য (true) হলে ডেস্কটপের উপরে ব্যক্তিগত ফোল্ডার নির্দেশকারী একটি আইকন " +-"প্রদর্শিত হবে।" ++"প্রদর্শিত " ++"হবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:60 + msgid "Trash icon visible on desktop" +@@ -2363,7 +2489,8 @@ msgid "" + "desktop." + msgstr "" + "মান সত্য (true) হলে ডেস্কটপের উপরে আবর্জনার বাক্স নির্দেশকারী একটি আইকন " +-"প্রদর্শিত হবে।" ++"প্রদর্শিত " ++"হবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:62 + msgid "Show mounted volumes on the desktop" +@@ -2387,7 +2514,8 @@ msgid "" + "put on the desktop." + msgstr "" + "মান সত্য (true) হলে ডেস্কটপের উপরে নেটওয়ার্ক সার্ভারের প্রদর্শন নির্দেশকারী " +-"একটি আইকন প্রদর্শিত হবে।" ++"একটি " ++"আইকন প্রদর্শিত হবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:66 + msgid "Desktop home icon name" +@@ -2399,7 +2527,8 @@ msgid "" + "desktop." + msgstr "" + "ডেস্কটপে অবস্থিত ব্যক্তিগত ফোল্ডারের আইকনের জন্য স্বনির্বাচিত নাম ব্যবহারের " +-"জন্য তা ধার্য করা যাবে।" ++"জন্য তা " ++"ধার্য করা যাবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:68 + msgid "Desktop trash icon name" +@@ -2411,7 +2540,8 @@ msgid "" + "desktop." + msgstr "" + "ডেস্কটপে অবস্থিত আবর্জনার বাক্স আইকনের জন্য স্বনির্বাচিত নাম ব্যবহারের জন্য " +-"তা ধার্য করা যাবে।" ++"তা ধার্য " ++"করা যাবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:70 + msgid "Network servers icon name" +@@ -2423,7 +2553,8 @@ msgid "" + "on the desktop." + msgstr "" + "ডেস্কটপে অবস্থিত নেটওয়ার্ক সার্ভার আইকনের জন্য স্বনির্বাচিত নাম ব্যবহারের " +-"জন্য তা ধার্য করা যাবে।" ++"জন্য তা " ++"ধার্য করা যাবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:72 + msgid "" +@@ -2433,9 +2564,11 @@ msgid "" + "limit is imposed on the number of displayed lines." + msgstr "" + "ফাইলের অত্যাধিক লম্বা নামগুলির অংশ, ডেস্কটপের মধ্যে ইলিপসিস চিহ্ন দ্বারা কী " +-"ভাবে প্রতিস্থাপিত হবে তা চিহ্নকারী একটি পূর্ণসংখ্যা মান। সংখ্যাটি 0-র বেশি " +-"হলে ফাইলের নাম চিহ্নিত সংখ্যার থেকে বেশি হবে না। সংখ্যাটি 0 অথবা এর কম হয় " +-"তাহলে ফাইলের নামের প্রদর্শিত অংশের কোনো সীমা নির্ধারিত হবে না।" ++"ভাবে " ++"প্রতিস্থাপিত হবে তা চিহ্নকারী একটি পূর্ণসংখ্যা মান। সংখ্যাটি 0-র বেশি হলে " ++"ফাইলের " ++"নাম চিহ্নিত সংখ্যার থেকে বেশি হবে না। সংখ্যাটি 0 অথবা এর কম হয় তাহলে ফাইলের " ++"নামের প্রদর্শিত অংশের কোনো সীমা নির্ধারিত হবে না।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:73 + msgid "Fade the background on change" +@@ -2447,7 +2580,8 @@ msgid "" + "background." + msgstr "" + "সত্য হিসাবে সেট করা হলে, Nautilus ডেস্কটপ ব্যাকগ্রাউন্ড পরিবর্তন করতে এক " +-"হালকা প্রভাব ব্যবহার করবে।" ++"হালকা " ++"প্রভাব ব্যবহার করবে।" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:75 + msgid "The geometry string for a navigation window." +@@ -2494,37 +2628,39 @@ msgstr "নতুন উইন্ডোতে পার্শ্ববর্ত + msgid "If set to true, newly opened windows will have the side pane visible." + msgstr "মান সত্য (true) হলে নতুন উইন্ডোতে পার্শ্ববর্তী পেইন প্রদর্শিত হবে।" + +-#: ../nautilus-sendto-extension/nautilus-nste.c:80 +-#: ../nautilus-sendto-extension/nautilus-nste.c:85 +-msgid "Send To…" +-msgstr "এখানে পাঠান…" ++#: ../nautilus-sendto-extension/nautilus-nste.c:96 ++#: ../nautilus-sendto-extension/nautilus-nste.c:101 ++msgid "Email…" ++msgstr "ইমেল…" + +-#: ../nautilus-sendto-extension/nautilus-nste.c:81 +-msgid "Send file by mail, instant message…" +-msgstr "মেল, তাৎক্ষণিক বার্তা মারফত ফাইল পাঠান…" ++#: ../nautilus-sendto-extension/nautilus-nste.c:97 ++#| msgid "Send file by mail, instant message…" ++msgid "Send file by mail…" ++msgstr "মেলের মাধ্যমে ফাইল পাঠান…" + +-#: ../nautilus-sendto-extension/nautilus-nste.c:86 +-msgid "Send files by mail, instant message…" +-msgstr "মেল, তাৎক্ষণিক বার্তা মারফত ফাইলগুলি পাঠান…" ++#: ../nautilus-sendto-extension/nautilus-nste.c:102 ++#| msgid "Send files by mail, instant message…" ++msgid "Send files by mail…" ++msgstr "মেলের মাধ্যমে ফাইলগুলি পাঠান…" + + #. Some sort of failure occurred. How 'bout we tell the user? +-#: ../src/nautilus-application.c:232 +-#: ../src/nautilus-window-slot.c:1611 ++#: ../src/nautilus-application.c:215 ../src/nautilus-window-slot.c:1611 + msgid "Oops! Something went wrong." + msgstr "ওহ হো! কিছু সমস্যা হয়েছে।" + +-#: ../src/nautilus-application.c:234 ++#: ../src/nautilus-application.c:217 + #, c-format + msgid "" + "Unable to create a required folder. Please create the following folder, or " + "set permissions such that it can be created:\n" + "%s" + msgstr "" +-"একটি প্রয়োজনীয় ফোল্ডার তৈরি করা গেল না। অনুগ্রহ করে নিম্নলিখিত ফোল্ডার " +-"তৈরি করুন, বা এটি যাতে তৈরি করা যায় তার জন্য অনুমতি সেট করুন:\n" ++"একটি প্রয়োজনীয় ফোল্ডার তৈরি করা গেল না। অনুগ্রহ করে নিম্নলিখিত ফোল্ডার তৈরি " ++"করুন, " ++"বা এটি যাতে তৈরি করা যায় তার জন্য অনুমতি সেট করুন:\n" + "%s" + +-#: ../src/nautilus-application.c:239 ++#: ../src/nautilus-application.c:222 + #, c-format + msgid "" + "Unable to create required folders. Please create the following folders, or " +@@ -2532,10 +2668,11 @@ msgid "" + "%s" + msgstr "" + "প্রয়োজনীয় ফোল্ডারগুলি তৈরি করা গেল না। অনুগ্রহ করে নিম্নলিখিত ফোল্ডারগুলি " +-"তৈরি করুন, বা এদের যাতে তৈরি করা যায় তার জন্য অনুমতি সেট করুন:\n" ++"তৈরি করুন, " ++"বা এদের যাতে তৈরি করা যায় তার জন্য অনুমতি সেট করুন:\n" + "%s" + +-#: ../src/nautilus-application.c:373 ++#: ../src/nautilus-application.c:354 + msgid "" + "Nautilus 3.0 deprecated this directory and tried migrating this " + "configuration to ~/.config/nautilus" +@@ -2543,157 +2680,130 @@ msgstr "" + "Nautilus 3.0 এই ডিরেক্টরি প্রত্যাখ্যান করেছে এবং এই কনফিগারেশন ~/.config/" + "nautilus এ পাঠানোর চেষ্টা করেছে" + +-#: ../src/nautilus-application.c:921 +-#: ../src/nautilus-file-management-properties.c:197 +-#: ../src/nautilus-window-menus.c:253 +-#, c-format +-msgid "There was an error displaying help: \n" +-"%s" +-msgstr "সহায়িকা প্রদর্শনে সমস্যা হয়েছে: \n" +-"%s" +- +-#: ../src/nautilus-application.c:1095 ++#: ../src/nautilus-application.c:702 + msgid "--check cannot be used with other options." + msgstr "--check, অন্য বিকল্পের সংগে ব্যবহার করা যায় না।" + +-#: ../src/nautilus-application.c:1101 ++#: ../src/nautilus-application.c:709 + msgid "--quit cannot be used with URIs." + msgstr "--quit, URI এর সংগে ব্যবহার করা যায় না।" + +-#: ../src/nautilus-application.c:1108 +-msgid "--geometry cannot be used with more than one URI." +-msgstr "--geometry, একের বেশি URI এর সংগে ব্যবহার করা যায় না।" +- +-#: ../src/nautilus-application.c:1114 ++#: ../src/nautilus-application.c:717 + msgid "--select must be used with at least an URI." + msgstr "--select, অবশ্যই অন্ততপক্ষে একটি URI এর সংগে ব্যবহার করতে হবে।" + +-#: ../src/nautilus-application.c:1120 ++#: ../src/nautilus-application.c:724 + msgid "--no-desktop and --force-desktop cannot be used together." + msgstr "--no-desktop এবং --force-desktop একইসাথে ব্যবহার করা যায় না।" + +-#: ../src/nautilus-application.c:1219 ++#: ../src/nautilus-application.c:808 + msgid "Perform a quick set of self-check tests." + msgstr "স্বয়ং পরীক্ষণের জন্য দ্রুত কয়েকটি পরীক্ষা করা হবে।" + +-#: ../src/nautilus-application.c:1225 +-msgid "Show the version of the program." +-msgstr "প্রোগ্রামের সংস্করণ সংখ্যা প্রদর্শন করা হবে।" +- +-#: ../src/nautilus-application.c:1227 ++#: ../src/nautilus-application.c:815 + msgid "Create the initial window with the given geometry." + msgstr "উল্লিখিত জ্যামিতি সহ একটি প্রারম্ভিক উইন্ডো গঠন করা হবে।" + +-#: ../src/nautilus-application.c:1227 ++#: ../src/nautilus-application.c:815 + msgid "GEOMETRY" + msgstr "GEOMETRY" + +-#: ../src/nautilus-application.c:1229 ++#: ../src/nautilus-application.c:817 ++msgid "Show the version of the program." ++msgstr "প্রোগ্রামের সংস্করণ সংখ্যা প্রদর্শন করা হবে।" ++ ++#: ../src/nautilus-application.c:819 + msgid "Always open a new window for browsing specified URIs" + msgstr "ব্রাউজিং নির্দিষ্ট URI এর ক্ষেত্রে সর্বদা একটি নতুন উইন্ডো খুলুন।" + +-#: ../src/nautilus-application.c:1231 ++#: ../src/nautilus-application.c:821 + msgid "Only create windows for explicitly specified URIs." + msgstr "শুধুমাত্র সুনির্দিষ্ট URI-র জন্য উইন্ডো নির্মাণ করা হবে।" + +-#: ../src/nautilus-application.c:1233 ++#: ../src/nautilus-application.c:823 + msgid "Never manage the desktop (ignore the GSettings preference)." +-msgstr "" +-"কখনও ডেস্কটপ ব্যবস্থাপনা করবেন না (GSettings অগ্রাধিকার উপেক্ষা করুন)।" ++msgstr "কখনও ডেস্কটপ ব্যবস্থাপনা করবেন না (GSettings অগ্রাধিকার উপেক্ষা করুন)।" + +-#: ../src/nautilus-application.c:1235 ++#: ../src/nautilus-application.c:825 + msgid "Always manage the desktop (ignore the GSettings preference)." + msgstr "সর্বদা ডেস্কটপ ব্যবস্থাপনা করুন (GSettings অগ্রাধিকার উপেক্ষা করুন)।" + +-#: ../src/nautilus-application.c:1237 ++#: ../src/nautilus-application.c:827 + msgid "Quit Nautilus." + msgstr "Nautilus থেকে প্রস্থান।" + +-#: ../src/nautilus-application.c:1239 ++#: ../src/nautilus-application.c:829 + msgid "Select specified URI in parent folder." + msgstr "প্রাথমিক ফোল্ডারে নির্দিষ্ট URI নির্বাচন করুন।" + +-#: ../src/nautilus-application.c:1240 ++#: ../src/nautilus-application.c:830 + msgid "[URI...]" + msgstr "[URI...]" + +-#: ../src/nautilus-application.c:1252 +-msgid "\n" +-"\n" +-"Browse the file system with the file manager" +-msgstr "\n" +-"\n" +-"ফাইল পরিচালনব্যবস্থা সহযোগে ফাইল-সিস্টেম ব্রাউজ করুন" +- +-# auto translated by TM merge from project: evolution-data-server, version: 3.8.4, DocId: evolution-data-server-3.8 +-#. Translators: this is a fatal error quit message printed on the +-#. * command line +-#: ../src/nautilus-application.c:1262 +-msgid "Could not parse arguments" +-msgstr "অার্গুমেন্ট পার্জ করা গেল না" +- + #. Translators: this is a fatal error quit message printed on the + #. * command line +-#: ../src/nautilus-application.c:1295 ++#: ../src/nautilus-application.c:906 + msgid "Could not register the application" + msgstr "অ্যাপ্লিকেশন নিবন্ধন করা যায়নি" + +-#. name, stock id, label ++#: ../src/nautilus-application-actions.c:127 ++#, c-format ++msgid "" ++"There was an error displaying help: \n" ++"%s" ++msgstr "" ++"সহায়িকা প্রদর্শনে সমস্যা হয়েছে: \n" ++"%s" ++ + #: ../src/nautilus-app-menu.ui.h:1 +-#: ../src/nautilus-window-menus.c:536 + msgid "New _Window" + msgstr "নতুন উইন্ডো (_W)" + + #: ../src/nautilus-app-menu.ui.h:2 +-msgid "Connect to _Server" +-msgstr "সার্ভারের সংগে সংযোগ করুন (_S)" ++msgid "Connect to _Server…" ++msgstr "সার্ভারের সংগে সংযোগ করুন (_S)…" + + #: ../src/nautilus-app-menu.ui.h:3 +-msgid "Enter _Location" +-msgstr "অবস্থান উল্লেখ করুন (_L)" +- +-#: ../src/nautilus-app-menu.ui.h:4 + msgid "_Bookmarks" + msgstr "বুকমার্ক (_B)" + +-#: ../src/nautilus-app-menu.ui.h:5 +-#: ../src/nautilus-window-menus.c:462 ++#: ../src/nautilus-app-menu.ui.h:4 + msgid "Prefere_nces" + msgstr "পছন্দ (_n)" + +-#: ../src/nautilus-app-menu.ui.h:6 +-msgid "_About Files" +-msgstr "ফাইলগুলি বিষয়ে (_A)" +- +-#. name, stock id, label +-#: ../src/nautilus-app-menu.ui.h:7 +-#: ../src/nautilus-window-menus.c:456 ++#: ../src/nautilus-app-menu.ui.h:5 + msgid "_Help" + msgstr "সাহায্য (_H)" + ++#: ../src/nautilus-app-menu.ui.h:6 ++msgid "_About" ++msgstr "পরিচিতি (_A)" ++ + # auto translated by TM merge from project: baobab, version: 3.8.2, DocId: baobab +-#: ../src/nautilus-app-menu.ui.h:8 ++#: ../src/nautilus-app-menu.ui.h:7 + msgid "_Quit" + msgstr "প্রস্থান (_Q)" + +-#: ../src/nautilus-autorun-software.c:143 +-#: ../src/nautilus-autorun-software.c:146 ++#: ../src/nautilus-autorun-software.c:142 ++#: ../src/nautilus-autorun-software.c:145 + #, c-format +-msgid "Unable to start the program:\n" ++msgid "" ++"Unable to start the program:\n" + "%s" +-msgstr "প্রোগ্রাম অারম্ভ করা গেল না:\n" ++msgstr "" ++"প্রোগ্রাম অারম্ভ করা গেল না:\n" + "%s" + +-#: ../src/nautilus-autorun-software.c:149 ++#: ../src/nautilus-autorun-software.c:148 + #, c-format + msgid "Unable to locate the program" + msgstr "প্রোগ্রামের অবস্থান নির্দিষ্ট করা গেল না" + +-#: ../src/nautilus-autorun-software.c:171 ++#: ../src/nautilus-autorun-software.c:170 + msgid "Oops! There was a problem running this software." + msgstr "ওহো! এই সফ্টওয়্যারটি চালাতে কোনো সমস্যা হয়েছে।" + +-#: ../src/nautilus-autorun-software.c:202 ++#: ../src/nautilus-autorun-software.c:201 + #, c-format + msgid "" + "“%s” contains software intended to be automatically started. Would you like " +@@ -2702,27 +2812,24 @@ msgstr "" + "“%s” এমন সফ্টওয়্যার সমন্বিত যা স্বয়ংক্রিয় ভাবে শুরু হতে পারে। অাপনি এটি " + "চালাতে চান?" + +-#: ../src/nautilus-autorun-software.c:206 ++#: ../src/nautilus-autorun-software.c:205 + msgid "If you don't trust this location or aren't sure, press Cancel." + msgstr "এই অবস্থান অাপনার বিশ্বস্ত না হলে, বাতিল টিপুন।" + +-#: ../src/nautilus-autorun-software.c:240 +-#: ../src/nautilus-mime-actions.c:748 ++#: ../src/nautilus-autorun-software.c:240 ../src/nautilus-mime-actions.c:723 + msgid "_Run" + msgstr "সঞ্চালন (_R)" + +-#: ../src/nautilus-bookmarks-window.c:168 ++#: ../src/nautilus-bookmarks-window.c:166 + msgid "No bookmarks defined" + msgstr "কোনো বুকমার্ক নির্ধারিত হয়নি" + + # auto translated by TM merge from project: yelp, version: 3.8.1, DocId: yelp +-#: ../src/nautilus-bookmarks-window.c:710 +-#: ../src/nautilus-places-sidebar.c:249 ++#: ../src/nautilus-bookmarks-window.c:711 + msgid "Bookmarks" + msgstr "বুকমার্ক" + + #: ../src/nautilus-bookmarks-window.ui.h:1 +-#: ../src/nautilus-places-sidebar.c:2809 + msgid "Remove" + msgstr "মুছে ফেলুন" + +@@ -2744,394 +2851,366 @@ msgstr "অবস্থান (_L)" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-canvas-view.c:1155 ++#: ../src/nautilus-canvas-view.c:1108 + msgid "Re_versed Order" + msgstr "বিপরীত বিন্যাস (_v)" + + #. tooltip +-#: ../src/nautilus-canvas-view.c:1156 ++#: ../src/nautilus-canvas-view.c:1109 + msgid "Display icons in the opposite order" + msgstr "আইকনগুলি বিপরীত ক্রমবিন্যাসে প্রদর্শন করা হবে" + + # FIXME + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-canvas-view.c:1160 ++#: ../src/nautilus-canvas-view.c:1113 + msgid "_Keep Aligned" + msgstr "সারিবদ্ধ করে সাজানো হবে (_K)" + + #. tooltip +-#: ../src/nautilus-canvas-view.c:1161 ++#: ../src/nautilus-canvas-view.c:1114 + msgid "Keep icons lined up on a grid" + msgstr "আইকনগুলি গ্রিডের মধ্যে সুবিন্যস্ত করা হবে" + +-#: ../src/nautilus-canvas-view.c:1168 ++#: ../src/nautilus-canvas-view.c:1121 + msgid "_Manually" + msgstr "ব্যবহারকারী দ্বারা (_M)" + +-#: ../src/nautilus-canvas-view.c:1169 ++#: ../src/nautilus-canvas-view.c:1122 + msgid "Leave icons wherever they are dropped" + msgstr "যেখানে আইকন রাখা হবে সেখানেই তা থাকবে" + +-#: ../src/nautilus-canvas-view.c:1172 ++#: ../src/nautilus-canvas-view.c:1125 + msgid "By _Name" + msgstr "নাম অনুসারে (_N)" + +-#: ../src/nautilus-canvas-view.c:1173 ++#: ../src/nautilus-canvas-view.c:1126 + msgid "Keep icons sorted by name in rows" + msgstr "আইকনগুলি নাম অনুসারে সারিবদ্ধ করা হবে" + +-#: ../src/nautilus-canvas-view.c:1176 ++#: ../src/nautilus-canvas-view.c:1129 + msgid "By _Size" + msgstr "মাপ অনুসারে (_S)" + +-#: ../src/nautilus-canvas-view.c:1177 ++#: ../src/nautilus-canvas-view.c:1130 + msgid "Keep icons sorted by size in rows" + msgstr "আইকনগুলি মাপ অনুসারে সারিবদ্ধ করা হবে" + +-#: ../src/nautilus-canvas-view.c:1180 ++#: ../src/nautilus-canvas-view.c:1133 + msgid "By _Type" + msgstr "ধরন অনুসারে (_T)" + +-#: ../src/nautilus-canvas-view.c:1181 ++#: ../src/nautilus-canvas-view.c:1134 + msgid "Keep icons sorted by type in rows" + msgstr "আইকনগুলি ধরন অনুসারে সারিবদ্ধ করা হবে" + +-#: ../src/nautilus-canvas-view.c:1184 ++#: ../src/nautilus-canvas-view.c:1137 + msgid "By Modification _Date" + msgstr "সর্বশেষ পরিবর্তনের তারিখ অনুসারে (_D)" + +-#: ../src/nautilus-canvas-view.c:1185 ++#: ../src/nautilus-canvas-view.c:1138 + msgid "Keep icons sorted by modification date in rows" + msgstr "আইকনগুলি সর্বশেষ পরিবর্তনের তারিখ অনুসারে সারিবদ্ধ করা হবে" + +-#: ../src/nautilus-canvas-view.c:1188 ++#: ../src/nautilus-canvas-view.c:1141 ++#| msgid "By Access Date" ++msgid "By _Access Date" ++msgstr "অ্যাক্সেস তারিখ অনুসারে (_A)" ++ ++#: ../src/nautilus-canvas-view.c:1142 ++#| msgid "Keep icons sorted by trash time in rows" ++msgid "Keep icons sorted by access date in rows" ++msgstr "অ্যাক্সেসের তারিখ অনুসারে অাইকনগুলিকে সারিতে বাছাই করুন" ++ ++#: ../src/nautilus-canvas-view.c:1145 + msgid "By T_rash Time" + msgstr "ট্র্যাশ সময় অনুসারে (_r)" + +-#: ../src/nautilus-canvas-view.c:1189 ++#: ../src/nautilus-canvas-view.c:1146 + msgid "Keep icons sorted by trash time in rows" + msgstr "ট্র্যাশে পাঠানোর সময় অনুসারে অাইকনগুলিকে সারিতে বাছাই করুন" + +-#: ../src/nautilus-canvas-view.c:1192 ++#: ../src/nautilus-canvas-view.c:1149 + msgid "By Search Relevance" + msgstr "অনুসন্ধানের প্রাসঙ্গিকতা অনুসারে" + +-#: ../src/nautilus-canvas-view.c:1193 ++#: ../src/nautilus-canvas-view.c:1150 + msgid "Keep icons sorted by search relevance in rows" + msgstr "অনুসন্ধানের প্রাসঙ্গিকতা অনুসারে সারিতে অাইকনগুলি বাছাই করুন" + +-#. translators: this is used in the view selection dropdown +-#. * of navigation windows and in the preferences dialog +-#: ../src/nautilus-canvas-view.c:2306 +-#: ../src/nautilus-canvas-view-container.c:571 ++#: ../src/nautilus-canvas-view-container.c:491 + #: ../src/nautilus-file-management-properties.ui.h:35 + msgid "Icon View" + msgstr "আইকন অনুসারে প্রদর্শন" + +-#. translators: this is used in the view menu +-#: ../src/nautilus-canvas-view.c:2308 +-msgid "_Icons" +-msgstr "আইকন (_I)" +- +-#: ../src/nautilus-canvas-view.c:2309 +-msgid "The icon view encountered an error." +-msgstr "আইকন অনুসারে প্রদর্শনে সমস্যা।" +- +-#: ../src/nautilus-canvas-view.c:2310 +-msgid "The icon view encountered an error while starting up." +-msgstr "আইকন অনুসারে প্রদর্শন ব্যবস্থা আরম্ভ করার সময় সমস্যা।" +- +-#: ../src/nautilus-canvas-view.c:2311 +-msgid "Display this location with the icon view." +-msgstr "বর্তমান অবস্থানটি আইকন দৃশ্যের সাহায্যে প্রদর্শন করা হবে।" +- + #. if it wasn't cancelled show a dialog +-#: ../src/nautilus-connect-server.c:53 +-#: ../src/nautilus-mime-actions.c:1894 +-#: ../src/nautilus-mime-actions.c:2166 ++#: ../src/nautilus-connect-server.c:52 ../src/nautilus-mime-actions.c:1869 ++#: ../src/nautilus-mime-actions.c:2133 + msgid "Unable to access location" + msgstr "অবস্থান অ্যাক্সেস করা গেল না" + +-#: ../src/nautilus-connect-server.c:74 ++#: ../src/nautilus-connect-server.c:73 + msgid "Unable to display location" + msgstr "অবস্থান প্রদর্শন করা গেল না" + +-#: ../src/nautilus-connect-server.c:140 ++#: ../src/nautilus-connect-server.c:139 + msgid "Print but do not open the URI" + msgstr "মুদ্রণ করুন তবে URI খুলবেন না" + + #. Translators: This is the --help description for the connect to server app, + #. the initial newlines are between the command line arg and the description +-#: ../src/nautilus-connect-server.c:152 +-msgid "\n" ++#: ../src/nautilus-connect-server.c:151 ++msgid "" ++"\n" + "\n" + "Add connect to server mount" +-msgstr "\n" ++msgstr "" ++"\n" + "\n" + "সার্ভার মাউন্টের সাথে সংযোগ করা হবে" + +-#: ../src/nautilus-connect-server-dialog.c:104 +-#: ../src/nautilus-properties-window.c:5192 +-#: ../src/nautilus-view.c:1440 +-msgid "There was an error displaying help." +-msgstr "সহায়িকা প্রদর্শনে সমস্যা।" +- +-#: ../src/nautilus-connect-server-dialog.c:149 +-msgid "Don't recognize this file server type." +-msgstr "এই ফাইল সার্ভার ধরন অনুমোদিত করবেন না।" ++#: ../src/nautilus-connect-server-dialog.c:109 ++msgid "This file server type is not recognized." ++msgstr "এই ফাইল সার্ভার ধরন সমর্থিত নয়।" + +-#: ../src/nautilus-connect-server-dialog.c:156 ++#: ../src/nautilus-connect-server-dialog.c:116 + msgid "This doesn't look like an address." + msgstr "এটি কোনো ঠিকানা বলে মনে হচ্ছে না।" + + #. Translators: %s is a URI of the form "smb://foo.example.com" +-#: ../src/nautilus-connect-server-dialog.c:265 ++#: ../src/nautilus-connect-server-dialog.c:225 + #, c-format + msgid "For example, %s" + msgstr "উদাহরণস্বরূপ, %s" + + # auto translated by TM merge from project: evolution, version: el6, DocId: evolution-2.32 +-#: ../src/nautilus-connect-server-dialog.c:533 ++#: ../src/nautilus-connect-server-dialog.c:493 + msgid "_Remove" + msgstr "সরান (_R)" + +-#: ../src/nautilus-connect-server-dialog.c:542 ++#: ../src/nautilus-connect-server-dialog.c:502 + msgid "_Clear All" + msgstr "সকল সাফ করুন ( _C)" + +-#: ../src/nautilus-connect-server-dialog.c:604 ++#: ../src/nautilus-connect-server-dialog.c:563 + msgid "_Server Address" + msgstr "সার্ভার ঠিকানা (_S)" + +-#: ../src/nautilus-connect-server-dialog.c:628 ++#: ../src/nautilus-connect-server-dialog.c:587 + msgid "_Recent Servers" + msgstr "সাম্প্রতিক সার্ভারগুলি (_R)" + +-#: ../src/nautilus-connect-server-dialog.c:694 +-msgid "_Browse" +-msgstr "ব্রাউজ (_B)" +- +-#: ../src/nautilus-connect-server-dialog.c:704 ++#: ../src/nautilus-connect-server-dialog.c:656 + msgid "C_onnect" + msgstr "সংযোগ স্থাপনা (_n)" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:623 +-#: ../src/nautilus-view.c:7146 +-#: ../src/nautilus-view.c:8680 ++#: ../src/nautilus-desktop-canvas-view.c:663 ../src/nautilus-view.c:7155 ++#: ../src/nautilus-view.c:8701 + msgid "E_mpty Trash" + msgstr "আবর্জনার বাক্স ফাঁকা করুন (_m)" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:647 +-#: ../src/nautilus-desktop-canvas-view.c:688 ++#: ../src/nautilus-desktop-canvas-view.c:687 ++#: ../src/nautilus-desktop-canvas-view.c:728 + msgid "Restore Icons' Original Si_zes" + msgstr "আইকনগুলির প্রকৃত মাপ পুনরায় স্থাপন করা হবে (_z)" + +-#: ../src/nautilus-desktop-canvas-view.c:648 ++#: ../src/nautilus-desktop-canvas-view.c:688 + msgid "Restore Icon's Original Si_ze" + msgstr "আইকনের প্রকৃত মাপ পুনরায় স্থাপন করা হবে (_z)" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:660 ++#: ../src/nautilus-desktop-canvas-view.c:700 + msgid "Change Desktop _Background" + msgstr "ডেস্কটপের পটভূমি পরিবর্তন করুন (_B)" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:662 ++#: ../src/nautilus-desktop-canvas-view.c:702 + msgid "" + "Show a window that lets you set your desktop background's pattern or color" + msgstr "" + "ডেস্কটপ পটভূমির বিন্যাস অথবা রঙ নির্ধারণে সহায়ক উইন্ডো প্রদর্শন করা হবে" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:667 ++#: ../src/nautilus-desktop-canvas-view.c:707 + msgid "Empty Trash" + msgstr "আবর্জনার বাক্স ফাঁকা করুন" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:669 +-#: ../src/nautilus-trash-bar.c:213 +-#: ../src/nautilus-view.c:7147 ++#: ../src/nautilus-desktop-canvas-view.c:709 ../src/nautilus-trash-bar.c:212 ++#: ../src/nautilus-view.c:7156 + msgid "Delete all items in the Trash" + msgstr "আবর্জনার বাক্সে উপস্থিত সব সামগ্রী মুছে ফেলা হবে" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:674 ++#: ../src/nautilus-desktop-canvas-view.c:714 + msgid "_Organize Desktop by Name" + msgstr "নাম অনুসারে ডেস্কটপ সংগঠিত করুন (_O)" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:676 ++#: ../src/nautilus-desktop-canvas-view.c:716 + msgid "Reposition icons to better fit in the window and avoid overlapping" + msgstr "" + "উইন্ডোর মধ্যে সঠিকরূপে ধারণ করার জন্য ও একে অপরের উপর স্থাপনা এড়ানোর " +-"উদ্দেশ্যে আইকনের স্থান পরিবর্তন" ++"উদ্দেশ্যে " ++"আইকনের স্থান পরিবর্তন" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:681 ++#: ../src/nautilus-desktop-canvas-view.c:721 + msgid "Resize Icon…" + msgstr "অাইকনের মাপ পরিবর্তন করুন…" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:683 ++#: ../src/nautilus-desktop-canvas-view.c:723 + msgid "Make the selected icons resizable" + msgstr "নির্বাচিত অাইকনগুলির মাপ পরিবর্তনযোগ্য করুন" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:690 +-msgid "Restore each selected icons to its original size" +-msgstr "প্রত্যেক নির্বাচিত অাইকনকে তার প্রকৃত মাপে ফিরিয়ে নিয়ে যান" +- +-#: ../src/nautilus-desktop-canvas-view.c:778 +-msgid "The desktop view encountered an error." +-msgstr "ডেস্কটপ অনুসারে প্রদর্শন ব্যবস্থায় সমস্যা।" +- +-#: ../src/nautilus-desktop-canvas-view.c:779 +-msgid "The desktop view encountered an error while starting up." +-msgstr "ডেস্কটপ অনুসারে প্রদর্শন ব্যবস্থা আরম্ভ করার সময় সমস্যা।" ++#: ../src/nautilus-desktop-canvas-view.c:730 ++#| msgid "Restore each selected icons to its original size" ++msgid "Restore each selected icon to its original size" ++msgstr "প্রত্যেক নির্বাচিত অাইকন তার প্রকৃত মাপে পুনঃস্থাপন করুন" + +-#: ../src/nautilus-desktop-item-properties.c:405 +-#: ../src/nautilus-desktop-item-properties.c:415 +-#: ../src/nautilus-image-properties-page.c:370 ++#: ../src/nautilus-desktop-item-properties.c:404 ++#: ../src/nautilus-desktop-item-properties.c:414 ++#: ../src/nautilus-image-properties-page.c:368 + msgid "Comment" + msgstr "মন্তব্য" + +-#: ../src/nautilus-desktop-item-properties.c:408 ++#: ../src/nautilus-desktop-item-properties.c:407 + msgid "URL" + msgstr "URL" + +-#: ../src/nautilus-desktop-item-properties.c:411 +-#: ../src/nautilus-desktop-item-properties.c:421 +-#: ../src/nautilus-image-properties-page.c:361 +-#: ../src/nautilus-image-properties-page.c:416 ++#: ../src/nautilus-desktop-item-properties.c:410 ++#: ../src/nautilus-desktop-item-properties.c:420 ++#: ../src/nautilus-image-properties-page.c:359 ++#: ../src/nautilus-image-properties-page.c:414 + msgid "Description" + msgstr "বিবরণ" + +-#: ../src/nautilus-desktop-item-properties.c:418 ++#: ../src/nautilus-desktop-item-properties.c:417 + msgid "Command" + msgstr "কমান্ড" + + #. hardcode "Desktop" +-#: ../src/nautilus-desktop-window.c:92 +-#: ../src/nautilus-desktop-window.c:240 +-#: ../src/nautilus-places-sidebar.c:540 ++#: ../src/nautilus-desktop-window.c:197 ../src/nautilus-desktop-window.c:367 + msgid "Desktop" + msgstr "ডেস্কটপ" + +-#: ../src/nautilus-error-reporting.c:68 ++#: ../src/nautilus-error-reporting.c:67 + #, c-format +-msgid "" +-"You do not have the permissions necessary to view the contents of “%s”." ++msgid "You do not have the permissions necessary to view the contents of “%s”." + msgstr "“%s” এর বিষয়বস্তু দেখার জন্য প্রয়োজনীয় অনুমতি অাপনার কাছে নেই।" + +-#: ../src/nautilus-error-reporting.c:72 ++#: ../src/nautilus-error-reporting.c:71 + #, c-format + msgid "“%s” could not be found. Perhaps it has recently been deleted." + msgstr "" + "“%s” খুঁজে পাওয়া গেল না। সাম্প্রতিককালে এটিকে মুছে দেওয়া হয়ে থাকতে পারে।" + +-#: ../src/nautilus-error-reporting.c:76 ++#: ../src/nautilus-error-reporting.c:75 + #, c-format + msgid "Sorry, could not display all the contents of “%s”: %s" + msgstr "দুঃখিত, “%s” এর সকল বিষয়বস্তু দেখানো যাচ্ছে না: %s" + +-#: ../src/nautilus-error-reporting.c:83 ++#: ../src/nautilus-error-reporting.c:82 + msgid "This location could not be displayed." + msgstr "এই অবস্থান দেখানো যাচ্ছে না।" + +-#: ../src/nautilus-error-reporting.c:107 ++#: ../src/nautilus-error-reporting.c:106 + #, c-format + msgid "You do not have the permissions necessary to change the group of “%s”." + msgstr "“%s” এর গোষ্ঠী পরিবর্তন করতে প্রয়োজনীয় অনুমতি অাপনার কাছে নেই।" + + #. fall through +-#: ../src/nautilus-error-reporting.c:120 ++#: ../src/nautilus-error-reporting.c:119 + #, c-format + msgid "Sorry, could not change the group of “%s”: %s" + msgstr "দুঃখিত, “%s” এর গোষ্ঠী পরিবর্তন করা সম্ভব নয়: %s" + +-#: ../src/nautilus-error-reporting.c:125 ++#: ../src/nautilus-error-reporting.c:124 + msgid "The group could not be changed." + msgstr "দল পরিবর্তন করতে ব্যর্থ।" + +-#: ../src/nautilus-error-reporting.c:145 ++#: ../src/nautilus-error-reporting.c:144 + #, c-format + msgid "Sorry, could not change the owner of “%s”: %s" + msgstr "দুঃখিত, “%s” এর মালিক পরিবর্তন করা যাবে না: %s" + +-#: ../src/nautilus-error-reporting.c:147 ++#: ../src/nautilus-error-reporting.c:146 + msgid "The owner could not be changed." + msgstr "মালিকানা পরিবর্তন করতে ব্যর্থ।" + +-#: ../src/nautilus-error-reporting.c:167 ++#: ../src/nautilus-error-reporting.c:166 + #, c-format + msgid "Sorry, could not change the permissions of “%s”: %s" + msgstr "দুঃখিত, “%s” এর অনুমতি পরিবর্তন করা যাবে না: %s" + +-#: ../src/nautilus-error-reporting.c:169 ++#: ../src/nautilus-error-reporting.c:168 + msgid "The permissions could not be changed." + msgstr "অনুমতি পরিবর্তন করতে ব্যর্থ।" + +-#: ../src/nautilus-error-reporting.c:204 ++#: ../src/nautilus-error-reporting.c:203 + #, c-format + msgid "" + "The name “%s” is already used in this location. Please use a different name." + msgstr "" + "নাম “%s” এই অবস্থানে ইতিমধ্যেই ব্যবহৃত হয়েছে। অনুগ্রহ করে অালাদা কোনো নাম " +-"ব্যবহার করুন।" ++"ব্যবহার " ++"করুন।" + +-#: ../src/nautilus-error-reporting.c:209 ++#: ../src/nautilus-error-reporting.c:208 + #, c-format + msgid "" + "There is no “%s” in this location. Perhaps it was just moved or deleted?" + msgstr "এই অবস্থানে কোনো “%s” নেই। হয়তো এটি সদ্য সরানো বা মোছা হয়েছে।" + +-#: ../src/nautilus-error-reporting.c:214 ++#: ../src/nautilus-error-reporting.c:213 + #, c-format + msgid "You do not have the permissions necessary to rename “%s”." + msgstr "“%s” এর নাম পরিবর্তন করার জন্য প্রয়োজনীয় অনুমতি অাপনার কাছে নেই।" + +-#: ../src/nautilus-error-reporting.c:219 ++#: ../src/nautilus-error-reporting.c:218 + #, c-format + msgid "" + "The name “%s” is not valid because it contains the character “/”. Please use " + "a different name." + msgstr "" + "“%s” নাম বৈধ নয় কারণ এতে “/” অক্ষর রয়েছে। অনুগ্রহ করে অালাদা একটি নাম " +-"ব্যবহার করুন।" ++"ব্যবহার " ++"করুন।" + +-#: ../src/nautilus-error-reporting.c:223 ++#: ../src/nautilus-error-reporting.c:222 + #, c-format + msgid "The name “%s” is not valid. Please use a different name." + msgstr "“%s” নাম বৈধ নয়। অনুগ্রহ করে অালাদা একটি নাম ব্যবহার করুন।" + +-#: ../src/nautilus-error-reporting.c:229 ++#: ../src/nautilus-error-reporting.c:228 + #, c-format + msgid "The name “%s” is too long. Please use a different name." + msgstr "“%s” নামটি অত্যন্ত বড়। অনুগ্রহ করে অালাদা একটি নাম ব্যবহার করুন।" + + #. fall through +-#: ../src/nautilus-error-reporting.c:243 ++#: ../src/nautilus-error-reporting.c:242 + #, c-format + msgid "Sorry, could not rename “%s” to “%s”: %s" + msgstr "দুঃখিত, “%s” এর নাম পরিবর্তন করে “%s” করা যায়নি: %s" + +-#: ../src/nautilus-error-reporting.c:251 ++#: ../src/nautilus-error-reporting.c:250 + msgid "The item could not be renamed." + msgstr "চিহ্নিত বস্তুর নাম পরিবর্তন করতে ব্যর্থ।" + +-#: ../src/nautilus-error-reporting.c:348 ++#: ../src/nautilus-error-reporting.c:347 + #, c-format + msgid "Renaming “%s” to “%s”." + msgstr "“%s” এর নাম পরিবর্তন করে “%s” করা হচ্ছে।" + + #. Translators: this is referred to captions under icons. +-#: ../src/nautilus-file-management-properties.c:281 +-#: ../src/nautilus-properties-window.c:4049 +-#: ../src/nautilus-properties-window.c:4076 ++#: ../src/nautilus-file-management-properties.c:202 ++#: ../src/nautilus-properties-window.c:4024 ++#: ../src/nautilus-properties-window.c:4051 + msgid "None" + msgstr "শূণ্য" + +@@ -3209,9 +3288,7 @@ msgstr "প্রতিবার জিজ্ঞাসা করা হবে (_ + + #. trash + #: ../src/nautilus-file-management-properties.ui.h:19 +-#: ../src/nautilus-places-sidebar.c:554 +-#: ../src/nautilus-shell-search-provider.c:315 +-#: ../src/nautilus-trash-bar.c:195 ++#: ../src/nautilus-shell-search-provider.c:290 ../src/nautilus-trash-bar.c:194 + msgid "Trash" + msgstr "আবর্জনার বাক্স" + +@@ -3223,8 +3300,7 @@ msgstr "" + #: ../src/nautilus-file-management-properties.ui.h:21 + msgid "I_nclude a Delete command that bypasses Trash" + msgstr "" +-"আবর্জনার বাক্স এড়িয়ে সরাসরি মুছে ফেলার জন্য একটি কমান্ড অন্তর্ভুক্ত করুন " +-"(_n)" ++"আবর্জনার বাক্স এড়িয়ে সরাসরি মুছে ফেলার জন্য একটি কমান্ড অন্তর্ভুক্ত করুন (_n)" + + #: ../src/nautilus-file-management-properties.ui.h:22 + msgid "Icon Captions" +@@ -3236,13 +3312,11 @@ msgid "" + "information will appear when zooming in closer." + msgstr "" + "আইকনের নামের নীচে প্রদর্শনযোগ্য তথ্যের অনুক্রম নির্ধারণ করুন। বড় করে " +-"প্রদর্শনকালে অধিক তথ্য প্রদর্শিত হবে।" ++"প্রদর্শনকালে অধিক " ++"তথ্য প্রদর্শিত হবে।" + +-#. translators: this is used in the view selection dropdown +-#. * of navigation windows and in the preferences dialog + #: ../src/nautilus-file-management-properties.ui.h:24 +-#: ../src/nautilus-list-view.c:1790 +-#: ../src/nautilus-list-view.c:3325 ++#: ../src/nautilus-list-view.c:2137 + msgid "List View" + msgstr "তালিকা অনুসারে প্রদর্শন" + +@@ -3273,7 +3347,7 @@ msgstr "চিহ্নিত মাপ থেকে কম মাপের ফ + + # auto translated by TM merge from project: evolution-data-server, version: el6, DocId: evolution-data-server-2.32 + #: ../src/nautilus-file-management-properties.ui.h:32 +-#: ../src/nautilus-properties-window.c:4477 ++#: ../src/nautilus-properties-window.c:4452 + msgid "Folders" + msgstr "ফোল্ডার" + +@@ -3396,12 +3470,12 @@ msgstr "২ গিগাবাইট" + msgid "4 GB" + msgstr "৪ গিগাবাইট" + +-#: ../src/nautilus-image-properties-page.c:331 ++#: ../src/nautilus-image-properties-page.c:329 + msgid "Image Type" + msgstr "ছবির ধরন" + +-#: ../src/nautilus-image-properties-page.c:333 +-#: ../src/nautilus-image-properties-page.c:339 ++#: ../src/nautilus-image-properties-page.c:331 ++#: ../src/nautilus-image-properties-page.c:337 + #, c-format + msgid "%d pixel" + msgid_plural "%d pixels" +@@ -3409,280 +3483,262 @@ msgstr[0] "%d পিক্সেল" + msgstr[1] "%d পিক্সেল" + + # auto translated by TM merge from project: shotwell-core, version: 0.14.1, DocId: shotwell-core +-#: ../src/nautilus-image-properties-page.c:337 ++#: ../src/nautilus-image-properties-page.c:335 + msgid "Width" + msgstr "প্রস্থ" + + # auto translated by TM merge from project: shotwell-core, version: 0.14.1, DocId: shotwell-core +-#: ../src/nautilus-image-properties-page.c:343 ++#: ../src/nautilus-image-properties-page.c:341 + msgid "Height" + msgstr "উচ্চতা" + + # auto translated by TM merge from project: RHEL Installation Guide, version: 5.10, DocId: DiskEncryptionUserGuide +-#: ../src/nautilus-image-properties-page.c:356 +-#: ../src/nautilus-image-properties-page.c:357 ++#: ../src/nautilus-image-properties-page.c:354 ++#: ../src/nautilus-image-properties-page.c:355 + msgid "Title" + msgstr "শিরোনাম" + + # auto translated by TM merge from project: evolution-exchange, version: el6, DocId: evolution-exchange-2.32 +-#: ../src/nautilus-image-properties-page.c:358 +-#: ../src/nautilus-image-properties-page.c:359 ++#: ../src/nautilus-image-properties-page.c:356 ++#: ../src/nautilus-image-properties-page.c:357 + msgid "Author" + msgstr "লেখক" + +-#: ../src/nautilus-image-properties-page.c:362 +-#: ../src/nautilus-image-properties-page.c:419 ++#: ../src/nautilus-image-properties-page.c:360 ++#: ../src/nautilus-image-properties-page.c:417 + msgid "Copyright" + msgstr "স্বত্বাধিকার" + +-#: ../src/nautilus-image-properties-page.c:363 ++#: ../src/nautilus-image-properties-page.c:361 + msgid "Created On" + msgstr "এই তারিখে তৈরি করা হয়েছে" + +-#: ../src/nautilus-image-properties-page.c:364 ++#: ../src/nautilus-image-properties-page.c:362 + msgid "Created By" + msgstr "তৈরি করেছে" + + #. Translators: this refers to a legal disclaimer string embedded in + #. * the metadata of an image +-#: ../src/nautilus-image-properties-page.c:367 ++#: ../src/nautilus-image-properties-page.c:365 + msgid "Disclaimer" + msgstr "দাবি পরিত্যাগ" + + # auto translated by TM merge from project: RHEL Deployment Guide, version: 6.2, DocId: Network_Interfaces +-#: ../src/nautilus-image-properties-page.c:368 ++#: ../src/nautilus-image-properties-page.c:366 + msgid "Warning" + msgstr "সতর্কবার্তা" + + # auto translated by TM merge from project: gnome-documents, version: 3.8.3.1, DocId: gnome-documents +-#: ../src/nautilus-image-properties-page.c:369 ++#: ../src/nautilus-image-properties-page.c:367 + msgid "Source" + msgstr "উৎস" + +-#: ../src/nautilus-image-properties-page.c:384 ++#: ../src/nautilus-image-properties-page.c:382 + msgid "Camera Brand" + msgstr "ক্যামেরার ব্র্যান্ড" + +-#: ../src/nautilus-image-properties-page.c:385 ++#: ../src/nautilus-image-properties-page.c:383 + msgid "Camera Model" + msgstr "ক্যামেরার মডেল" + + #. Choose which date to show in order of relevance +-#: ../src/nautilus-image-properties-page.c:388 ++#: ../src/nautilus-image-properties-page.c:386 + msgid "Date Taken" + msgstr "ছবি তোলার তারিখ" + +-#: ../src/nautilus-image-properties-page.c:389 ++#: ../src/nautilus-image-properties-page.c:387 + msgid "Date Digitized" + msgstr "ডিজিটাইজ করার তারিখ" + +-#: ../src/nautilus-image-properties-page.c:390 ++#: ../src/nautilus-image-properties-page.c:388 + msgid "Date Modified" + msgstr "পরিবর্তনের তারিখ" + +-#: ../src/nautilus-image-properties-page.c:394 ++#: ../src/nautilus-image-properties-page.c:392 + msgid "Exposure Time" + msgstr "এক্সপোজারে ব্যয় করা সময়" + +-#: ../src/nautilus-image-properties-page.c:395 ++#: ../src/nautilus-image-properties-page.c:393 + msgid "Aperture Value" + msgstr "অ্যাপার্চারের মান" + +-#: ../src/nautilus-image-properties-page.c:396 ++#: ../src/nautilus-image-properties-page.c:394 + msgid "ISO Speed Rating" + msgstr "ISO গতির মাত্রা" + +-#: ../src/nautilus-image-properties-page.c:397 ++#: ../src/nautilus-image-properties-page.c:395 + msgid "Flash Fired" + msgstr "ফ্ল্যাশ ব্যবহৃত হয়েছে" + +-#: ../src/nautilus-image-properties-page.c:398 ++#: ../src/nautilus-image-properties-page.c:396 + msgid "Metering Mode" + msgstr "মিটার ব্যবহারকারী মোড" + +-#: ../src/nautilus-image-properties-page.c:399 ++#: ../src/nautilus-image-properties-page.c:397 + msgid "Exposure Program" + msgstr "এক্সপোজার প্রোগ্রাম" + + # FIXME +-#: ../src/nautilus-image-properties-page.c:400 ++#: ../src/nautilus-image-properties-page.c:398 + msgid "Focal Length" + msgstr "ফোকাসের দৈর্ঘ্য" + +-#: ../src/nautilus-image-properties-page.c:401 ++#: ../src/nautilus-image-properties-page.c:399 + msgid "Software" + msgstr "সফ্টওয়্যার" + +-#: ../src/nautilus-image-properties-page.c:417 ++#: ../src/nautilus-image-properties-page.c:415 + msgid "Keywords" + msgstr "নির্দেশক শব্দ: (_K)" + +-#: ../src/nautilus-image-properties-page.c:418 ++#: ../src/nautilus-image-properties-page.c:416 + msgid "Creator" + msgstr "নির্মাতা" + +-#: ../src/nautilus-image-properties-page.c:420 ++#: ../src/nautilus-image-properties-page.c:418 + msgid "Rating" + msgstr "মাত্রা" + +-#: ../src/nautilus-image-properties-page.c:443 ++#: ../src/nautilus-image-properties-page.c:441 + msgid "Failed to load image information" + msgstr "ছবি সংক্রান্ত তথ্য পড়তে ব্যর্থ" + + # auto translated by TM merge from project: evolution-data-server, version: 3.8.4, DocId: evolution-data-server-3.8 +-#: ../src/nautilus-image-properties-page.c:708 +-#: ../src/nautilus-list-model.c:372 +-#: ../src/nautilus-window-slot.c:607 +-#: ../src/nautilus-window-slot.c:2258 ++#: ../src/nautilus-image-properties-page.c:706 ++#: ../src/nautilus-list-model.c:365 ../src/nautilus-window-slot.c:618 ++#: ../src/nautilus-window-slot.c:2212 + msgid "Loading…" + msgstr "লোড করা হচ্ছে ..." + +-#: ../src/nautilus-list-model.c:370 ++#: ../src/nautilus-list-model.c:363 + msgid "(Empty)" + msgstr "(ফাঁকা)" + +-#: ../src/nautilus-list-view.c:2579 ++#: ../src/nautilus-list-view.c:1610 ++#| msgid "Use De_fault" ++msgid "Use Default" ++msgstr "ডিফল্ট ব্যবহার করুন" ++ ++#: ../src/nautilus-list-view.c:2943 + #, c-format + msgid "%s Visible Columns" + msgstr "%s প্রদর্শিত কলাম" + + # FIXME +-#: ../src/nautilus-list-view.c:2599 ++#: ../src/nautilus-list-view.c:2962 + msgid "Choose the order of information to appear in this folder:" + msgstr "বর্তমান ফোল্ডারের মধ্যে প্রদর্শিত তথ্যের অনুক্রম নির্বাচন করুন:" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-list-view.c:2654 ++#: ../src/nautilus-list-view.c:3017 + msgid "Visible _Columns…" + msgstr "দৃশ্যমান কলাম (_C)…" + + #. tooltip +-#: ../src/nautilus-list-view.c:2655 ++#: ../src/nautilus-list-view.c:3018 + msgid "Select the columns visible in this folder" + msgstr "বর্তমান ফোল্ডারের মধ্যে প্রদর্শিত কলাম নির্বাচন করুন" + +-#. translators: this is used in the view menu +-#: ../src/nautilus-list-view.c:3327 +-msgid "_List" +-msgstr "তালিকা (_L)" +- +-#: ../src/nautilus-list-view.c:3328 +-msgid "The list view encountered an error." +-msgstr "তালিকা অনুসারে প্রদর্শন ব্যবস্থায় সমস্যা।" +- +-#: ../src/nautilus-list-view.c:3329 +-msgid "The list view encountered an error while starting up." +-msgstr "তালিকা অনুসারে প্রদর্শন ব্যবস্থা আরম্ভ করার সময় সমস্যা।" +- +-#: ../src/nautilus-list-view.c:3330 +-msgid "Display this location with the list view." +-msgstr "বর্তমান অবস্থান তালিকা অনুসারে প্রদর্শন করা হবে।" +- + # FIXME +-#: ../src/nautilus-location-entry.c:260 ++#: ../src/nautilus-location-entry.c:259 + #, c-format + msgid "Do you want to view %d location?" + msgid_plural "Do you want to view %d locations?" + msgstr[0] "%d-টি অবস্থান কি আপনি দেখতে ইচ্ছুক?" + msgstr[1] "%d-টি অবস্থান কি আপনি দেখতে ইচ্ছুক?" + +-#: ../src/nautilus-location-entry.c:264 +-#: ../src/nautilus-mime-actions.c:1086 ++#: ../src/nautilus-location-entry.c:263 ../src/nautilus-mime-actions.c:1061 + #, c-format + msgid "This will open %d separate window." + msgid_plural "This will open %d separate windows." + msgstr[0] "এর ফলে %d-টি পৃথক উইন্ডো খোলা হবে।" + msgstr[1] "এর ফলে %d-টি পৃথক উইন্ডো খোলা হবে।" + +-#: ../src/nautilus-mime-actions.c:656 ++#: ../src/nautilus-mime-actions.c:631 + #, c-format + msgid "The link “%s” is broken. Move it to Trash?" + msgstr "লিঙ্ক “%s” কাজ করছে না। ট্র্যাশে পাঠাবেন?" + +-#: ../src/nautilus-mime-actions.c:658 ++#: ../src/nautilus-mime-actions.c:633 + #, c-format + msgid "The link “%s” is broken." + msgstr "লিঙ্ক “%s” কাজ করছে না।" + +-#: ../src/nautilus-mime-actions.c:664 ++#: ../src/nautilus-mime-actions.c:639 + msgid "This link cannot be used because it has no target." + msgstr "লিঙ্কটিতে কোনো টার্গেট না থাকায় এটি ব্যবহার করা যাবে না।" + +-#: ../src/nautilus-mime-actions.c:666 ++#: ../src/nautilus-mime-actions.c:641 + #, c-format + msgid "This link cannot be used because its target “%s” doesn't exist." +-msgstr "" +-"এই লিঙ্কের টার্গেট “%s” এর অস্তিত্ব না থাকায় এটি ব্যবহার করা যাবে না।" ++msgstr "এই লিঙ্কের টার্গেট “%s” এর অস্তিত্ব না থাকায় এটি ব্যবহার করা যাবে না।" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-mime-actions.c:676 +-#: ../src/nautilus-view.c:7204 +-#: ../src/nautilus-view.c:7318 +-#: ../src/nautilus-view.c:8292 +-#: ../src/nautilus-view.c:8597 ++#: ../src/nautilus-mime-actions.c:651 ../src/nautilus-view.c:7211 ++#: ../src/nautilus-view.c:7325 ../src/nautilus-view.c:8299 ++#: ../src/nautilus-view.c:8618 + msgid "Mo_ve to Trash" + msgstr "আবর্জনার বাক্সে স্থানান্তরণ (_v)" + +-#: ../src/nautilus-mime-actions.c:736 ++#: ../src/nautilus-mime-actions.c:711 + #, c-format + msgid "Do you want to run “%s”, or display its contents?" + msgstr "অাপনি কি “%s” চালাতে, বা তার বিষয়বস্তু প্রদর্শন করতে চান?" + +-#: ../src/nautilus-mime-actions.c:738 ++#: ../src/nautilus-mime-actions.c:713 + #, c-format + msgid "“%s” is an executable text file." + msgstr "“%s” হল এক সম্পাদনযোগ্য পাঠ্য ফাইল।" + +-#: ../src/nautilus-mime-actions.c:744 ++#: ../src/nautilus-mime-actions.c:719 + msgid "Run in _Terminal" + msgstr "টার্মিনালে সঞ্চালন (_T)" + +-#: ../src/nautilus-mime-actions.c:745 ++#: ../src/nautilus-mime-actions.c:720 + msgid "_Display" + msgstr "প্রদর্শন (_D)" + +-#: ../src/nautilus-mime-actions.c:1081 +-#: ../src/nautilus-mime-actions.c:1816 +-#: ../src/nautilus-view.c:957 ++#: ../src/nautilus-mime-actions.c:1056 ../src/nautilus-mime-actions.c:1791 ++#: ../src/nautilus-view.c:955 + msgid "Are you sure you want to open all files?" + msgstr "আপনি কি নিশ্চিতরূপে সব ফাইলগুলি খুলতে ইচ্ছুক?" + +-#: ../src/nautilus-mime-actions.c:1083 ++#: ../src/nautilus-mime-actions.c:1058 + #, c-format + msgid "This will open %d separate tab." + msgid_plural "This will open %d separate tabs." + msgstr[0] "এর ফলে %d-টি পৃথক ট্যাব খোলা হবে।" + msgstr[1] "এর ফলে %d-টি পৃথক ট্যাব খোলা হবে।" + +-#: ../src/nautilus-mime-actions.c:1148 ++#: ../src/nautilus-mime-actions.c:1123 + #, c-format + msgid "Could not display “%s”." + msgstr "“%s” প্রদর্শন করা যায় না।" + +-#: ../src/nautilus-mime-actions.c:1246 ++#: ../src/nautilus-mime-actions.c:1221 + msgid "The file is of an unknown type" + msgstr "অজানা ধরনের ফাইল" + +-#: ../src/nautilus-mime-actions.c:1250 ++#: ../src/nautilus-mime-actions.c:1225 + #, c-format + msgid "There is no application installed for “%s” files" + msgstr "“%s” ফাইলের জন্য কোনো অ্যাপ্লিকেশন ইনস্টল করা নেই" + +-#: ../src/nautilus-mime-actions.c:1265 ++#: ../src/nautilus-mime-actions.c:1240 + msgid "_Select Application" + msgstr "একটি অ্যাপ্লিকেশন বেছে নিন (_S)" + +-#: ../src/nautilus-mime-actions.c:1301 ++#: ../src/nautilus-mime-actions.c:1276 + msgid "There was an internal error trying to search for applications:" + msgstr "অ্যাপ্লিকেশন অনুসন্ধানের সময় অভ্যন্তরীণ ত্রুটি দেখা দিয়েছে:" + +-#: ../src/nautilus-mime-actions.c:1303 ++#: ../src/nautilus-mime-actions.c:1278 + msgid "Unable to search for application" + msgstr "অ্যাপ্লিকেশন অনুসন্ধান করতে ব্যর্থ" + +-#: ../src/nautilus-mime-actions.c:1422 ++#: ../src/nautilus-mime-actions.c:1397 + #, c-format + msgid "" + "There is no application installed for “%s” files.\n" +@@ -3691,389 +3747,152 @@ msgstr "" + "“%s” ফাইলের জন্য কোনো অ্যাপ্লিকেশন ইনস্টল করা নেই।\n" + "এই ফাইলটি খুলতে অাপনি কি কোনো অ্যাপ্লিকেশনের অনুসন্ধান করতে চান?" + +-#: ../src/nautilus-mime-actions.c:1572 ++#: ../src/nautilus-mime-actions.c:1547 + msgid "Untrusted application launcher" + msgstr "অ্যাপ্লিকেশন প্রারম্ভকারী বিশ্বস্ত নয়" + +-#: ../src/nautilus-mime-actions.c:1575 ++#: ../src/nautilus-mime-actions.c:1550 + #, c-format + msgid "" + "The application launcher “%s” has not been marked as trusted. If you do not " + "know the source of this file, launching it may be unsafe." + msgstr "" + "অ্যাপ্লিকেশন লঞ্চার “%s” বিশ্বস্ত হিসাবে চিহ্নিত করা হয়নি। এই ফাইলের সোর্স " +-"অাপনার জানা না থাকলে, এটিকে লঞ্চ করা নিরাপদ নাও হতে পারে।" ++"অাপনার " ++"জানা না থাকলে, এটিকে লঞ্চ করা নিরাপদ নাও হতে পারে।" + +-#: ../src/nautilus-mime-actions.c:1590 ++#: ../src/nautilus-mime-actions.c:1565 + msgid "_Launch Anyway" + msgstr "তথাপি আরম্ভ করা হবে (_L)" + +-#: ../src/nautilus-mime-actions.c:1593 ++#: ../src/nautilus-mime-actions.c:1568 + msgid "Mark as _Trusted" + msgstr "বিশ্বস্ত হিসাবে চিহ্নিত করা হবে (_T)" + +-#: ../src/nautilus-mime-actions.c:1817 ++#: ../src/nautilus-mime-actions.c:1792 + #, c-format + msgid "This will open %d separate application." + msgid_plural "This will open %d separate applications." + msgstr[0] "এটি %d অালাদা অ্যাপ্লিকেশন খুলবে।" + msgstr[1] "এটি %d অালাদা অ্যাপ্লিকেশন খুলবে।" + +-#: ../src/nautilus-mime-actions.c:2245 ++#: ../src/nautilus-mime-actions.c:2212 + msgid "Unable to start location" + msgstr "অবস্থান আরম্ভ করতে ব্যর্থ" + +-#: ../src/nautilus-mime-actions.c:2329 ++#: ../src/nautilus-mime-actions.c:2296 + #, c-format + msgid "Opening “%s”." + msgstr "“%s” খোলা হচ্ছে।" + +-#: ../src/nautilus-mime-actions.c:2332 ++#: ../src/nautilus-mime-actions.c:2299 + #, c-format + msgid "Opening %d item." + msgid_plural "Opening %d items." + msgstr[0] "%d-টি বস্তু খোলা হচ্ছে।" + msgstr[1] "%d-টি বস্তু খোলা হচ্ছে।" + +-#: ../src/nautilus-notebook.c:378 ++#: ../src/nautilus-notebook.c:382 + msgid "Close tab" + msgstr "ট্যাব বন্ধ করুন" + +-# auto translated by TM merge from project: system-config-printer, version: 1.1.16-23, DocId: system-config-printer +-#: ../src/nautilus-places-sidebar.c:241 +-msgid "Devices" +-msgstr "ডিভাইস" +- +-# FIXME +-#: ../src/nautilus-places-sidebar.c:510 +-msgid "Places" +-msgstr "অবস্থান" +- +-# auto translated by TM merge from project: gvfs, version: 1.16.3, DocId: gvfs +-#: ../src/nautilus-places-sidebar.c:517 +-msgid "Recent" +-msgstr "সাম্প্রতিক" +- +-# auto translated by TM merge from project: totem, version: 3.8.2, DocId: totem +-#: ../src/nautilus-places-sidebar.c:519 +-msgid "Recent files" +-msgstr "সাম্প্রতিক ফাইলগুলি" +- +-#. tooltip +-#: ../src/nautilus-places-sidebar.c:530 +-#: ../src/nautilus-window-menus.c:534 +-msgid "Open your personal folder" +-msgstr "ব্যক্তিগত ফোল্ডার খুলুন" +- +-#: ../src/nautilus-places-sidebar.c:542 +-msgid "Open the contents of your desktop in a folder" +-msgstr "ডেস্কটপের মধ্যে উপস্থিত সামগ্রী ফোল্ডারের মধ্যে খোলা হবে" ++#: ../src/nautilus-progress-ui-handler.c:106 ++#: ../src/nautilus-progress-ui-handler.c:158 ++#: ../src/nautilus-progress-ui-handler.c:216 ++#: ../src/nautilus-progress-ui-handler.c:272 ++msgid "File Operations" ++msgstr "ফাইল সংক্রান্ত কাজ" + +-#: ../src/nautilus-places-sidebar.c:556 +-msgid "Open the trash" +-msgstr "আবর্জনার বাক্স খুলুন" ++# auto translated by TM merge from project: gnome-color-manager, version: 3.8.2, DocId: gnome-color-manager ++#: ../src/nautilus-progress-ui-handler.c:117 ++msgid "Show Details" ++msgstr "বিবরণ দেখান" + +-#: ../src/nautilus-places-sidebar.c:608 +-#: ../src/nautilus-places-sidebar.c:633 +-#: ../src/nautilus-places-sidebar.c:816 ++#: ../src/nautilus-progress-ui-handler.c:152 ++#: ../src/nautilus-progress-ui-handler.c:174 + #, c-format +-msgid "Mount and open %s" +-msgstr "%s মাউন্ট করে খুলুন" ++msgid "%'d file operation active" ++msgid_plural "%'d file operations active" ++msgstr[0] "%'d-টি ফাইল সংক্রান্ত সক্রিয় কর্ম" ++msgstr[1] "%'d-টি ফাইল সংক্রান্ত সক্রিয় কর্ম" + +-#: ../src/nautilus-places-sidebar.c:708 +-msgid "Open the contents of the File System" +-msgstr "ফাইল-সিস্টেমের মধ্যে উপস্থিত সকল সামগ্রী খোলা হবে" ++#: ../src/nautilus-progress-ui-handler.c:273 ++msgid "All file operations have been successfully completed" ++msgstr "সকল ফাইল কাজ সফল ভাবে সম্পন্ন করা হয়েছে" + +-#: ../src/nautilus-places-sidebar.c:786 +-msgid "Network" +-msgstr "নেটওয়ার্ক" ++#: ../src/nautilus-properties-window.c:511 ++msgid "You cannot assign more than one custom icon at a time!" ++msgstr "একই সময়ে একাধিক স্বনির্ধারিত আইকন নির্ধারণ করা যাবে না!" + +-# auto translated by TM merge from project: gnome-shell-extensions, version: 3.8.3, DocId: gnome-shell-extensions +-#: ../src/nautilus-places-sidebar.c:792 +-msgid "Browse Network" +-msgstr "নেটওয়ার্ক ব্রাউজ" +- +-#: ../src/nautilus-places-sidebar.c:794 +-msgid "Browse the contents of the network" +-msgstr "নেটওয়ার্কের মধ্যে উপস্থিত সকল সামগ্রী ব্রাউজ করুন" +- +-#: ../src/nautilus-places-sidebar.c:802 +-msgid "Connect to a network server address" +-msgstr "একটি নেটওয়ার্ক সার্ভার ঠিকানার সংগে সংযোগ করুন" +- +-#. Adjust start/stop items to reflect the type of the drive +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:1712 +-#: ../src/nautilus-places-sidebar.c:2858 +-#: ../src/nautilus-view.c:7246 +-#: ../src/nautilus-view.c:7270 +-#: ../src/nautilus-view.c:7342 +-#: ../src/nautilus-view.c:7928 +-#: ../src/nautilus-view.c:7932 +-#: ../src/nautilus-view.c:8015 +-#: ../src/nautilus-view.c:8019 +-#: ../src/nautilus-view.c:8117 +-#: ../src/nautilus-view.c:8121 +-msgid "_Start" +-msgstr "আরম্ভ করুন (_S)" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:1713 +-#: ../src/nautilus-places-sidebar.c:2865 +-#: ../src/nautilus-view.c:7250 +-#: ../src/nautilus-view.c:7274 +-#: ../src/nautilus-view.c:7346 +-#: ../src/nautilus-view.c:7957 +-#: ../src/nautilus-view.c:8044 +-#: ../src/nautilus-view.c:8146 +-#: ../src/nautilus-window-menus.c:469 +-msgid "_Stop" +-msgstr "বন্ধ করুন (_S)" +- +-#. start() for type G_DRIVE_START_STOP_TYPE_SHUTDOWN is normally not used +-#: ../src/nautilus-places-sidebar.c:1718 +-msgid "_Power On" +-msgstr "বিদ্যুৎ সংযোগ (_P)" +- +-#: ../src/nautilus-places-sidebar.c:1719 +-#: ../src/nautilus-view.c:7961 +-#: ../src/nautilus-view.c:8048 +-#: ../src/nautilus-view.c:8150 +-msgid "_Safely Remove Drive" +-msgstr "নিরাপদভাবে ড্রাইভটি সরিয়ে ফেলুন (_S)" +- +-#: ../src/nautilus-places-sidebar.c:1722 +-msgid "_Connect Drive" +-msgstr "ড্রাইভ সংযোগ করা হবে (_C)" +- +-#: ../src/nautilus-places-sidebar.c:1723 +-msgid "_Disconnect Drive" +-msgstr "ড্রাইভ বিচ্ছিন্ন করুন (_D)" +- +-#: ../src/nautilus-places-sidebar.c:1726 +-msgid "_Start Multi-disk Device" +-msgstr "মাল্টি-ডিস্ক ডিভাইস আরম্ভ করা হবে (_S)" +- +-#: ../src/nautilus-places-sidebar.c:1727 +-msgid "_Stop Multi-disk Device" +-msgstr "মাল্টি-ডিস্ক ডিভাইস বন্ধ করা হবে (_S)" +- +-#. stop() for type G_DRIVE_START_STOP_TYPE_PASSWORD is normally not used +-#: ../src/nautilus-places-sidebar.c:1731 +-#: ../src/nautilus-view.c:8031 +-#: ../src/nautilus-view.c:8133 +-msgid "_Unlock Drive" +-msgstr "ড্রাইভ আন-লক করা হবে (_U)" +- +-#: ../src/nautilus-places-sidebar.c:1732 +-#: ../src/nautilus-view.c:7973 +-#: ../src/nautilus-view.c:8060 +-#: ../src/nautilus-view.c:8162 +-msgid "_Lock Drive" +-msgstr "ড্রাইভ লক করুন (_L)" +- +-#: ../src/nautilus-places-sidebar.c:1809 +-#: ../src/nautilus-places-sidebar.c:2453 +-#, c-format +-msgid "Unable to start %s" +-msgstr "%s আরম্ভ করতে ব্যর্থ" +- +-#: ../src/nautilus-places-sidebar.c:2212 +-#: ../src/nautilus-places-sidebar.c:2240 +-#: ../src/nautilus-places-sidebar.c:2268 +-#, c-format +-msgid "Unable to eject %s" +-msgstr "%s বের করতে ব্যর্থ" +- +-#: ../src/nautilus-places-sidebar.c:2408 +-#, c-format +-msgid "Unable to poll %s for media changes" +-msgstr "মিডিয়া পরিবর্তনের জন্য %s পোল করতে ব্যর্থ" +- +-#: ../src/nautilus-places-sidebar.c:2508 +-#, c-format +-msgid "Unable to stop %s" +-msgstr "%s বন্ধ করতে ব্যর্থ" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2780 +-#: ../src/nautilus-view.c:7118 +-#: ../src/nautilus-view.c:8521 +-msgid "_Open" +-msgstr "খুলুন (_O)" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2788 +-#: ../src/nautilus-view.c:7130 +-#: ../src/nautilus-view.c:7300 +-#: ../src/nautilus-view.c:8241 +-#: ../src/nautilus-view.c:8575 +-msgid "Open in New _Tab" +-msgstr "নতুন ট্যাবের মধ্যে খোলা হবে (_T)" +- +-#: ../src/nautilus-places-sidebar.c:2795 +-#: ../src/nautilus-view.c:8233 +-#: ../src/nautilus-view.c:8555 +-msgid "Open in New _Window" +-msgstr "নতুন উইন্ডোর মধ্যে আরম্ভ করা হবে (_W)" +- +-#: ../src/nautilus-places-sidebar.c:2803 +-msgid "_Add Bookmark" +-msgstr "বুকমার্ক যোগ করুন (_A)" +- +-# auto translated by TM merge from project: gtk3, version: 3.8.2, DocId: gtk30 +-#: ../src/nautilus-places-sidebar.c:2818 +-msgid "Rename…" +-msgstr "নাম পরিবর্তন..." +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2830 +-#: ../src/nautilus-view.c:7234 +-#: ../src/nautilus-view.c:7258 +-#: ../src/nautilus-view.c:7330 +-msgid "_Mount" +-msgstr "মাউন্ট করুন (_M)" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2837 +-#: ../src/nautilus-view.c:7238 +-#: ../src/nautilus-view.c:7262 +-#: ../src/nautilus-view.c:7334 +-msgid "_Unmount" +-msgstr "আন-মাউন্ট করুন (_U)" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2844 +-#: ../src/nautilus-view.c:7242 +-#: ../src/nautilus-view.c:7266 +-#: ../src/nautilus-view.c:7338 +-msgid "_Eject" +-msgstr "বহিষ্কার (_E)" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2851 +-#: ../src/nautilus-view.c:7254 +-#: ../src/nautilus-view.c:7278 +-#: ../src/nautilus-view.c:7350 +-msgid "_Detect Media" +-msgstr "মিডিয়া সনাক্ত করা হবে (_D)" +- +-#: ../src/nautilus-places-sidebar.c:2872 +-msgid "_Format…" +-msgstr "ফর্ম্যাট (_F)…" +- +-#: ../src/nautilus-places-sidebar.c:2892 +-msgid "_Properties" +-msgstr "বিবিধ বৈশিষ্ট্য (_P)" +- +-#: ../src/nautilus-places-sidebar.c:3469 +-msgid "Computer" +-msgstr "কম্পিউটার" +- +-#: ../src/nautilus-progress-ui-handler.c:108 +-#: ../src/nautilus-progress-ui-handler.c:160 +-#: ../src/nautilus-progress-ui-handler.c:218 +-#: ../src/nautilus-progress-ui-handler.c:274 +-msgid "File Operations" +-msgstr "ফাইল সংক্রান্ত কাজ" +- +-# auto translated by TM merge from project: gnome-color-manager, version: 3.8.2, DocId: gnome-color-manager +-#: ../src/nautilus-progress-ui-handler.c:119 +-msgid "Show Details" +-msgstr "বিবরণ দেখান" +- +-#: ../src/nautilus-progress-ui-handler.c:154 +-#: ../src/nautilus-progress-ui-handler.c:176 +-#, c-format +-msgid "%'d file operation active" +-msgid_plural "%'d file operations active" +-msgstr[0] "%'d-টি ফাইল সংক্রান্ত সক্রিয় কর্ম" +-msgstr[1] "%'d-টি ফাইল সংক্রান্ত সক্রিয় কর্ম" +- +-#: ../src/nautilus-progress-ui-handler.c:275 +-msgid "All file operations have been successfully completed" +-msgstr "সকল ফাইল কাজ সফল ভাবে সম্পন্ন করা হয়েছে" +- +-#: ../src/nautilus-properties-window.c:490 +-msgid "You cannot assign more than one custom icon at a time!" +-msgstr "একই সময়ে একাধিক স্বনির্ধারিত আইকন নির্ধারণ করা যাবে না!" +- +-#: ../src/nautilus-properties-window.c:491 ++#: ../src/nautilus-properties-window.c:512 + msgid "Please drag just one image to set a custom icon." + msgstr "" + "স্বনির্বাচিত আইকন নির্ধারণের জন্য অনুগ্রহ করে শুধুমাত্র একটি ছবি টেনে আনুন।" + +-#: ../src/nautilus-properties-window.c:502 ++#: ../src/nautilus-properties-window.c:523 + msgid "The file that you dropped is not local." + msgstr "টেনে আনা ফাইলটি স্থানীয় নয়।" + +-#: ../src/nautilus-properties-window.c:503 +-#: ../src/nautilus-properties-window.c:509 ++#: ../src/nautilus-properties-window.c:524 ++#: ../src/nautilus-properties-window.c:530 + msgid "You can only use local images as custom icons." + msgstr "" + "স্বনির্বাচিত আইকন তৈরির জন্য শুধুমাত্র স্থানীয় ফাইল সিস্টেমে অবস্থিত ছবি " +-"ব্যবহার করা যাবে।" ++"ব্যবহার করা " ++"যাবে।" + +-#: ../src/nautilus-properties-window.c:508 ++#: ../src/nautilus-properties-window.c:529 + msgid "The file that you dropped is not an image." + msgstr "টেনে আনা ফাইলটি ছবির ফাইল নয়।" + +-#: ../src/nautilus-properties-window.c:630 ++#: ../src/nautilus-properties-window.c:644 + msgid "_Name:" + msgid_plural "_Names:" + msgstr[0] "নাম: (_N)" + msgstr[1] "নাম: (_N)" + +-#: ../src/nautilus-properties-window.c:825 ++#: ../src/nautilus-properties-window.c:839 + #, c-format + msgid "Properties" + msgstr "বিবিধ বৈশিষ্ট্য" + +-#: ../src/nautilus-properties-window.c:833 ++#: ../src/nautilus-properties-window.c:847 + #, c-format + msgid "%s Properties" + msgstr "%s-র বিবিধ বৈশিষ্ট্য" + + # FIXME +-#: ../src/nautilus-properties-window.c:1222 ++#: ../src/nautilus-properties-window.c:1239 + #, c-format + msgctxt "MIME type description (MIME type)" + msgid "%s (%s)" + msgstr "%s (%s)" + +-#: ../src/nautilus-properties-window.c:1430 ++#: ../src/nautilus-properties-window.c:1440 + msgid "Cancel Group Change?" + msgstr "দল পরিবর্তনের প্রচেষ্টা কি বাতিল করা হবে?" + +-#: ../src/nautilus-properties-window.c:1845 ++#: ../src/nautilus-properties-window.c:1837 + msgid "Cancel Owner Change?" + msgstr "মালিকানা পরিবর্তনের প্রচেষ্টা কি বাতিল করা হবে?" + +-#: ../src/nautilus-properties-window.c:2161 ++#: ../src/nautilus-properties-window.c:2136 + msgid "nothing" + msgstr "কিছু না" + + # FIXME: "পড়া সম্ভব নয়" +-#: ../src/nautilus-properties-window.c:2163 ++#: ../src/nautilus-properties-window.c:2138 + msgid "unreadable" + msgstr "পাঠযোগ্য নয়" + +-#: ../src/nautilus-properties-window.c:2171 ++#: ../src/nautilus-properties-window.c:2146 + #, c-format + msgid "%'d item, with size %s" + msgid_plural "%'d items, totalling %s" + msgstr[0] "%'d-টি বস্তু, সর্বমোট মাপ %s" + msgstr[1] "%'d-টি বস্তু, সর্বমোট মাপ %s" + +-#: ../src/nautilus-properties-window.c:2180 ++#: ../src/nautilus-properties-window.c:2155 + msgid "(some contents unreadable)" + msgstr "(কিছু অংশ পড়ার অযোগ্য)" + +@@ -4082,237 +3901,251 @@ msgstr "(কিছু অংশ পড়ার অযোগ্য)" + #. * "Contents:" title to line up with the first line of the + #. * 2-line value. Maybe there's a better way to do this, but I + #. * couldn't think of one. +-#: ../src/nautilus-properties-window.c:2197 ++#. ++#: ../src/nautilus-properties-window.c:2172 + msgid "Contents:" + msgstr "বিষয়বস্তু:" + + #. Translators: "used" refers to the capacity of the filesystem +-#: ../src/nautilus-properties-window.c:3053 ++#: ../src/nautilus-properties-window.c:3028 + msgid "used" + msgstr "ব্যবহৃত" + + #. Translators: "free" refers to the capacity of the filesystem +-#: ../src/nautilus-properties-window.c:3059 ++#: ../src/nautilus-properties-window.c:3034 + msgid "free" + msgstr "অবশিষ্ট" + +-#: ../src/nautilus-properties-window.c:3061 ++#: ../src/nautilus-properties-window.c:3036 + msgid "Total capacity:" + msgstr "সর্বমোট ধারণ ক্ষমতা:" + +-#: ../src/nautilus-properties-window.c:3064 ++#: ../src/nautilus-properties-window.c:3039 + msgid "Filesystem type:" + msgstr "ফাইল-সিস্টেমের ধরন:" + +-#: ../src/nautilus-properties-window.c:3200 ++#: ../src/nautilus-properties-window.c:3175 + msgid "Basic" + msgstr "প্রাথমিক" + +-#: ../src/nautilus-properties-window.c:3265 ++#: ../src/nautilus-properties-window.c:3240 + msgid "Link target:" + msgstr "লিংক দ্বারা চিহ্নিত বস্তু:" + +-#: ../src/nautilus-properties-window.c:3284 ++#: ../src/nautilus-properties-window.c:3259 + msgid "Location:" + msgstr "অবস্থান:" + +-#: ../src/nautilus-properties-window.c:3292 ++#: ../src/nautilus-properties-window.c:3267 + msgid "Volume:" + msgstr "ভলিউম:" + +-#: ../src/nautilus-properties-window.c:3301 ++#: ../src/nautilus-properties-window.c:3276 + msgid "Accessed:" + msgstr "সর্বশেষ ব্যবহার:" + +-#: ../src/nautilus-properties-window.c:3305 ++#: ../src/nautilus-properties-window.c:3280 + msgid "Modified:" + msgstr "সর্বশেষ পরিবর্তন:" + +-#: ../src/nautilus-properties-window.c:3315 ++#: ../src/nautilus-properties-window.c:3290 + msgid "Free space:" + msgstr "ফাঁকা স্থান:" + + #. translators: this gets concatenated to "no read", + #. * "no access", etc. (see following strings) +-#: ../src/nautilus-properties-window.c:3966 +-#: ../src/nautilus-properties-window.c:3977 +-#: ../src/nautilus-properties-window.c:3989 ++#. ++#: ../src/nautilus-properties-window.c:3941 ++#: ../src/nautilus-properties-window.c:3952 ++#: ../src/nautilus-properties-window.c:3964 + msgid "no " + msgstr "না " + +-#: ../src/nautilus-properties-window.c:3969 ++#: ../src/nautilus-properties-window.c:3944 + msgid "list" + msgstr "তালিকা" + +-#: ../src/nautilus-properties-window.c:3971 ++#: ../src/nautilus-properties-window.c:3946 + msgid "read" + msgstr "পড়া" + +-#: ../src/nautilus-properties-window.c:3980 ++#: ../src/nautilus-properties-window.c:3955 + msgid "create/delete" + msgstr "নির্মাণ/অপসারণ" + +-#: ../src/nautilus-properties-window.c:3982 ++#: ../src/nautilus-properties-window.c:3957 + msgid "write" + msgstr "লেখা" + + # FIXME +-#: ../src/nautilus-properties-window.c:3991 ++#: ../src/nautilus-properties-window.c:3966 + msgid "access" + msgstr "ব্যবহারের অধিকার" + +-#: ../src/nautilus-properties-window.c:4056 ++#: ../src/nautilus-properties-window.c:4031 + msgid "List files only" + msgstr "ফাইল শুধুমাত্র তালিকাভুক্ত করা হবে" + +-#: ../src/nautilus-properties-window.c:4062 ++#: ../src/nautilus-properties-window.c:4037 + msgid "Access files" + msgstr "ফাইল ব্যবহার:" + +-#: ../src/nautilus-properties-window.c:4068 ++#: ../src/nautilus-properties-window.c:4043 + msgid "Create and delete files" + msgstr "ফাইল নির্মাণ ও অপসারণ করুন" + +-#: ../src/nautilus-properties-window.c:4083 ++#: ../src/nautilus-properties-window.c:4058 + msgid "Read-only" + msgstr "শুধুমাত্র পাঠযোগ্য" + +-#: ../src/nautilus-properties-window.c:4089 ++#: ../src/nautilus-properties-window.c:4064 + msgid "Read and write" + msgstr "পড়া ও লেখা" + +-#: ../src/nautilus-properties-window.c:4116 ++#: ../src/nautilus-properties-window.c:4091 + msgid "Access:" + msgstr "ব্যবহারের অধিকার:" + +-#: ../src/nautilus-properties-window.c:4118 ++#: ../src/nautilus-properties-window.c:4093 + msgid "Folder access:" + msgstr "ফোল্ডার ব্যবহারের অধিকার:" + +-#: ../src/nautilus-properties-window.c:4120 ++#: ../src/nautilus-properties-window.c:4095 + msgid "File access:" + msgstr "ফাইল ব্যবহারের অধিকার:" + +-#: ../src/nautilus-properties-window.c:4209 ++#: ../src/nautilus-properties-window.c:4184 + msgid "_Owner:" + msgstr "মালিক: (_O)" + +-#: ../src/nautilus-properties-window.c:4217 +-#: ../src/nautilus-properties-window.c:4481 ++#: ../src/nautilus-properties-window.c:4192 ++#: ../src/nautilus-properties-window.c:4456 + msgid "Owner:" + msgstr "মালিক:" + +-#: ../src/nautilus-properties-window.c:4239 ++#: ../src/nautilus-properties-window.c:4214 + msgid "_Group:" + msgstr "দল: (_G)" + +-#: ../src/nautilus-properties-window.c:4247 +-#: ../src/nautilus-properties-window.c:4495 ++#: ../src/nautilus-properties-window.c:4222 ++#: ../src/nautilus-properties-window.c:4470 + msgid "Group:" + msgstr "দল:" + +-#: ../src/nautilus-properties-window.c:4268 ++#: ../src/nautilus-properties-window.c:4243 + msgid "Others" + msgstr "অন্যান্য" + +-#: ../src/nautilus-properties-window.c:4283 ++#: ../src/nautilus-properties-window.c:4258 + msgid "Execute:" + msgstr "সঞ্চালন:" + +-#: ../src/nautilus-properties-window.c:4286 ++#: ../src/nautilus-properties-window.c:4261 + msgid "Allow _executing file as program" + msgstr "প্রোগ্রাম রূপে ফাইল সঞ্চালন করা যাবে (_e)" + +-#: ../src/nautilus-properties-window.c:4462 ++#: ../src/nautilus-properties-window.c:4437 + msgid "Change Permissions for Enclosed Files" + msgstr "সংযুক্ত ফাইলগুলির অনুমতি পরিবর্তন করুন" + + # auto translated by TM merge from project: gnome-documents, version: 3.8.3.1, DocId: gnome-documents +-#: ../src/nautilus-properties-window.c:4466 ++#: ../src/nautilus-properties-window.c:4441 + msgid "Change" + msgstr "পরিবর্তন করুন" + +-#: ../src/nautilus-properties-window.c:4509 ++#: ../src/nautilus-properties-window.c:4484 + msgid "Others:" + msgstr "অন্যান্য:" + +-#: ../src/nautilus-properties-window.c:4550 ++#: ../src/nautilus-properties-window.c:4525 + msgid "You are not the owner, so you cannot change these permissions." + msgstr "" + "আপনার মালিকানাধীন না হওয়ার ফলে এই অনুমতিগুলি আপনি পরিবর্তন করতে পারবেন না।" + +-#: ../src/nautilus-properties-window.c:4565 ++#: ../src/nautilus-properties-window.c:4540 + msgid "Security context:" + msgstr "নিরাপত্তা প্রসঙ্গ:" + +-#: ../src/nautilus-properties-window.c:4580 ++#: ../src/nautilus-properties-window.c:4555 + msgid "Change Permissions for Enclosed Files…" + msgstr "সংযুক্ত ফাইলগুলির অনুমতি পরিবর্তন করুন…" + +-#: ../src/nautilus-properties-window.c:4590 ++#: ../src/nautilus-properties-window.c:4565 + #, c-format + msgid "The permissions of “%s” could not be determined." + msgstr "“%s” এর অনুমতি নির্ধারণ করা যায়নি।" + +-#: ../src/nautilus-properties-window.c:4593 ++#: ../src/nautilus-properties-window.c:4568 + msgid "The permissions of the selected file could not be determined." + msgstr "নির্বাচিত ফাইলের অনুমতি নির্ধারণ করা যায়নি।" + +-#: ../src/nautilus-properties-window.c:4837 ++#: ../src/nautilus-properties-window.c:4812 + msgid "Open With" + msgstr "চিহ্নিত প্রোগ্রাম সহযোগে খুলুন" + +-#: ../src/nautilus-properties-window.c:5160 ++#: ../src/nautilus-properties-window.c:5129 + msgid "Creating Properties window." + msgstr "বৈশিষ্ট্যাবলী প্রদর্শনকারী উইন্ডো তৈরি করা হচ্ছে।" + +-#: ../src/nautilus-properties-window.c:5460 ++#: ../src/nautilus-properties-window.c:5413 + msgid "Select Custom Icon" + msgstr "স্বনির্বাচিত আইকন বেছে নিন" + +-#: ../src/nautilus-query-editor.c:102 ++#: ../src/nautilus-properties-window.c:5415 ++#| msgid "Never" ++msgid "_Revert" ++msgstr "পূর্বাবস্থা করুন (_R)" ++ ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-properties-window.c:5417 ../src/nautilus-view.c:7123 ++#: ../src/nautilus-view.c:8543 ++msgid "_Open" ++msgstr "খুলুন (_O)" ++ ++#: ../src/nautilus-query-editor.c:101 + msgid "File Type" + msgstr "ফাইলের ধরন" + +-#: ../src/nautilus-query-editor.c:322 ++#: ../src/nautilus-query-editor.c:321 + msgid "Documents" + msgstr "ডকুমেন্ট" + +-#: ../src/nautilus-query-editor.c:340 ++#: ../src/nautilus-query-editor.c:339 + msgid "Music" + msgstr "সংগীত" + +-#: ../src/nautilus-query-editor.c:371 ++#: ../src/nautilus-query-editor.c:370 + msgid "Picture" + msgstr "ছবি" + + # FIXME +-#: ../src/nautilus-query-editor.c:391 ++#: ../src/nautilus-query-editor.c:390 + msgid "Illustration" + msgstr "চিত্র" + +-#: ../src/nautilus-query-editor.c:430 ++#: ../src/nautilus-query-editor.c:429 + msgid "Pdf / Postscript" + msgstr "Pdf / Postscript" + +-#: ../src/nautilus-query-editor.c:438 ++#: ../src/nautilus-query-editor.c:437 + msgid "Text File" + msgstr "টেক্সট ফাইল" + +-#: ../src/nautilus-query-editor.c:517 ++#: ../src/nautilus-query-editor.c:516 + msgid "Select type" + msgstr "ধরন নির্বাচন করুন" + + # auto translated by TM merge from project: cheese, version: 3.8.2, DocId: Cheese +-#: ../src/nautilus-query-editor.c:521 ++#: ../src/nautilus-query-editor.c:520 + msgid "Select" + msgstr "নির্বাচন" + +-#: ../src/nautilus-query-editor.c:602 ++#: ../src/nautilus-query-editor.c:600 + msgid "Any" + msgstr "অনির্দিষ্ট" + +-#: ../src/nautilus-query-editor.c:617 ++#: ../src/nautilus-query-editor.c:615 + msgid "Other Type…" + msgstr "অন্যান্য ধরন..." + +@@ -4337,109 +4170,118 @@ msgstr "সকল ফাইল" + msgid "Add a new criterion to this search" + msgstr "এই অনুসন্ধানের জন্য নতুন নীর্ণায়ক মান যোগ করুন" + +-#: ../src/nautilus-special-location-bar.c:52 ++#: ../src/nautilus-special-location-bar.c:51 + msgid "Files in this folder will appear in the New Document menu." + msgstr "এই ফোল্ডারের ফাইলগুলি নতুন নথি মেনুতে উপস্থিত হবে।" + +-#: ../src/nautilus-special-location-bar.c:55 ++#: ../src/nautilus-special-location-bar.c:54 + msgid "Executable files in this folder will appear in the Scripts menu." + msgstr "এই ফোল্ডারের সম্পাদনযোগ্য ফাইলগুলি স্ক্রিপ্ট মেনুতে উপস্থিত হবে।" + +-#: ../src/nautilus-toolbar.c:488 +-msgid "View options" +-msgstr "বিকল্প দেখুন" +- +-#: ../src/nautilus-toolbar.c:505 ++#. Action Menu ++#: ../src/nautilus-toolbar.c:430 + msgid "Location options" + msgstr "অবস্থান বিকল্প" + +-#: ../src/nautilus-trash-bar.c:203 ++#: ../src/nautilus-toolbar.c:449 ++msgid "View options" ++msgstr "বিকল্প দেখুন" ++ ++#: ../src/nautilus-trash-bar.c:202 + msgid "Restore" + msgstr "পুনঃসঞ্চয় করুন" + +-#: ../src/nautilus-trash-bar.c:206 ++#: ../src/nautilus-trash-bar.c:205 + msgid "Restore selected items to their original position" + msgstr "নির্বাচিত অাইটেমগুলি তাদের প্রকৃত অবস্থানে পুনঃসঞ্চয় করুন" + + # auto translated by TM merge from project: RHEL Installation Guide, version: 5.10, DocId: Partitions-x86 + #. Translators: "Empty" is an action (for the trash) , not a state +-#: ../src/nautilus-trash-bar.c:210 ++#: ../src/nautilus-trash-bar.c:209 + msgid "Empty" + msgstr "খালি করুন" + +-#: ../src/nautilus-view.c:959 ++#: ../src/nautilus-view.c:957 + #, c-format + msgid "This will open %'d separate tab." + msgid_plural "This will open %'d separate tabs." + msgstr[0] "এর ফলে %'d -টি পৃথক ট্যাব খোলা হবে।" + msgstr[1] "এর ফলে %'d -টি পৃথক ট্যাব খোলা হবে।" + +-#: ../src/nautilus-view.c:962 ++#: ../src/nautilus-view.c:960 + #, c-format + msgid "This will open %'d separate window." + msgid_plural "This will open %'d separate windows." + msgstr[0] "এর ফলে %'d -টি পৃথক উইন্ডো খোলা হবে।" + msgstr[1] "এর ফলে %'d -টি পৃথক উইন্ডো খোলা হবে।" + +-#: ../src/nautilus-view.c:1460 ++#: ../src/nautilus-view.c:1475 + msgid "Select Items Matching" + msgstr "সমতূল্য বস্তু নির্বাচন করুন" + +-#: ../src/nautilus-view.c:1475 ++# auto translated by TM merge from project: gtk3, version: 3.8.2, DocId: gtk30 ++#: ../src/nautilus-view.c:1480 ../src/nautilus-view.c:5949 ++msgid "_Select" ++msgstr "নির্বাচন করুন (_S)" ++ ++#: ../src/nautilus-view.c:1488 + msgid "_Pattern:" + msgstr "বিন্যাস: (_P)" + +-#: ../src/nautilus-view.c:1481 ++#: ../src/nautilus-view.c:1494 + msgid "Examples: " + msgstr "উদাহরণ: " + +-#: ../src/nautilus-view.c:1582 ++#: ../src/nautilus-view.c:1595 + msgid "Save Search as" + msgstr "অনুসন্ধানের ফলাফল সংরক্ষণের নাম" + +-#: ../src/nautilus-view.c:1605 ++#: ../src/nautilus-view.c:1601 ++msgid "_Save" ++msgstr "সংরক্ষণ করুন (_S)" ++ ++#: ../src/nautilus-view.c:1618 + msgid "Search _name:" + msgstr "অনুসন্ধানের নাম: (_n)" + +-#: ../src/nautilus-view.c:1622 ++#: ../src/nautilus-view.c:1635 + msgid "_Folder:" + msgstr "ফোল্ডার: (_F)" + +-#: ../src/nautilus-view.c:1627 ++#: ../src/nautilus-view.c:1640 + msgid "Select Folder to Save Search In" + msgstr "অনুসন্ধানের ফলাফল যে ডিরেক্টরিতে সংরক্ষণ করা হবে তা বেছে নিন" + +-#: ../src/nautilus-view.c:2261 ++#: ../src/nautilus-view.c:2284 + msgid "" + "Nautilus 3.6 deprecated this directory and tried migrating this " + "configuration to ~/.local/share/nautilus" + msgstr "" +-"Nautilus 3.6 এই ডিরেক্টরি প্রত্যাখ্যান করেছে এবং এই কনফিগারেশন ~/.local/" +-"share/nautilus এ পাঠানোর চেষ্টা করেছে" ++"Nautilus 3.6 এই ডিরেক্টরি প্রত্যাখ্যান করেছে এবং এই কনফিগারেশন ~/.local/share/" ++"nautilus এ পাঠানোর চেষ্টা করেছে" + + # FIXME +-#: ../src/nautilus-view.c:2689 ++#: ../src/nautilus-view.c:2709 + msgid "Content View" + msgstr "অভ্যন্তরীণ বিষয়বস্তু প্রদর্শন" + +-#: ../src/nautilus-view.c:2690 ++#: ../src/nautilus-view.c:2710 + msgid "View of the current folder" + msgstr "বর্তমান ফোল্ডারের প্রদর্শন ব্যবস্থা" + +-#: ../src/nautilus-view.c:2885 +-#: ../src/nautilus-view.c:2920 ++#: ../src/nautilus-view.c:2907 ../src/nautilus-view.c:2942 + #, c-format + msgid "“%s” selected" + msgstr "“%s” নির্বাচিত" + +-#: ../src/nautilus-view.c:2887 ++#: ../src/nautilus-view.c:2909 + #, c-format + msgid "%'d folder selected" + msgid_plural "%'d folders selected" + msgstr[0] "%'d-টি ফোল্ডার নির্বাচিত হয়েছে" + msgstr[1] "%'d-টি ফোল্ডার নির্বাচিত হয়েছে" + +-#: ../src/nautilus-view.c:2897 ++#: ../src/nautilus-view.c:2919 + #, c-format + msgid "(containing %'d item)" + msgid_plural "(containing %'d items)" +@@ -4447,14 +4289,14 @@ msgstr[0] "(%'d অাইটেম বিশিষ্ট)" + msgstr[1] "(%'d অাইটেম বিশিষ্ট)" + + #. translators: this is preceded with a string of form 'N folders' (N more than 1) +-#: ../src/nautilus-view.c:2908 ++#: ../src/nautilus-view.c:2930 + #, c-format + msgid "(containing a total of %'d item)" + msgid_plural "(containing a total of %'d items)" + msgstr[0] "(মোট %'d অাইটেম বিশিষ্ট)" + msgstr[1] "(মোট %'d অাইটেম বিশিষ্ট)" + +-#: ../src/nautilus-view.c:2923 ++#: ../src/nautilus-view.c:2945 + #, c-format + msgid "%'d item selected" + msgid_plural "%'d items selected" +@@ -4462,7 +4304,7 @@ msgstr[0] "%'d-টি বস্তু নির্বাচিত হয়েছ + msgstr[1] "%'d-টি বস্তু নির্বাচিত হয়েছে" + + #. Folders selected also, use "other" terminology +-#: ../src/nautilus-view.c:2930 ++#: ../src/nautilus-view.c:2952 + #, c-format + msgid "%'d other item selected" + msgid_plural "%'d other items selected" +@@ -4472,7 +4314,8 @@ msgstr[1] "অন্যান্য %'d-টি বস্তু নির্ব + #. This is marked for translation in case a localiser + #. * needs to use something other than parentheses. The + #. * the message in parentheses is the size of the selected items. +-#: ../src/nautilus-view.c:2944 ++#. ++#: ../src/nautilus-view.c:2966 + #, c-format + msgid "(%s)" + msgstr "(%s)" +@@ -4483,249 +4326,259 @@ msgstr "(%s)" + #. * and the number of items in those folders and the + #. * message about the number of other items and the + #. * total size of those items. +-#: ../src/nautilus-view.c:2968 ++#. ++#: ../src/nautilus-view.c:2990 + #, c-format + msgid "%s %s, %s %s" + msgstr "%s %s, %s %s" + +-#: ../src/nautilus-view.c:4341 ++#: ../src/nautilus-view.c:4345 + #, c-format + msgid "Open With %s" + msgstr "%s দিয়ে খুলুন" + +-#: ../src/nautilus-view.c:4343 ++#: ../src/nautilus-view.c:4347 + #, c-format + msgid "Use “%s” to open the selected item" + msgid_plural "Use “%s” to open the selected items" + msgstr[0] "নির্বাচিত অাইটেম খুলতে “%s” ব্যবহার করুন" + msgstr[1] "নির্বাচিত অাইটেম খুলতে “%s” ব্যবহার করুন" + +-#: ../src/nautilus-view.c:5086 ++#: ../src/nautilus-view.c:5092 + #, c-format + msgid "Run “%s” on any selected items" + msgstr "যেকোনো নির্বাচিত অাইটেমে “%s” চালনা করুন" + +-#: ../src/nautilus-view.c:5340 ++#: ../src/nautilus-view.c:5346 + #, c-format + msgid "Create a new document from template “%s”" + msgstr "টেমপ্লেট “%s” থেকে একটি নতুন নথি তৈরি করুন" + +-#: ../src/nautilus-view.c:5940 +-msgid "Select Destination" +-msgstr "গন্তব্যস্থল নির্বাচন করুন" ++#: ../src/nautilus-view.c:5938 ++#| msgid "Select Destination" ++msgid "Select Move Destination" ++msgstr "সরানোর গন্তব্যস্থল নির্বাচন করুন" + +-# auto translated by TM merge from project: gtk3, version: 3.8.2, DocId: gtk30 +-#: ../src/nautilus-view.c:5944 +-msgid "_Select" +-msgstr "নির্বাচন করুন (_S)" ++#: ../src/nautilus-view.c:5940 ++#| msgid "Select Destination" ++msgid "Select Copy Destination" ++msgstr "অনুলিপির গন্তব্যস্থল নির্বাচন করুন" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6456 ++#: ../src/nautilus-view.c:6461 + #, c-format + msgid "Unable to remove “%s”" + msgstr "“%s” সরানো যায়নি" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6483 ++#: ../src/nautilus-view.c:6488 + #, c-format + msgid "Unable to eject “%s”" + msgstr "“%s” ইজেক্ট করতে ব্যর্থ" + +-#: ../src/nautilus-view.c:6505 ++#: ../src/nautilus-view.c:6510 + msgid "Unable to stop drive" + msgstr "ড্রাইভ বন্ধ করতে ব্যর্থ" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6607 ++#: ../src/nautilus-view.c:6612 + #, c-format + msgid "Unable to start “%s”" + msgstr "“%s” আরম্ভ করতে ব্যর্থ" + + #. name, stock id, label +-#: ../src/nautilus-view.c:7098 ++#: ../src/nautilus-view.c:7103 + msgid "New _Document" + msgstr "নতুন নথি (_D)" + + #. name, stock id, label +-#: ../src/nautilus-view.c:7099 ++#: ../src/nautilus-view.c:7104 + msgid "Open Wit_h" + msgstr "উল্লিখিত প্রোগ্রাম সহযোগে সঞ্চালিত (_h)" + +-#: ../src/nautilus-view.c:7100 ++#: ../src/nautilus-view.c:7105 + msgid "Choose a program with which to open the selected item" + msgstr "চিহ্নিত ফাইলটিকে ব্যবহারের জন্য একটি প্রোগ্রাম বেছে নিন" + + # auto translated by TM merge from project: evince, version: 3.8.3, DocId: evince + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7102 +-#: ../src/nautilus-view.c:7355 +-#: ../src/nautilus-window-menus.c:573 ++#: ../src/nautilus-view.c:7107 ../src/nautilus-view.c:7362 ++#: ../src/nautilus-window-menus.c:463 + msgid "P_roperties" + msgstr "বৈশিষ্ট্যাবলী (_r)" + + #. tooltip +-#: ../src/nautilus-view.c:7103 +-#: ../src/nautilus-view.c:8668 ++#: ../src/nautilus-view.c:7108 ../src/nautilus-view.c:8689 + msgid "View or modify the properties of each selected item" + msgstr "প্রতিটি নির্বাচিত বস্তুর বৈশিষ্ট্য প্রদর্শন অথবা পরিবর্তন করুন" + + # auto translated by TM merge from project: brasero, version: 3.8.0, DocId: brasero + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7110 ++#: ../src/nautilus-view.c:7115 + msgid "New _Folder" + msgstr "নতুন ফোল্ডার (_F)" + + #. tooltip +-#: ../src/nautilus-view.c:7111 ++#: ../src/nautilus-view.c:7116 + msgid "Create a new empty folder inside this folder" + msgstr "বর্তমান ফোল্ডারের মধ্যে একটি নতুন ফোল্ডার নির্মাণ করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7114 ++#: ../src/nautilus-view.c:7119 + msgid "New Folder with Selection" + msgstr "নির্বাচন সমেত নতুন ফোল্ডার" + + #. tooltip +-#: ../src/nautilus-view.c:7115 ++#: ../src/nautilus-view.c:7120 + msgid "Create a new folder containing the selected items" + msgstr "নির্বাচিত অাইটেমগুলি সমন্বিত একটি নতুন ফোল্ডার তৈরি করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7119 ++#: ../src/nautilus-view.c:7124 + msgid "Open the selected item in this window" + msgstr "নির্বাচিত বস্তুটি বর্তমান উইন্ডোর মধ্যে খুলুন" + + #. name, stock id + #. label, accelerator ++#: ../src/nautilus-view.c:7131 ++#| msgid "Enter _Location" ++msgid "Open _Item Location" ++msgstr "অাইটেমের অবস্থান খুলুন (_I)" ++ ++#. tooltip ++#: ../src/nautilus-view.c:7132 ++#| msgid "Open the selected item in this window" ++msgid "Open the selected item's location in this window" ++msgstr "এই উইন্ডোতে নির্বাচিত অাইটেমের অবস্থান খুলুন" ++ ++#. name, stock id ++#. label, accelerator + #. Location-specific actions + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7126 +-#: ../src/nautilus-view.c:7296 ++#: ../src/nautilus-view.c:7135 ../src/nautilus-view.c:7303 + msgid "Open in Navigation Window" + msgstr "ন্যাভিগেশন উইন্ডোর মধ্যে খুলুন" + + #. tooltip +-#: ../src/nautilus-view.c:7127 ++#: ../src/nautilus-view.c:7136 + msgid "Open each selected item in a navigation window" + msgstr "নির্বাচিত প্রতিটি বস্তু একটি ন্যাভিগেশন উইন্ডোর মধ্যে খুলুন" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7139 ../src/nautilus-view.c:7307 ++#: ../src/nautilus-view.c:8248 ../src/nautilus-view.c:8596 ++msgid "Open in New _Tab" ++msgstr "নতুন ট্যাবের মধ্যে খোলা হবে (_T)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7131 ++#: ../src/nautilus-view.c:7140 + msgid "Open each selected item in a new tab" + msgstr "নির্বাচিত প্রতিটি বস্তু একটি নতুন ট্যাবের মধ্যে খুলুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7134 ++#: ../src/nautilus-view.c:7143 + msgid "Other _Application…" + msgstr "অন্য অ্যাপ্লিকেশন (_A)…" + + #. tooltip +-#: ../src/nautilus-view.c:7135 +-#: ../src/nautilus-view.c:7139 ++#: ../src/nautilus-view.c:7144 ../src/nautilus-view.c:7148 + msgid "Choose another application with which to open the selected item" + msgstr "চিহ্নিত ফাইলটিকে ব্যবহারের জন্য অপর একটি প্রোগ্রাম বেছে নিন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7138 ++#: ../src/nautilus-view.c:7147 + msgid "Open With Other _Application…" + msgstr "অন্য অ্যাপ্লিকেশন দিয়ে খুলুন (_A)…" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7142 ++#: ../src/nautilus-view.c:7151 + msgid "_Open Scripts Folder" + msgstr "স্ক্রিপ্ট ধারণকারী ফোল্ডার খুলুন (_O)" + + #. tooltip +-#: ../src/nautilus-view.c:7143 ++#: ../src/nautilus-view.c:7152 + msgid "Show the folder containing the scripts that appear in this menu" + msgstr "" + "বর্তমান মেনুর মধ্যে উল্লিখিত স্ক্রিপ্ট ধারণকারী ফোল্ডার প্রদর্শন করা হবে" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../src/nautilus-view.c:7151 ++#: ../src/nautilus-view.c:7160 + msgid "Prepare the selected files to be moved with a Paste command" + msgstr "" + "নির্বাচিত ফাইলগুলি পেস্ট কমান্ড সহযোগে স্থানান্তরের উদ্দেশ্যে প্রস্তুত করুন" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../src/nautilus-view.c:7155 ++#: ../src/nautilus-view.c:7164 + msgid "Prepare the selected files to be copied with a Paste command" + msgstr "" + "নির্বাচিত ফাইলগুলি পেস্ট কমান্ড সহযোগে কপি করার উদ্দেশ্যে প্রস্তুত করুন" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../src/nautilus-view.c:7159 ++#: ../src/nautilus-view.c:7168 + msgid "Move or copy files previously selected by a Cut or Copy command" + msgstr "" +-"কাট অথবা কপি কমান্ডের সাহায্যে পূর্বে নির্বাচিত ফাইল যথাক্রমে স্থানান্তর " +-"অথবা কপি করুন" ++"কাট অথবা কপি কমান্ডের সাহায্যে পূর্বে নির্বাচিত ফাইল যথাক্রমে স্থানান্তর অথবা " ++"কপি করুন" + +-#. We make accelerator "" instead of null here to not inherit the stock +-#. accelerator for paste + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7164 +-#: ../src/nautilus-view.c:7313 ++#: ../src/nautilus-view.c:7171 ../src/nautilus-view.c:7320 + msgid "_Paste Into Folder" + msgstr "ফোল্ডারের মধ্যে পেস্ট করুন (_P)" + + #. tooltip +-#: ../src/nautilus-view.c:7165 ++#: ../src/nautilus-view.c:7172 + msgid "" + "Move or copy files previously selected by a Cut or Copy command into the " + "selected folder" + msgstr "" + "কাট অথবা কপি কমান্ডের সাহায্যে পূর্বে নির্বাচিত ফাইল বাছাইত করার ফোল্ডারের " +-"মধ্যে যথাক্রমে স্থানান্তর অথবা কপি করুন" ++"মধ্যে " ++"যথাক্রমে স্থানান্তর অথবা কপি করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7168 ++#: ../src/nautilus-view.c:7175 + msgid "Copy To…" + msgstr "এখানে অনুলিপি করুন…" + + #. tooltip +-#: ../src/nautilus-view.c:7169 ++#: ../src/nautilus-view.c:7176 + msgid "Copy selected files to another location" + msgstr "নির্বাচিত ফাইলগুলি অন্য একটি জায়গায় অনুলিপি করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7172 ++#: ../src/nautilus-view.c:7179 + msgid "Move To…" + msgstr "এখানে সরান…" + + #. tooltip +-#: ../src/nautilus-view.c:7173 ++#: ../src/nautilus-view.c:7180 + msgid "Move selected files to another location" + msgstr "নির্বাচিত ফাইলগুলি অন্য একটি জায়গায় সরান" + + #. tooltip +-#: ../src/nautilus-view.c:7177 ++#: ../src/nautilus-view.c:7184 + msgid "Select all items in this window" + msgstr "বর্তমান উইন্ডোর মধ্যে উপস্থিত সব বিষয়বস্তু নির্বাচন করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7180 ++#: ../src/nautilus-view.c:7187 + msgid "Select I_tems Matching…" + msgstr "এর সংগে মানানসই অাইটেমগুলি নির্বাচন করুন (_t)…" + + #. tooltip +-#: ../src/nautilus-view.c:7181 ++#: ../src/nautilus-view.c:7188 + msgid "Select items in this window matching a given pattern" + msgstr "" + "বর্তমান উইন্ডোর মধ্যে উপস্থিত, সুনির্দিষ্ট বিন্যাসের সাথে সুসংগত বস্তুগুলি " +@@ -4733,626 +4586,628 @@ msgstr "" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7184 ++#: ../src/nautilus-view.c:7191 + msgid "_Invert Selection" + msgstr "নির্বাচিত মান উল্টে দিন (_I)" + + #. tooltip +-#: ../src/nautilus-view.c:7185 ++#: ../src/nautilus-view.c:7192 + msgid "Select all and only the items that are not currently selected" + msgstr "শুধুমাত্র বর্তমানে নির্বাচন না করা সকল বস্তু নির্বাচন করা হবে" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7188 +-#: ../src/nautilus-view.c:8651 ++#: ../src/nautilus-view.c:7195 ../src/nautilus-view.c:8672 + msgid "Ma_ke Link" + msgid_plural "Ma_ke Links" + msgstr[0] "লিংক নির্মাণ করুন (_k)" + msgstr[1] "লিংক নির্মাণ করুন (_k)" + + #. tooltip +-#: ../src/nautilus-view.c:7189 ++#: ../src/nautilus-view.c:7196 + msgid "Create a symbolic link for each selected item" + msgstr "প্রতিটি নির্মাচিত বস্তুর জন্য সিম্বলিক-লিংক নির্মাণ করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7192 ++#: ../src/nautilus-view.c:7199 + msgid "Rena_me…" + msgstr "নাম পরিবর্তন করুন (_m)…" + + #. tooltip +-#: ../src/nautilus-view.c:7193 ++#: ../src/nautilus-view.c:7200 + msgid "Rename selected item" + msgstr "নির্বাচিত বস্তুর নাম পরিবর্তন করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7196 ++#: ../src/nautilus-view.c:7203 + msgid "Set as Wallpaper" + msgstr "ওয়ালপেপার হিসাবে সেট করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7197 ++#: ../src/nautilus-view.c:7204 + msgid "Make item the wallpaper" + msgstr "অাইটেমটিকে ওয়ালপেপার বানান" + + #. tooltip +-#: ../src/nautilus-view.c:7205 +-#: ../src/nautilus-view.c:8598 ++#: ../src/nautilus-view.c:7212 ../src/nautilus-view.c:8619 + msgid "Move each selected item to the Trash" + msgstr "প্রতিটি নির্বাচিত বস্তু আবর্জনার বাক্সে স্থানান্তর করুন" + +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-view.c:7208 +-#: ../src/nautilus-view.c:7322 +-#: ../src/nautilus-view.c:8628 +-msgid "_Delete" +-msgstr "মুছে ফেলুন (_D)" +- + #. tooltip +-#: ../src/nautilus-view.c:7209 +-#: ../src/nautilus-view.c:8629 ++#: ../src/nautilus-view.c:7216 ../src/nautilus-view.c:8650 + msgid "Delete each selected item, without moving to the Trash" + msgstr "আবর্জনার বাক্সে স্থানান্তর না করে প্রতিটি নির্বাচিত বস্তু মুছে ফেলুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7212 +-#: ../src/nautilus-view.c:7326 ++#: ../src/nautilus-view.c:7219 ../src/nautilus-view.c:7333 + msgid "_Restore" + msgstr "পুনুদ্ধার করুন (_R)" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7216 ++#: ../src/nautilus-view.c:7223 + msgid "_Undo" + msgstr "পূর্বাবস্থা (_U)" + + # auto translated by TM merge from project: evolution, version: el6, DocId: evolution-2.32 + #. tooltip +-#: ../src/nautilus-view.c:7217 ++#: ../src/nautilus-view.c:7224 + msgid "Undo the last action" + msgstr "সর্বশেষ কাজটি পূর্বাবস্থা করুন" + + # auto translated by TM merge from project: gtk3, version: 3.8.2, DocId: gtk30 + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7220 ++#: ../src/nautilus-view.c:7227 + msgid "_Redo" + msgstr "পুনরাবৃত্তি (_R)" + + # auto translated by TM merge from project: evolution, version: el6, DocId: evolution-2.32 + #. tooltip +-#: ../src/nautilus-view.c:7221 ++#: ../src/nautilus-view.c:7228 + msgid "Redo the last undone action" + msgstr "সর্বশেষ পূর্বাবস্থা করা কাজটি অাগের অবস্থায় অানুন" + ++#. + #. * multiview-TODO: decide whether "Reset to Defaults" should + #. * be window-wide, and not just view-wide. + #. * Since this also resets the "Show hidden files" mode, + #. * it is a mixture of both ATM. ++#. + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7230 ++#: ../src/nautilus-view.c:7237 + msgid "Reset View to _Defaults" + msgstr "প্রদর্শনের জন্য ডিফল্ট দৃশ্য ব্যবহার করা হবে (_D)" + + #. tooltip +-#: ../src/nautilus-view.c:7231 ++#: ../src/nautilus-view.c:7238 + msgid "Reset sorting order and zoom level to match preferences for this view" + msgstr "" + "বর্তমান প্রদর্শনের জন্য ধার্য পছন্দসই মান অনুযায়ী অনুক্রম ও প্রদর্শনের মাপ " +-"নির্ধারণ করা হবে" ++"নির্ধারণ করা " ++"হবে" ++ ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7241 ../src/nautilus-view.c:7265 ++#: ../src/nautilus-view.c:7337 ++msgid "_Mount" ++msgstr "মাউন্ট করুন (_M)" + + #. tooltip +-#: ../src/nautilus-view.c:7235 ++#: ../src/nautilus-view.c:7242 + msgid "Mount the selected volume" + msgstr "চিহ্নিত ভলিউমটি মাউন্ট করুন" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7245 ../src/nautilus-view.c:7269 ++#: ../src/nautilus-view.c:7341 ++msgid "_Unmount" ++msgstr "আন-মাউন্ট করুন (_U)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7239 ++#: ../src/nautilus-view.c:7246 + msgid "Unmount the selected volume" + msgstr "চিহ্নিত ভলিউম আন-মাউন্ট করুন" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7249 ../src/nautilus-view.c:7273 ++#: ../src/nautilus-view.c:7345 ++msgid "_Eject" ++msgstr "বহিষ্কার (_E)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7243 ++#: ../src/nautilus-view.c:7250 + msgid "Eject the selected volume" + msgstr "নির্বাচিত ভলিউম থেকে বহিষ্কার করুন" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7253 ../src/nautilus-view.c:7277 ++#: ../src/nautilus-view.c:7349 ../src/nautilus-view.c:7935 ++#: ../src/nautilus-view.c:7939 ../src/nautilus-view.c:8022 ++#: ../src/nautilus-view.c:8026 ../src/nautilus-view.c:8124 ++#: ../src/nautilus-view.c:8128 ++msgid "_Start" ++msgstr "আরম্ভ করুন (_S)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7247 ++#: ../src/nautilus-view.c:7254 + msgid "Start the selected volume" + msgstr "নির্বাচিত ভলিউম আরম্ভ করুন" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7257 ../src/nautilus-view.c:7281 ++#: ../src/nautilus-view.c:7353 ../src/nautilus-view.c:7964 ++#: ../src/nautilus-view.c:8051 ../src/nautilus-view.c:8153 ++#: ../src/nautilus-window-menus.c:387 ++msgid "_Stop" ++msgstr "বন্ধ করুন (_S)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7251 +-#: ../src/nautilus-view.c:8147 ++#: ../src/nautilus-view.c:7258 ../src/nautilus-view.c:8154 + msgid "Stop the selected volume" + msgstr "নির্বাচিত ভলিউম বন্ধ করুন" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7261 ../src/nautilus-view.c:7285 ++#: ../src/nautilus-view.c:7357 ++msgid "_Detect Media" ++msgstr "মিডিয়া সনাক্ত করা হবে (_D)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7255 +-#: ../src/nautilus-view.c:7279 +-#: ../src/nautilus-view.c:7351 ++#: ../src/nautilus-view.c:7262 ../src/nautilus-view.c:7286 ++#: ../src/nautilus-view.c:7358 + msgid "Detect media in the selected drive" + msgstr "নির্বাচিত ড্রাইভের মধ্যে মিডিয়ার উপস্থিতি সনাক্ত করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7259 ++#: ../src/nautilus-view.c:7266 + msgid "Mount the volume associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ভলিউম মাউন্ট করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7263 ++#: ../src/nautilus-view.c:7270 + msgid "Unmount the volume associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ভলিউম আন-মাউন্ট করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7267 ++#: ../src/nautilus-view.c:7274 + msgid "Eject the volume associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ভলিউম বহিষ্কার করা হবে" + + #. tooltip +-#: ../src/nautilus-view.c:7271 ++#: ../src/nautilus-view.c:7278 + msgid "Start the volume associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ভলিউম আরম্ভ করা হবে" + + #. tooltip +-#: ../src/nautilus-view.c:7275 ++#: ../src/nautilus-view.c:7282 + msgid "Stop the volume associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ভলিউম বন্ধ করা হবে" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7282 ++#: ../src/nautilus-view.c:7289 + msgid "Open File and Close window" + msgstr "ফাইল খুলুন ও উইন্ডো বন্ধ করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7286 ++#: ../src/nautilus-view.c:7293 + msgid "Sa_ve Search" + msgstr "অনুসন্ধানের ফলাফল সংরক্ষণ করা হবে (_v)" + + # FIXME: ভাল শোনাচ্ছে না + #. tooltip +-#: ../src/nautilus-view.c:7287 ++#: ../src/nautilus-view.c:7294 + msgid "Save the edited search" + msgstr "অনুসন্ধানের সম্পাদিত ফলাফল সংরক্ষণ করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7290 ++#: ../src/nautilus-view.c:7297 + msgid "Sa_ve Search As…" + msgstr "অনুসন্ধান এইভাবে সংরক্ষণ করুন (_v)…" + + #. tooltip +-#: ../src/nautilus-view.c:7291 ++#: ../src/nautilus-view.c:7298 + msgid "Save the current search as a file" + msgstr "বর্তমান অনুসন্ধান ফাইলরূপে সংরক্ষণ করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7297 ++#: ../src/nautilus-view.c:7304 + msgid "Open this folder in a navigation window" + msgstr "বর্তমান ফোল্ডারটি ন্যাভিগেশন উইন্ডোর মধ্যে খুলুন" + + #. tooltip +-#: ../src/nautilus-view.c:7301 ++#: ../src/nautilus-view.c:7308 + msgid "Open this folder in a new tab" + msgstr "বর্তমান ফোল্ডারটি একটি নতুন ট্যাবের মধ্যে খুলুন" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../src/nautilus-view.c:7306 ++#: ../src/nautilus-view.c:7313 + msgid "Prepare this folder to be moved with a Paste command" + msgstr "" + "পেস্ট কমান্ড সহযোগে বর্তমান ফোল্ডার স্থানান্তরের উদ্দেশ্যে প্রস্তুত করুন" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../src/nautilus-view.c:7310 ++#: ../src/nautilus-view.c:7317 + msgid "Prepare this folder to be copied with a Paste command" + msgstr "পেস্ট কমান্ড সহযোগে বর্তমান ফোল্ডার কপি করার উদ্দেশ্যে প্রস্তুত করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7314 ++#: ../src/nautilus-view.c:7321 + msgid "" + "Move or copy files previously selected by a Cut or Copy command into this " + "folder" + msgstr "" + "কাট অথবা কপি কমান্ডের সাহায্যে পূর্বে নির্বাচিত ফাইলগুলি চিহ্নিত ফোল্ডারের " +-"মধ্যে যথাক্রমে স্থানান্তর অথবা কপি করুন" ++"মধ্যে " ++"যথাক্রমে স্থানান্তর অথবা কপি করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7319 ++#: ../src/nautilus-view.c:7326 + msgid "Move this folder to the Trash" + msgstr "বর্তমান ফোল্ডারটি আবর্জনার বাক্সে স্থানান্তর করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7323 ++#: ../src/nautilus-view.c:7330 + msgid "Delete this folder, without moving to the Trash" + msgstr "বর্তমান ফোল্ডারটি আবর্জনার বাক্সে স্থানান্তর না করে মুছে ফেলুন" + + #. tooltip +-#: ../src/nautilus-view.c:7331 ++#: ../src/nautilus-view.c:7338 + msgid "Mount the volume associated with this folder" + msgstr "চিহ্নিত ফোল্ডারের সাথে যুক্ত ভলিউম মাউন্ট করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7335 ++#: ../src/nautilus-view.c:7342 + msgid "Unmount the volume associated with this folder" + msgstr "চিহ্নিত ফোল্ডারের সাথে যুক্ত ভলিউম আন-মাউন্ট করুন" + + #. tooltip +-#: ../src/nautilus-view.c:7339 ++#: ../src/nautilus-view.c:7346 + msgid "Eject the volume associated with this folder" + msgstr "চিহ্নিত ফোল্ডারের সাথে যুক্ত ভলিউম বের করে নিন" + + #. tooltip +-#: ../src/nautilus-view.c:7343 ++#: ../src/nautilus-view.c:7350 + msgid "Start the volume associated with this folder" + msgstr "চিহ্নিত ফোল্ডারের সাথে যুক্ত ভলিউম আরম্ভ করা হবে" + + #. tooltip +-#: ../src/nautilus-view.c:7347 ++#: ../src/nautilus-view.c:7354 + msgid "Stop the volume associated with this folder" + msgstr "চিহ্নিত ফোল্ডারের সাথে যুক্ত ভলিউম বন্ধ করা হবে" + + #. tooltip +-#: ../src/nautilus-view.c:7356 +-#: ../src/nautilus-window-menus.c:574 ++#: ../src/nautilus-view.c:7363 ../src/nautilus-window-menus.c:464 + msgid "View or modify the properties of this folder" + msgstr "বর্তমান ফোল্ডারের বৈশিষ্ট্য প্রদর্শন অথবা পরিবর্তন করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7362 ++#: ../src/nautilus-view.c:7369 + msgid "Show _Hidden Files" + msgstr "আড়াল করা ফাইল প্রদর্শন করা হবে (_H)" + + #. tooltip +-#: ../src/nautilus-view.c:7363 ++#: ../src/nautilus-view.c:7370 + msgid "Toggle the display of hidden files in the current window" + msgstr "বর্তমান উইন্ডোর মধ্যে আড়াল করা ফাইলের প্রদর্শন আরম্ভ অথবা বন্ধ করুন" + +-#: ../src/nautilus-view.c:7424 ++#: ../src/nautilus-view.c:7431 + msgid "Run or manage scripts" + msgstr "স্ক্রিপ্ট চালান বা ব্যবস্থাপনা করুন" + + #. Create a script action here specially because its tooltip is dynamic +-#: ../src/nautilus-view.c:7426 ++#: ../src/nautilus-view.c:7433 + msgid "_Scripts" + msgstr "স্ক্রিপ্ট (_S)" + +-#: ../src/nautilus-view.c:7776 ++#: ../src/nautilus-view.c:7783 + #, c-format + msgid "Move the open folder out of the trash to “%s”" + msgstr "খোলা ফোল্ডারটি ট্র্যাশ থেকে “%s” এ সরান" + +-#: ../src/nautilus-view.c:7780 ++#: ../src/nautilus-view.c:7787 + #, c-format + msgid "Move the selected folder out of the trash to “%s”" + msgstr "নির্বাচিত ফোল্ডারটি ট্র্যাশ থেকে “%s” এ সরান" + +-#: ../src/nautilus-view.c:7783 ++#: ../src/nautilus-view.c:7790 + #, c-format + msgid "Move the selected folders out of the trash to “%s”" + msgstr "নির্বাচিত ফোল্ডারগুলি ট্র্যাশ থেকে “%s” এ সরান" + +-#: ../src/nautilus-view.c:7788 ++#: ../src/nautilus-view.c:7795 + msgid "Move the selected folder out of the trash" + msgstr "চিহ্নিত ফোল্ডারটি আবর্জনার বাক্স থেকে স্থানান্তর করুন" + +-#: ../src/nautilus-view.c:7790 ++#: ../src/nautilus-view.c:7797 + msgid "Move the selected folders out of the trash" + msgstr "নির্বাচিত ফোল্ডারগুলি ট্র্যাশ থেকে সরান" + +-#: ../src/nautilus-view.c:7796 ++#: ../src/nautilus-view.c:7803 + #, c-format + msgid "Move the selected file out of the trash to “%s”" + msgstr "নির্বাচিত ফাইল ট্র্যাশ থেকে “%s” এ সরান" + +-#: ../src/nautilus-view.c:7799 ++#: ../src/nautilus-view.c:7806 + #, c-format + msgid "Move the selected files out of the trash to “%s”" + msgstr "নির্বাচিত ফাইলগুলি ট্র্যাশ থেকে “%s” এ সরান" + +-#: ../src/nautilus-view.c:7804 ++#: ../src/nautilus-view.c:7811 + msgid "Move the selected file out of the trash" + msgstr "চিহ্নিত ফাইলটি আবর্জনার বাক্স থেকে বের করে নিন" + +-#: ../src/nautilus-view.c:7806 ++#: ../src/nautilus-view.c:7813 + msgid "Move the selected files out of the trash" + msgstr "নির্বাচিত ফাইলগুলি ট্র্যাশ থেকে সরান" + +-#: ../src/nautilus-view.c:7812 ++#: ../src/nautilus-view.c:7819 + #, c-format + msgid "Move the selected item out of the trash to “%s”" + msgstr "নির্বাচিত অাইটেমটি ট্র্যাশ থেকে “%s” এ সরান" + +-#: ../src/nautilus-view.c:7815 ++#: ../src/nautilus-view.c:7822 + #, c-format + msgid "Move the selected items out of the trash to “%s”" + msgstr "নির্বাচিত অাইটেমগুলি ট্র্যাশ থেকে “%s” এ সরান" + +-#: ../src/nautilus-view.c:7820 ++#: ../src/nautilus-view.c:7827 + msgid "Move the selected item out of the trash" + msgstr "চিহ্নিত বস্তুটি আবর্জনার বাক্স থেকে বের করে নিন" + +-#: ../src/nautilus-view.c:7822 ++#: ../src/nautilus-view.c:7829 + msgid "Move the selected items out of the trash" + msgstr "নির্বাচিত অাইটেমগুলি ট্র্যাশ থেকে সরান" + +-#: ../src/nautilus-view.c:7929 +-#: ../src/nautilus-view.c:7933 +-#: ../src/nautilus-view.c:8118 +-#: ../src/nautilus-view.c:8122 ++#: ../src/nautilus-view.c:7936 ../src/nautilus-view.c:7940 ++#: ../src/nautilus-view.c:8125 ../src/nautilus-view.c:8129 + msgid "Start the selected drive" + msgstr "নির্বাচিত ড্রাইভ আরম্ভ করা হবে" + +-#: ../src/nautilus-view.c:7936 +-#: ../src/nautilus-view.c:8023 +-#: ../src/nautilus-view.c:8125 ++#: ../src/nautilus-view.c:7943 ../src/nautilus-view.c:8030 ++#: ../src/nautilus-view.c:8132 + msgid "_Connect" + msgstr "সংযোগ স্থাপনা (_C)" + +-#: ../src/nautilus-view.c:7937 +-#: ../src/nautilus-view.c:8126 ++#: ../src/nautilus-view.c:7944 ../src/nautilus-view.c:8133 + msgid "Connect to the selected drive" + msgstr "নির্বাচিত ড্রাইভের সাথে সংযোগ স্থাপন করা হবে" + +-#: ../src/nautilus-view.c:7940 +-#: ../src/nautilus-view.c:8027 +-#: ../src/nautilus-view.c:8129 ++#: ../src/nautilus-view.c:7947 ../src/nautilus-view.c:8034 ++#: ../src/nautilus-view.c:8136 + msgid "_Start Multi-disk Drive" + msgstr "মাল্টি-ডিস্ক ড্রাইভ আরম্ভ করা হবে (_S)" + +-#: ../src/nautilus-view.c:7941 +-#: ../src/nautilus-view.c:8130 ++#: ../src/nautilus-view.c:7948 ../src/nautilus-view.c:8137 + msgid "Start the selected multi-disk drive" + msgstr "নির্বাচিত মাল্টি-ডিস্ক ড্রাইভ আরম্ভ করা হবে" + +-#: ../src/nautilus-view.c:7944 ++#: ../src/nautilus-view.c:7951 + msgid "U_nlock Drive" + msgstr "ড্রাইভ আন-লক করা হবে (_n)" + +-#: ../src/nautilus-view.c:7945 +-#: ../src/nautilus-view.c:8134 ++#: ../src/nautilus-view.c:7952 ../src/nautilus-view.c:8141 + msgid "Unlock the selected drive" + msgstr "নির্বাচিত ড্রাইভ আন-লক করা হবে" + +-#: ../src/nautilus-view.c:7958 ++#: ../src/nautilus-view.c:7965 + msgid "Stop the selected drive" + msgstr "নির্বাচিত ড্রাইভ বন্ধ করুন" + +-#: ../src/nautilus-view.c:7962 +-#: ../src/nautilus-view.c:8151 ++#: ../src/nautilus-view.c:7968 ../src/nautilus-view.c:8055 ++#: ../src/nautilus-view.c:8157 ++msgid "_Safely Remove Drive" ++msgstr "নিরাপদভাবে ড্রাইভটি সরিয়ে ফেলুন (_S)" ++ ++#: ../src/nautilus-view.c:7969 ../src/nautilus-view.c:8158 + msgid "Safely remove the selected drive" + msgstr "নির্বাচিত ড্রাইভটি নিরাপদভাবে সরিয়ে ফেলুন" + +-#: ../src/nautilus-view.c:7965 +-#: ../src/nautilus-view.c:8052 +-#: ../src/nautilus-view.c:8154 ++#: ../src/nautilus-view.c:7972 ../src/nautilus-view.c:8059 ++#: ../src/nautilus-view.c:8161 + msgid "_Disconnect" + msgstr "বিচ্ছিন্ন করুন (_D)" + +-#: ../src/nautilus-view.c:7966 +-#: ../src/nautilus-view.c:8155 ++#: ../src/nautilus-view.c:7973 ../src/nautilus-view.c:8162 + msgid "Disconnect the selected drive" + msgstr "নির্বাচিত ড্রাইভ বিচ্ছিন্ন করুন" + +-#: ../src/nautilus-view.c:7969 +-#: ../src/nautilus-view.c:8056 +-#: ../src/nautilus-view.c:8158 ++#: ../src/nautilus-view.c:7976 ../src/nautilus-view.c:8063 ++#: ../src/nautilus-view.c:8165 + msgid "_Stop Multi-disk Drive" + msgstr "মাল্টি-ডিস্ক ড্রাইভ বন্ধ করুন (_S)" + +-#: ../src/nautilus-view.c:7970 +-#: ../src/nautilus-view.c:8159 ++#: ../src/nautilus-view.c:7977 ../src/nautilus-view.c:8166 + msgid "Stop the selected multi-disk drive" + msgstr "নির্বাচিত মাল্টি-ডিস্ক ড্রাইভ বন্ধ করুন" + +-#: ../src/nautilus-view.c:7974 +-#: ../src/nautilus-view.c:8163 ++#: ../src/nautilus-view.c:7980 ../src/nautilus-view.c:8067 ++#: ../src/nautilus-view.c:8169 ++msgid "_Lock Drive" ++msgstr "ড্রাইভ লক করুন (_L)" ++ ++#: ../src/nautilus-view.c:7981 ../src/nautilus-view.c:8170 + msgid "Lock the selected drive" + msgstr "নির্বাচিত ড্রাইভ লক করা হবে" + +-#: ../src/nautilus-view.c:8016 +-#: ../src/nautilus-view.c:8020 ++#: ../src/nautilus-view.c:8023 ../src/nautilus-view.c:8027 + msgid "Start the drive associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ড্রাইভ আরম্ভ করা হবে" + +-#: ../src/nautilus-view.c:8024 ++#: ../src/nautilus-view.c:8031 + msgid "Connect to the drive associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ড্রাইভের সাথে সংযোগ স্থাপন করা হবে" + +-#: ../src/nautilus-view.c:8028 ++#: ../src/nautilus-view.c:8035 + msgid "Start the multi-disk drive associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত মাল্টি-ডিস্ক ড্রাইভ আরম্ভ করা হবে" + +-#: ../src/nautilus-view.c:8032 ++#: ../src/nautilus-view.c:8038 ../src/nautilus-view.c:8140 ++msgid "_Unlock Drive" ++msgstr "ড্রাইভ আন-লক করা হবে (_U)" ++ ++#: ../src/nautilus-view.c:8039 + msgid "Unlock the drive associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ড্রাইভ আন-লক করা হবে" + +-#: ../src/nautilus-view.c:8045 ++#: ../src/nautilus-view.c:8052 + msgid "_Stop the drive associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ড্রাইভ বন্ধ করা হবে (_S)" + +-#: ../src/nautilus-view.c:8049 ++#: ../src/nautilus-view.c:8056 + msgid "Safely remove the drive associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ড্রাইভটি নিরাপদভাবে সরিয়ে ফেলুন" + +-#: ../src/nautilus-view.c:8053 ++#: ../src/nautilus-view.c:8060 + msgid "Disconnect the drive associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ড্রাইভ বিচ্ছিন্ন করা হবে" + +-#: ../src/nautilus-view.c:8057 ++#: ../src/nautilus-view.c:8064 + msgid "Stop the multi-disk drive associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত মাল্টি-ডিস্ক ড্রাইভ বন্ধ করা হবে" + +-#: ../src/nautilus-view.c:8061 ++#: ../src/nautilus-view.c:8068 + msgid "Lock the drive associated with the open folder" + msgstr "খোলা ফোল্ডারের সাথে যুক্ত ড্রাইভ লক করা হবে" + +-#: ../src/nautilus-view.c:8288 +-#: ../src/nautilus-view.c:8593 ++#: ../src/nautilus-view.c:8240 ../src/nautilus-view.c:8576 ++msgid "Open in New _Window" ++msgstr "নতুন উইন্ডোর মধ্যে আরম্ভ করা হবে (_W)" ++ ++#: ../src/nautilus-view.c:8295 ../src/nautilus-view.c:8614 + msgid "_Delete Permanently" + msgstr "স্থানীয়রূপে মুছে ফেলুন (_D)" + +-#: ../src/nautilus-view.c:8289 ++#: ../src/nautilus-view.c:8296 + msgid "Delete the open folder permanently" + msgstr "বর্তমান ফোল্ডার স্থানীয়রূপে মুছে ফেলুন" + +-#: ../src/nautilus-view.c:8293 ++#: ../src/nautilus-view.c:8300 + msgid "Move the open folder to the Trash" + msgstr "বর্তমান ফোল্ডারটি আবর্জনার বাক্সে স্থানান্তর করুন" + +-#: ../src/nautilus-view.c:8464 ++#: ../src/nautilus-view.c:8486 + #, c-format + msgid "New Folder with Selection (%'d Item)" + msgid_plural "New Folder with Selection (%'d Items)" + msgstr[0] "নির্বাচন সমেত নতুন ফোল্ডার (%'d অাইটেম)" + msgstr[1] "নির্বাচন সমেত নতুন ফোল্ডার (%'d অাইটেম)" + +-#: ../src/nautilus-view.c:8508 ++#: ../src/nautilus-view.c:8530 + #, c-format + msgid "_Open With %s" + msgstr "%s সহযোগে খুলুন (_O)" + + # auto translated by TM merge from project: virt-manager, version: 0.9.0, DocId: virt-manager +-#: ../src/nautilus-view.c:8519 ++#: ../src/nautilus-view.c:8541 + msgid "Run" + msgstr "চালান" + +-#: ../src/nautilus-view.c:8557 ++#: ../src/nautilus-view.c:8578 + #, c-format + msgid "Open in %'d New _Window" + msgid_plural "Open in %'d New _Windows" + msgstr[0] "%'d নতুন উইন্ডোর মধ্যে খুলুন (_W)" + msgstr[1] "%'d নতুন উইন্ডোর মধ্যে খুলুন (_W)" + +-#: ../src/nautilus-view.c:8577 ++#: ../src/nautilus-view.c:8598 + #, c-format + msgid "Open in %'d New _Tab" + msgid_plural "Open in %'d New _Tabs" + msgstr[0] "%'d নতুন ট্যাবের মধ্যে খুলুন (_T)" + msgstr[1] "%'d নতুন ট্যাবের মধ্যে খুলুন (_T)" + +-#: ../src/nautilus-view.c:8594 ++#: ../src/nautilus-view.c:8615 + msgid "Delete all selected items permanently" + msgstr "নির্বাচিত সব সামগ্রী স্থায়ীরূপে মুছে ফেলুন" + +-#: ../src/nautilus-view.c:8625 ++#: ../src/nautilus-view.c:8646 + msgid "Remo_ve from Recent" + msgstr "সাম্প্রতিক থেকে সরান (_v)" + +-#: ../src/nautilus-view.c:8626 ++#: ../src/nautilus-view.c:8647 + msgid "Remove each selected item from the recently used list" + msgstr "সাম্প্রতিক ব্যবহৃত তালিকা থেকে প্রত্যেক নির্বাচিত অাইটেম সরান" + +-#: ../src/nautilus-view.c:8666 ++#: ../src/nautilus-view.c:8687 + msgid "View or modify the properties of the open folder" + msgstr "বর্তমান ফোল্ডারের বৈশিষ্ট্য প্রদর্শন অথবা পরিবর্তন করুন" + +-#: ../src/nautilus-view-dnd.c:171 +-#: ../src/nautilus-view-dnd.c:205 +-#: ../src/nautilus-view-dnd.c:296 ++#: ../src/nautilus-view-dnd.c:169 ../src/nautilus-view-dnd.c:203 ++#: ../src/nautilus-view-dnd.c:294 + msgid "Drag and drop is not supported." + msgstr "টেনে এনে ফেলে দেওয়ার প্রক্রিয়া অসমর্থিত।" + + # FIXME: I am not satisfied with this "টেনে এনে ফেলে দেওয়া" ;-( +-#: ../src/nautilus-view-dnd.c:172 ++#: ../src/nautilus-view-dnd.c:170 + msgid "Drag and drop is only supported on local file systems." + msgstr "" + "টেনে এনে ফেলে দেওয়ার প্রক্রিয়া শুধুমাত্র স্থানীয় ফাইল সিস্টেমের ক্ষেত্রে " + "প্রযোজ্য।" + +-#: ../src/nautilus-view-dnd.c:206 +-#: ../src/nautilus-view-dnd.c:297 ++#: ../src/nautilus-view-dnd.c:204 ../src/nautilus-view-dnd.c:295 + msgid "An invalid drag type was used." + msgstr "টেনে আনার সময় ভুল পদ্ধতি অবলম্বন করা হয়েছে।" + + #. Translator: This is the filename used for when you dnd text to a directory +-#: ../src/nautilus-view-dnd.c:383 ++#: ../src/nautilus-view-dnd.c:382 + msgid "Dropped Text.txt" + msgstr "Dropped Text.txt" + + #. Translator: This is the filename used for when you dnd raw + #. * data to a directory, if the source didn't supply a name. +-#: ../src/nautilus-view-dnd.c:472 ++#. ++#: ../src/nautilus-view-dnd.c:480 + msgid "dropped data" + msgstr "dropped data" + +-#: ../src/nautilus-window.c:832 ++#: ../src/nautilus-window.c:827 ++msgid "_Properties" ++msgstr "বিবিধ বৈশিষ্ট্য (_P)" ++ ++#: ../src/nautilus-window.c:836 ++msgid "_Format…" ++msgstr "ফর্ম্যাট (_F)…" ++ ++#: ../src/nautilus-window.c:1187 + msgid "_New Tab" + msgstr "নতুন ট্যাব (_N)" + +-#: ../src/nautilus-window.c:842 +-#: ../src/nautilus-window-menus.c:566 ++#: ../src/nautilus-window.c:1197 ../src/nautilus-window-menus.c:456 + msgid "Move Tab _Left" + msgstr "ট্যাব বাঁদিকে সরিয়ে নিন (_L)" + +-#: ../src/nautilus-window.c:850 +-#: ../src/nautilus-window-menus.c:569 ++#: ../src/nautilus-window.c:1205 ../src/nautilus-window-menus.c:459 + msgid "Move Tab _Right" + msgstr "ট্যাব ডানদিকে সরিয়ে নিন (_R)" + +-#: ../src/nautilus-window.c:861 ++#: ../src/nautilus-window.c:1216 + msgid "_Close Tab" + msgstr "ট্যাব বন্ধ করুন (_C)" + +-#: ../src/nautilus-window.c:2031 +-msgid "" +-"Files is free software; you can redistribute it and/or modify it under the " +-"terms of the GNU General Public License as published by the Free Software " +-"Foundation; either version 2 of the License, or (at your option) any later " +-"version." +-msgstr "" +-"Files বিনামূল্যের সফ্টওয়্যার; Free Software Foundation দ্বারা প্রকাশিত GNU " +-"General Public License-র শর্তানুযায়ী এটি বিতরণ ও পরিবর্তন করা যাবে; " +-"লাইসেন্সের সংস্করণ ২ অথবা (আপনার সুবিধানুযায়ী) ঊর্ধ্বতন কোনো সংস্করণের অধীন।" +- +-#: ../src/nautilus-window.c:2035 +-msgid "" +-"Files is distributed in the hope that it will be useful, but WITHOUT ANY " +-"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +-"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +-"details." +-msgstr "" +-"Files বিতরণ করার মূল উদ্দেশ্য যে ব্যবহারকারীরা এর দ্বারা উপকৃত হবেন, কিন্তু " +-"এটির জন্য কোনো সুস্পষ্ট ওয়ারেন্টি উপস্থিত নেই; বাণিজ্যিক ও কোনো সুনির্দিষ্ট " +-"কর্ম সাধনের জন্য অন্তর্নিহীত ওয়ারেন্টিও অনুপস্থিত। অধিক জানতে GNU General " +-"Public License পড়ুন।" +- +-#: ../src/nautilus-window.c:2039 +-msgid "" +-"You should have received a copy of the GNU General Public License along with " +-"Nautilus; if not, write to the Free Software Foundation, Inc., 51 Franklin " +-"Street, Fifth Floor, Boston, MA 02110-1301 USA" +-msgstr "" +-"Nautilus-র সাথে GNU General Public Licensep-র একটি প্রতিলিপি উপলব্ধ হওয়া " +-"উচিত; না থাকলে নিম্নলিখিত ঠিকানায় লিখে তা সংগ্রহ করুন Free Software " +-"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" +- +-#. Translators: these two strings here indicate the copyright time span, +-#. * e.g. 1999-2011. +-#: ../src/nautilus-window.c:2054 +-msgid "Copyright © %Id–%Id The Files authors" +-msgstr "কপিরাইট © %Id–%Id The Files লেখক" +- +-#: ../src/nautilus-window.c:2060 ++#: ../src/nautilus-window.c:2290 + msgid "Access and organize your files." + msgstr "অাপনার ফাইলগুলি অ্যাক্সেস এবং সংগঠিত করুন।" + + #. Translators should localize the following string + #. * which will be displayed at the bottom of the about + #. * box to give credit to the translator(s). +-#: ../src/nautilus-window.c:2070 ++#. ++#: ../src/nautilus-window.c:2299 + msgid "translator-credits" + msgstr "" + "গনোম বাংলা অনুবাদ প্রকল্পের পক্ষে, প্রজ্ঞা [ Progga@BengaLinux.Org ]\n" +@@ -5360,303 +5215,203 @@ msgstr "" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:458 ++#: ../src/nautilus-window-menus.c:379 + msgid "_Close" + msgstr "বন্ধ করুন (_C)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:459 ++#: ../src/nautilus-window-menus.c:380 + msgid "Close this folder" + msgstr "বর্তমান ফোল্ডার বন্ধ করুন" + +-#: ../src/nautilus-window-menus.c:463 +-msgid "Edit Nautilus preferences" +-msgstr "Nautilus সংক্রান্ত বৈশিষ্ট্য পরিবর্তন করুন" +- +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:465 ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-window-menus.c:383 + msgid "Open _Parent" + msgstr "উর্ধ্বস্থ ফোল্ডার খুলুন (_P)" + +-#: ../src/nautilus-window-menus.c:466 ++#: ../src/nautilus-window-menus.c:384 + msgid "Open the parent folder" + msgstr "উর্ধ্বস্থ ফোল্ডার খুলুন" + + #. tooltip +-#: ../src/nautilus-window-menus.c:470 ++#: ../src/nautilus-window-menus.c:388 + msgid "Stop loading the current location" + msgstr "বর্তমান অবস্থানের তথ্য লোড বন্ধ করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:473 ++#: ../src/nautilus-window-menus.c:391 + msgid "_Reload" + msgstr "পুনরায় লোড করুন (_R)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:474 ++#: ../src/nautilus-window-menus.c:392 + msgid "Reload the current location" + msgstr "বর্তমান অবস্থান পুনরায় লোড করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:481 +-msgid "_All Topics" +-msgstr "সমস্ত বিষয় (_A)" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:482 +-msgid "Display Nautilus help" +-msgstr "Nautilus সহায়িকা প্রদর্শন" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:485 +-msgid "Search for files" +-msgstr "ফাইলগুলি অনুসন্ধান করুন" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:486 +-msgid "" +-"Locate files based on file name and type. Save your searches for later use." +-msgstr "" +-"ফাইলের নাম এবং ধরনের উপরে ভিত্তি করে ফাইলগুলির অবস্থান নির্দিষ্ট করুন। " +-"অাপনার করা অনুসন্ধানগুলি পরবর্তী সময়ে ব্যবহারের জন্য সংরক্ষণ করুন।" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:489 +-msgid "Sort files and folders" +-msgstr "ফাইল এবং ফোল্ডারগুলি বাছাই করুন" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:490 +-msgid "Arrange files by name, size, type, or when they were changed." +-msgstr "" +-"ফাইলগুলিকে নাম, মাপ, ধরন বা তাদের কখন পরিবর্তন করা হয়েছে সেই অনুসারে সাজান।" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:493 +-msgid "Find a lost file" +-msgstr "কোনো হারিয়ে যাওয়া ফাইল খুঁজুন" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:494 +-msgid "Follow these tips if you can't find a file you created or downloaded." +-msgstr "" +-"অাপনি অাপনার তৈরি করা বা ডাউনলোড করা কোনো ফাইল খঁজে না পেলে এই পরামর্শগুলি " +-"পালন করে দেখুন।" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:497 +-msgid "Share and transfer files" +-msgstr "ফাইলগুলি ভাগ করুন এবং স্থানান্তর করুন" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:498 +-msgid "" +-"Easily transfer files to your contacts and devices from the file manager." +-msgstr "" +-"ফাইল ম্যানেজার থেকে অাপনার পরিচিতি এবং ডিভাইসে ফাইলগুলি সহজই স্থানান্তর " +-"করুন।" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:501 +-msgid "_About" +-msgstr "পরিচিতি (_A)" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:502 +-msgid "Display credits for the creators of Nautilus" +-msgstr "Nautilus নির্মাতাবৃন্দের স্বীকৃতি প্রদর্শন করা হবে" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:505 ++#: ../src/nautilus-window-menus.c:399 + msgid "Zoom _In" + msgstr "বড় করে প্রদর্শন (_I)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:506 ++#: ../src/nautilus-window-menus.c:400 + msgid "Increase the view size" + msgstr "প্রদর্শনে মাপ বৃদ্ধি করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:517 ++#: ../src/nautilus-window-menus.c:411 + msgid "Zoom _Out" + msgstr "ছোট করে প্রদর্শন (_O)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:518 ++#: ../src/nautilus-window-menus.c:412 + msgid "Decrease the view size" + msgstr "প্রদর্শনের মাপ হ্রাস করুন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:525 ++#: ../src/nautilus-window-menus.c:419 + msgid "Normal Si_ze" + msgstr "স্বাভাবিক মাপ (_z)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:526 ++#: ../src/nautilus-window-menus.c:420 + msgid "Use the normal view size" + msgstr "স্বাভাবিক প্রদর্শনের মাপ ব্যবহার করা হবে" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:529 +-msgid "Connect to _Server…" +-msgstr "সার্ভারের সংগে সংযোগ করুন (_S)…" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:530 +-msgid "Connect to a remote computer or shared disk" +-msgstr "দূরবর্তী কম্পিউটার অথবা শেয়ার করা ডিস্কের সাথে সংযোগ স্থাপন করা হবে" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:533 +-#: ../src/nautilus-window-menus.c:705 ++#: ../src/nautilus-window-menus.c:423 ../src/nautilus-window-menus.c:557 + msgid "_Home" + msgstr "ব্যক্তিগত ফোল্ডার (_H)" + +-#: ../src/nautilus-window-menus.c:537 +-msgid "Open another Nautilus window for the displayed location" +-msgstr "প্রদর্শিত অবস্থানের জন্য পৃথক Nautilus উইন্ডো খোলা হবে" ++#. tooltip ++#: ../src/nautilus-window-menus.c:424 ++msgid "Open your personal folder" ++msgstr "ব্যক্তিগত ফোল্ডার খুলুন" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:539 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:427 + msgid "New _Tab" + msgstr "নতুন ট্যাব (_T)" + +-#: ../src/nautilus-window-menus.c:540 ++#: ../src/nautilus-window-menus.c:428 + msgid "Open another tab for the displayed location" + msgstr "প্রদর্শিত অবস্থানের জন্য পৃথক ট্যাব খোলা হবে" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:542 +-msgid "Close _All Windows" +-msgstr "সব উইন্ডো বন্ধ করুন (_W)" +- +-#: ../src/nautilus-window-menus.c:543 +-msgid "Close all Navigation windows" +-msgstr "সব ন্যাভিগেশন উইন্ডো বন্ধ করুন" +- +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:545 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:431 + msgid "_Back" + msgstr "পূর্ববর্তী (_B)" + +-#: ../src/nautilus-window-menus.c:546 ++#: ../src/nautilus-window-menus.c:432 + msgid "Go to the previous visited location" + msgstr "পূর্ববর্তী প্রদর্শিত অবস্থানে চলুন" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:548 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:435 + msgid "_Forward" + msgstr "পরবর্তী (_F)" + +-#: ../src/nautilus-window-menus.c:549 ++#: ../src/nautilus-window-menus.c:436 + msgid "Go to the next visited location" + msgstr "পরবর্তী প্রদর্শিত অবস্থানে চলুন" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:551 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:439 + msgid "Enter _Location…" + msgstr "অবস্থান উল্লেখ করুন (_L)…" + +-#: ../src/nautilus-window-menus.c:552 ++#: ../src/nautilus-window-menus.c:440 + msgid "Specify a location to open" + msgstr "খোলার উদ্দেশ্যে একটি অবস্থান নির্ধারণ করুন" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:554 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:443 + msgid "Bookmark this Location" + msgstr "এই অবস্থান বুকমার্ক করুন" + +-#: ../src/nautilus-window-menus.c:555 ++#: ../src/nautilus-window-menus.c:444 + msgid "Add a bookmark for the current location" + msgstr "বর্তমান অবস্থানের জন্য একটি বুকমার্ক যোগ করুন" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:557 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:447 + msgid "_Bookmarks…" + msgstr "বুকমার্ক (_B)…" + +-#: ../src/nautilus-window-menus.c:558 ++#: ../src/nautilus-window-menus.c:448 + msgid "Display and edit bookmarks" + msgstr "বুকমার্ক প্রদর্শন এবং সম্পাদন করুন" + +-#: ../src/nautilus-window-menus.c:560 ++#: ../src/nautilus-window-menus.c:450 + msgid "_Previous Tab" + msgstr "পূর্ববর্তী ট্যাব (_P)" + +-#: ../src/nautilus-window-menus.c:561 ++#: ../src/nautilus-window-menus.c:451 + msgid "Activate previous tab" + msgstr "পূর্ববর্তী ট্যাব সক্রিয় করুন" + +-#: ../src/nautilus-window-menus.c:563 ++#: ../src/nautilus-window-menus.c:453 + msgid "_Next Tab" + msgstr "পরবর্তী ট্যাব (_N)" + +-#: ../src/nautilus-window-menus.c:564 ++#: ../src/nautilus-window-menus.c:454 + msgid "Activate next tab" + msgstr "পরবর্তী ট্যাব সক্রিয় করুন" + +-#: ../src/nautilus-window-menus.c:567 ++#: ../src/nautilus-window-menus.c:457 + msgid "Move current tab to left" + msgstr "বর্তমান ট্যাব বাঁদিকে সরিয়ে নিন" + +-#: ../src/nautilus-window-menus.c:570 ++#: ../src/nautilus-window-menus.c:460 + msgid "Move current tab to right" + msgstr "বর্তমান ট্যাব ডানদিকে সরিয়ে নিন" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:584 ++#: ../src/nautilus-window-menus.c:478 + msgid "_Show Sidebar" + msgstr "পার্শ্ববর্তী বার দেখান (_S)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:585 ++#: ../src/nautilus-window-menus.c:479 + msgid "Change the visibility of this window's side pane" + msgstr "বর্তমান উইন্ডোর পার্শ্ববর্তী বার প্রদর্শন অথবা আড়াল করুন" + + #. is_active + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:589 ++#: ../src/nautilus-window-menus.c:483 + msgid "_Search for Files…" + msgstr "ফাইলগুলি অনুসন্ধান করুন (_S)…" + + #. tooltip +-#: ../src/nautilus-window-menus.c:590 ++#: ../src/nautilus-window-menus.c:484 + msgid "Search documents and folders by name" + msgstr "নাম অনুযায়ী নথিপত্র অথবা ফোল্ডার অনুসন্ধান করুন" + +-#: ../src/nautilus-window-menus.c:596 +-#: ../src/nautilus-window-menus.c:598 ++#: ../src/nautilus-window-menus.c:490 ../src/nautilus-window-menus.c:492 + msgid "List" + msgstr "তালিকা" + +-#: ../src/nautilus-window-menus.c:597 ++#: ../src/nautilus-window-menus.c:491 + msgid "View items as a list" + msgstr "অাইটেমগুলি তালিকার অাকারে দেখুন" + +-#: ../src/nautilus-window-menus.c:599 ++#: ../src/nautilus-window-menus.c:493 + msgid "View items as a grid of icons" + msgstr "অাইটেমগুলিকে অাইকনগুলির গ্রিড হিসাবে দেখুন" + +-#: ../src/nautilus-window-menus.c:702 ++#: ../src/nautilus-window-menus.c:554 + msgid "_Up" + msgstr "উপর (_U)" + +-#: ../src/nautilus-window-slot.c:1286 +-#: ../src/nautilus-window-slot.c:1460 ++#: ../src/nautilus-window-slot.c:1288 ../src/nautilus-window-slot.c:1460 + #, c-format + msgid "Unable to load location" + msgstr "অবস্থান লোড করা যায়নি" +@@ -5674,7 +5429,8 @@ msgid "" + "Unable to find the requested file. Please check the spelling and try again." + msgstr "" + "অনুরোধ জানানো ফাইলটি খুঁজে পাওয়া গেল না। অনুগ্রহ করে বানান ঠিক অাছে কিনা " +-"দেখে নিয়ে অাবার চেষ্টা করুন।" ++"দেখে " ++"নিয়ে অাবার চেষ্টা করুন।" + + #: ../src/nautilus-window-slot.c:1627 + #, c-format +@@ -5697,78 +5453,319 @@ msgstr "অনুরোধ জানানো অবস্থান অ্যা + #. * the code that guesses web addresses when there's no initial "/". + #. * But this case is also hit for legitimate web addresses when + #. * the proxy is set up wrong. ++#. + #: ../src/nautilus-window-slot.c:1646 + msgid "" + "Unable to find the requested location. Please check the spelling or the " + "network settings." + msgstr "" + "অনুরোধ জানানো অবস্থান খঁজে পাওয়া গেল না। অনুগ্রহ বানান ঠিক অাছে কিনা দেখুন " +-"বা নেটওয়ার্ক সেটিং দেখুন।" ++"বা " ++"নেটওয়ার্ক সেটিং দেখুন।" + + #: ../src/nautilus-window-slot.c:1657 + #, c-format + msgid "Unhandled error message: %s" + msgstr "অব্যবস্থিত ত্রুটি বার্তা: %s" + +-#: ../src/nautilus-window-slot.c:2258 ++#: ../src/nautilus-window-slot.c:2212 + msgid "Searching…" + msgstr "অনুসন্ধান করা হচ্ছে..." + +-#: ../src/nautilus-x-content-bar.c:93 ++#: ../src/nautilus-x-content-bar.c:92 + msgid "Audio CD" + msgstr "অডিও CD" + +-#: ../src/nautilus-x-content-bar.c:95 ++#: ../src/nautilus-x-content-bar.c:94 + msgid "Audio DVD" + msgstr "অডিও DVD" + +-#: ../src/nautilus-x-content-bar.c:97 ++#: ../src/nautilus-x-content-bar.c:96 + msgid "Video DVD" + msgstr "ভিডিও DVD" + +-#: ../src/nautilus-x-content-bar.c:99 ++#: ../src/nautilus-x-content-bar.c:98 + msgid "Video CD" + msgstr "ভিডিও CD" + +-#: ../src/nautilus-x-content-bar.c:101 ++#: ../src/nautilus-x-content-bar.c:100 + msgid "Super Video CD" + msgstr "সুপার ভিডিও CD" + +-#: ../src/nautilus-x-content-bar.c:103 ++#: ../src/nautilus-x-content-bar.c:102 + msgid "Photo CD" + msgstr "ফটো CD" + +-#: ../src/nautilus-x-content-bar.c:105 ++#: ../src/nautilus-x-content-bar.c:104 + msgid "Picture CD" + msgstr "ছবি CD" + +-#: ../src/nautilus-x-content-bar.c:107 +-#: ../src/nautilus-x-content-bar.c:140 ++#: ../src/nautilus-x-content-bar.c:106 ../src/nautilus-x-content-bar.c:139 + msgid "Contains digital photos" + msgstr "ডিজিটাল ফোটো বিশিষ্ট" + +-#: ../src/nautilus-x-content-bar.c:109 ++#: ../src/nautilus-x-content-bar.c:108 + msgid "Contains music" + msgstr "মিউজিক বিশিষ্ট" + +-#: ../src/nautilus-x-content-bar.c:111 ++#: ../src/nautilus-x-content-bar.c:110 + msgid "Contains software" + msgstr "সফ্টওয়্যার বিশিষ্ট" + + #. fallback to generic greeting +-#: ../src/nautilus-x-content-bar.c:114 ++#: ../src/nautilus-x-content-bar.c:113 + #, c-format + msgid "Detected as “%s”" + msgstr "“%s” হিসাবে সনাক্ত হয়েছে" + +-#: ../src/nautilus-x-content-bar.c:136 ++#: ../src/nautilus-x-content-bar.c:135 + msgid "Contains music and photos" + msgstr "মিউজিক এবং ফোটো বিশিষ্ট" + +-#: ../src/nautilus-x-content-bar.c:138 ++#: ../src/nautilus-x-content-bar.c:137 + msgid "Contains photos and music" + msgstr "ফোটো এবং মিউজিক বিশিষ্ট" + +-#: ../src/nautilus-x-content-bar.c:195 ++#: ../src/nautilus-x-content-bar.c:201 + msgid "Open with:" + msgstr "এর সাহায্যে খুলুন:" ++ ++#~ msgid "Input Methods" ++#~ msgstr "ইনপুট পদ্ধতি" ++ ++#~ msgid "Set as _Background" ++#~ msgstr "পটভুমি রূপে ধার্য করা হবে (_B)" ++ ++#~ msgid "Send To…" ++#~ msgstr "এখানে পাঠান…" ++ ++#~ msgid "--geometry cannot be used with more than one URI." ++#~ msgstr "--geometry, একের বেশি URI এর সংগে ব্যবহার করা যায় না।" ++ ++#~ msgid "" ++#~ "\n" ++#~ "\n" ++#~ "Browse the file system with the file manager" ++#~ msgstr "" ++#~ "\n" ++#~ "\n" ++#~ "ফাইল পরিচালনব্যবস্থা সহযোগে ফাইল-সিস্টেম ব্রাউজ করুন" ++ ++# auto translated by TM merge from project: evolution-data-server, version: 3.8.4, DocId: evolution-data-server-3.8 ++#~ msgid "Could not parse arguments" ++#~ msgstr "অার্গুমেন্ট পার্জ করা গেল না" ++ ++#~ msgid "Connect to _Server" ++#~ msgstr "সার্ভারের সংগে সংযোগ করুন (_S)" ++ ++#~ msgid "_About Files" ++#~ msgstr "ফাইলগুলি বিষয়ে (_A)" ++ ++#~ msgid "_Icons" ++#~ msgstr "আইকন (_I)" ++ ++#~ msgid "The icon view encountered an error." ++#~ msgstr "আইকন অনুসারে প্রদর্শনে সমস্যা।" ++ ++#~ msgid "The icon view encountered an error while starting up." ++#~ msgstr "আইকন অনুসারে প্রদর্শন ব্যবস্থা আরম্ভ করার সময় সমস্যা।" ++ ++#~ msgid "Display this location with the icon view." ++#~ msgstr "বর্তমান অবস্থানটি আইকন দৃশ্যের সাহায্যে প্রদর্শন করা হবে।" ++ ++#~ msgid "There was an error displaying help." ++#~ msgstr "সহায়িকা প্রদর্শনে সমস্যা।" ++ ++#~ msgid "Don't recognize this file server type." ++#~ msgstr "এই ফাইল সার্ভার ধরন অনুমোদিত করবেন না।" ++ ++#~ msgid "_Browse" ++#~ msgstr "ব্রাউজ (_B)" ++ ++#~ msgid "The desktop view encountered an error." ++#~ msgstr "ডেস্কটপ অনুসারে প্রদর্শন ব্যবস্থায় সমস্যা।" ++ ++#~ msgid "The desktop view encountered an error while starting up." ++#~ msgstr "ডেস্কটপ অনুসারে প্রদর্শন ব্যবস্থা আরম্ভ করার সময় সমস্যা।" ++ ++#~ msgid "_List" ++#~ msgstr "তালিকা (_L)" ++ ++#~ msgid "The list view encountered an error." ++#~ msgstr "তালিকা অনুসারে প্রদর্শন ব্যবস্থায় সমস্যা।" ++ ++#~ msgid "The list view encountered an error while starting up." ++#~ msgstr "তালিকা অনুসারে প্রদর্শন ব্যবস্থা আরম্ভ করার সময় সমস্যা।" ++ ++#~ msgid "Display this location with the list view." ++#~ msgstr "বর্তমান অবস্থান তালিকা অনুসারে প্রদর্শন করা হবে।" ++ ++# auto translated by TM merge from project: system-config-printer, version: 1.1.16-23, DocId: system-config-printer ++#~ msgid "Devices" ++#~ msgstr "ডিভাইস" ++ ++# FIXME ++#~ msgid "Places" ++#~ msgstr "অবস্থান" ++ ++# auto translated by TM merge from project: gvfs, version: 1.16.3, DocId: gvfs ++#~ msgid "Recent" ++#~ msgstr "সাম্প্রতিক" ++ ++# auto translated by TM merge from project: totem, version: 3.8.2, DocId: totem ++#~ msgid "Recent files" ++#~ msgstr "সাম্প্রতিক ফাইলগুলি" ++ ++#~ msgid "Open the contents of your desktop in a folder" ++#~ msgstr "ডেস্কটপের মধ্যে উপস্থিত সামগ্রী ফোল্ডারের মধ্যে খোলা হবে" ++ ++#~ msgid "Open the trash" ++#~ msgstr "আবর্জনার বাক্স খুলুন" ++ ++#~ msgid "Mount and open %s" ++#~ msgstr "%s মাউন্ট করে খুলুন" ++ ++#~ msgid "Open the contents of the File System" ++#~ msgstr "ফাইল-সিস্টেমের মধ্যে উপস্থিত সকল সামগ্রী খোলা হবে" ++ ++#~ msgid "Network" ++#~ msgstr "নেটওয়ার্ক" ++ ++# auto translated by TM merge from project: gnome-shell-extensions, version: 3.8.3, DocId: gnome-shell-extensions ++#~ msgid "Browse Network" ++#~ msgstr "নেটওয়ার্ক ব্রাউজ" ++ ++#~ msgid "Browse the contents of the network" ++#~ msgstr "নেটওয়ার্কের মধ্যে উপস্থিত সকল সামগ্রী ব্রাউজ করুন" ++ ++#~ msgid "Connect to a network server address" ++#~ msgstr "একটি নেটওয়ার্ক সার্ভার ঠিকানার সংগে সংযোগ করুন" ++ ++#~ msgid "_Power On" ++#~ msgstr "বিদ্যুৎ সংযোগ (_P)" ++ ++#~ msgid "_Connect Drive" ++#~ msgstr "ড্রাইভ সংযোগ করা হবে (_C)" ++ ++#~ msgid "_Disconnect Drive" ++#~ msgstr "ড্রাইভ বিচ্ছিন্ন করুন (_D)" ++ ++#~ msgid "_Start Multi-disk Device" ++#~ msgstr "মাল্টি-ডিস্ক ডিভাইস আরম্ভ করা হবে (_S)" ++ ++#~ msgid "_Stop Multi-disk Device" ++#~ msgstr "মাল্টি-ডিস্ক ডিভাইস বন্ধ করা হবে (_S)" ++ ++#~ msgid "Unable to start %s" ++#~ msgstr "%s আরম্ভ করতে ব্যর্থ" ++ ++#~ msgid "Unable to eject %s" ++#~ msgstr "%s বের করতে ব্যর্থ" ++ ++#~ msgid "Unable to poll %s for media changes" ++#~ msgstr "মিডিয়া পরিবর্তনের জন্য %s পোল করতে ব্যর্থ" ++ ++#~ msgid "Unable to stop %s" ++#~ msgstr "%s বন্ধ করতে ব্যর্থ" ++ ++#~ msgid "_Add Bookmark" ++#~ msgstr "বুকমার্ক যোগ করুন (_A)" ++ ++# auto translated by TM merge from project: gtk3, version: 3.8.2, DocId: gtk30 ++#~ msgid "Rename…" ++#~ msgstr "নাম পরিবর্তন..." ++ ++#~ msgid "Computer" ++#~ msgstr "কম্পিউটার" ++ ++#~ msgid "" ++#~ "Files is free software; you can redistribute it and/or modify it under " ++#~ "the terms of the GNU General Public License as published by the Free " ++#~ "Software Foundation; either version 2 of the License, or (at your option) " ++#~ "any later version." ++#~ msgstr "" ++#~ "Files বিনামূল্যের সফ্টওয়্যার; Free Software Foundation দ্বারা প্রকাশিত GNU " ++#~ "General Public License-র শর্তানুযায়ী এটি বিতরণ ও পরিবর্তন করা যাবে; " ++#~ "লাইসেন্সের সংস্করণ ২ অথবা (আপনার সুবিধানুযায়ী) ঊর্ধ্বতন কোনো সংস্করণের অধীন।" ++ ++#~ msgid "" ++#~ "Files is distributed in the hope that it will be useful, but WITHOUT ANY " ++#~ "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " ++#~ "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " ++#~ "details." ++#~ msgstr "" ++#~ "Files বিতরণ করার মূল উদ্দেশ্য যে ব্যবহারকারীরা এর দ্বারা উপকৃত হবেন, কিন্তু এটির " ++#~ "জন্য কোনো সুস্পষ্ট ওয়ারেন্টি উপস্থিত নেই; বাণিজ্যিক ও কোনো সুনির্দিষ্ট কর্ম সাধনের " ++#~ "জন্য অন্তর্নিহীত ওয়ারেন্টিও অনুপস্থিত। অধিক জানতে GNU General Public License " ++#~ "পড়ুন।" ++ ++#~ msgid "" ++#~ "You should have received a copy of the GNU General Public License along " ++#~ "with Nautilus; if not, write to the Free Software Foundation, Inc., 51 " ++#~ "Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" ++#~ msgstr "" ++#~ "Nautilus-র সাথে GNU General Public Licensep-র একটি প্রতিলিপি উপলব্ধ হওয়া " ++#~ "উচিত; না থাকলে নিম্নলিখিত ঠিকানায় লিখে তা সংগ্রহ করুন Free Software " ++#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 " ++#~ "USA" ++ ++#~ msgid "Copyright © %Id–%Id The Files authors" ++#~ msgstr "কপিরাইট © %Id–%Id The Files লেখক" ++ ++#~ msgid "Edit Nautilus preferences" ++#~ msgstr "Nautilus সংক্রান্ত বৈশিষ্ট্য পরিবর্তন করুন" ++ ++#~ msgid "_All Topics" ++#~ msgstr "সমস্ত বিষয় (_A)" ++ ++#~ msgid "Display Nautilus help" ++#~ msgstr "Nautilus সহায়িকা প্রদর্শন" ++ ++#~ msgid "Search for files" ++#~ msgstr "ফাইলগুলি অনুসন্ধান করুন" ++ ++#~ msgid "" ++#~ "Locate files based on file name and type. Save your searches for later " ++#~ "use." ++#~ msgstr "" ++#~ "ফাইলের নাম এবং ধরনের উপরে ভিত্তি করে ফাইলগুলির অবস্থান নির্দিষ্ট করুন। অাপনার " ++#~ "করা অনুসন্ধানগুলি পরবর্তী সময়ে ব্যবহারের জন্য সংরক্ষণ করুন।" ++ ++#~ msgid "Sort files and folders" ++#~ msgstr "ফাইল এবং ফোল্ডারগুলি বাছাই করুন" ++ ++#~ msgid "Arrange files by name, size, type, or when they were changed." ++#~ msgstr "" ++#~ "ফাইলগুলিকে নাম, মাপ, ধরন বা তাদের কখন পরিবর্তন করা হয়েছে সেই অনুসারে সাজান।" ++ ++#~ msgid "Find a lost file" ++#~ msgstr "কোনো হারিয়ে যাওয়া ফাইল খুঁজুন" ++ ++#~ msgid "" ++#~ "Follow these tips if you can't find a file you created or downloaded." ++#~ msgstr "" ++#~ "অাপনি অাপনার তৈরি করা বা ডাউনলোড করা কোনো ফাইল খঁজে না পেলে এই পরামর্শগুলি " ++#~ "পালন করে দেখুন।" ++ ++#~ msgid "Share and transfer files" ++#~ msgstr "ফাইলগুলি ভাগ করুন এবং স্থানান্তর করুন" ++ ++#~ msgid "" ++#~ "Easily transfer files to your contacts and devices from the file manager." ++#~ msgstr "" ++#~ "ফাইল ম্যানেজার থেকে অাপনার পরিচিতি এবং ডিভাইসে ফাইলগুলি সহজই স্থানান্তর করুন।" ++ ++#~ msgid "Display credits for the creators of Nautilus" ++#~ msgstr "Nautilus নির্মাতাবৃন্দের স্বীকৃতি প্রদর্শন করা হবে" ++ ++#~ msgid "Connect to a remote computer or shared disk" ++#~ msgstr "দূরবর্তী কম্পিউটার অথবা শেয়ার করা ডিস্কের সাথে সংযোগ স্থাপন করা হবে" ++ ++#~ msgid "Open another Nautilus window for the displayed location" ++#~ msgstr "প্রদর্শিত অবস্থানের জন্য পৃথক Nautilus উইন্ডো খোলা হবে" ++ ++#~ msgid "Close _All Windows" ++#~ msgstr "সব উইন্ডো বন্ধ করুন (_W)" ++ ++#~ msgid "Close all Navigation windows" ++#~ msgstr "সব ন্যাভিগেশন উইন্ডো বন্ধ করুন" +diff --git a/po/fa.po b/po/fa.po +index 295419e..5647971 100644 +--- a/po/fa.po ++++ b/po/fa.po +@@ -7,14 +7,16 @@ + # Elnaz Sarbar , 2005, 2008. + # Mahyar Moghimi , 2010, 2011. + # Mohammad Javad Badiee , 2010. +-# Arash Mousavi , 2011, 2012, 2013. ++# Arash Mousavi , 2011, 2012, 2013, 2014. ++# Danial Behzadi , 2014. + # + msgid "" + msgstr "" + "Project-Id-Version: nautilus\n" +-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus&keywords=I18N+L10N&component=Internationalization (i18n)\n" +-"POT-Creation-Date: 2013-08-13 12:29+0000\n" +-"PO-Revision-Date: 2013-10-05 21:58+0330\n" ++"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" ++"product=nautilus&keywords=I18N+L10N&component=Internationalization (i18n)\n" ++"POT-Creation-Date: 2014-10-06 22:20+0000\n" ++"PO-Revision-Date: 2014-10-10 22:57+0330\n" + "Last-Translator: Arash Mousavi \n" + "Language-Team: Persian <>\n" + "Language: fa\n" +@@ -23,7 +25,32 @@ msgstr "" + "Content-Transfer-Encoding: 8bit\n" + "Plural-Forms: nplurals=2; plural=(n!=1);\n" + "X-Poedit-SourceCharset: utf-8\n" +-"X-Generator: Poedit 1.5.7\n" ++"X-Generator: Poedit 1.6.9\n" ++ ++#: ../data/org.gnome.Nautilus.appdata.xml.in.h:1 ++msgid "" ++"Nautilus, also known as Files, is the default file manager of the GNOME " ++"desktop. It provides a simple and integrated way of managing your files and " ++"browsing your file system." ++msgstr "" ++"ناتیلوس که به عنوان پرونده‌ها نیز شناخته می‌شود، مدیر پرونده‌ی پیش‌فرض میزکار " ++"گنوم است. این برنامه راهی ساده و یک‌پارچه برای مدیریت پرونده‌ها و پویش " ++"سیستم‌پرونده‌هایتان فراهم می‌کند." ++ ++#: ../data/org.gnome.Nautilus.appdata.xml.in.h:2 ++msgid "" ++"Nautilus supports all the basic functions of a file manager and more. It can " ++"search and manage your files and folders, both locally and on a network, " ++"read and write data to and from removable media, run scripts, and launch " ++"applications. It has three views: Icon Grid, Icon List, and Tree List. Its " ++"functions can be extended with plugins and scripts." ++msgstr "" ++"ناتیلوس تمام توابع پایه‌ای یک مدیر پرونده و بیش‌تر از آن را پشتیبانی می‌کند. " ++"این برنامه می‌تواند پرونده‌ها و پوشه‌هایتان را چه به صورت محلّی و چه روی شبکه " ++"جست‌وجو کرده و مدیریت کند، داده‌ها را از رسانه‌های قابل حمل خوانده و روی آن‌ها " ++"بنویسد، اسکریپت‌ها و برنامه‌ها را اجرا کند. این برنامه سه نما دارد: شبکه‌ی " ++"شمایل، فهرست شمایل و فهرست درختی. توابع این برنامه می‌تواند توسّط پلاگین‌ها و " ++"اسکریپت‌ها گسترش یابد." + + #: ../data/nautilus-autorun-software.desktop.in.in.h:1 + msgid "Run Software" +@@ -31,394 +58,399 @@ msgstr "اجرا نرم‌افزار" + + #. set dialog properties + #: ../data/nautilus-connect-server.desktop.in.in.h:1 +-#: ../src/nautilus-connect-server-dialog.c:588 ++#: ../src/nautilus-connect-server-dialog.c:547 + msgid "Connect to Server" + msgstr "اتصال به کارگزار" + + #. Set initial window title +-#: ../data/nautilus.desktop.in.in.h:1 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:1 + #: ../src/nautilus-file-management-properties.ui.h:29 +-#: ../src/nautilus-properties-window.c:4476 ../src/nautilus-window.c:2192 +-#: ../src/nautilus-window.c:2390 ++#: ../src/nautilus-properties-window.c:4450 ../src/nautilus-window.c:2119 ++#: ../src/nautilus-window.c:2288 + msgid "Files" + msgstr "پرونده‌ها" + +-#: ../data/nautilus.desktop.in.in.h:2 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:2 + msgid "Access and organize files" + msgstr "دسترسی و سازماندهی پرونده‌ها" + +-#: ../data/nautilus.desktop.in.in.h:3 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:3 + msgid "folder;manager;explore;disk;filesystem;" +-msgstr "پوشه;مدیر;پویش;دیسک;سیستم‌پرونده;folder;manager;explore;disk;filesystem;" ++msgstr "" ++"پوشه;مدیر;پویش;دیسک;سیستم‌پرونده;folder;manager;explore;disk;filesystem;" + + #: ../data/nautilus.xml.in.h:1 + msgid "Saved search" + msgstr "جستجو ذخیره شده" + +-#: ../eel/eel-canvas.c:1255 ../eel/eel-canvas.c:1256 ++#: ../eel/eel-canvas.c:1254 ../eel/eel-canvas.c:1255 + msgid "X" + msgstr "X" + +-#: ../eel/eel-canvas.c:1262 ../eel/eel-canvas.c:1263 ++#: ../eel/eel-canvas.c:1261 ../eel/eel-canvas.c:1262 + msgid "Y" + msgstr "Y" + +-#: ../eel/eel-editable-label.c:313 ../libnautilus-private/nautilus-file.c:6172 +-#: ../libnautilus-private/nautilus-file.c:6173 ++#: ../eel/eel-editable-label.c:312 ../libnautilus-private/nautilus-file.c:6393 ++#: ../libnautilus-private/nautilus-file.c:6394 + msgid "Text" + msgstr "متن" + +-#: ../eel/eel-editable-label.c:314 ++#: ../eel/eel-editable-label.c:313 + msgid "The text of the label." + msgstr "متن برچسب." + +-#: ../eel/eel-editable-label.c:320 ++#: ../eel/eel-editable-label.c:319 + msgid "Justification" + msgstr "تراز" + +-#: ../eel/eel-editable-label.c:321 +-msgid "The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that." +-msgstr "ردیف سطرهای متنِ برچسب نسبت به یکدیگر. این گزینه‌ی تأثیری بر ردیف کردن برچسب در فضای تخصیص یافته به آن ندارد. برای این کار GtkMisc::xalign را ببینید." ++#: ../eel/eel-editable-label.c:320 ++msgid "" ++"The alignment of the lines in the text of the label relative to each other. " ++"This does NOT affect the alignment of the label within its allocation. See " ++"GtkMisc::xalign for that." ++msgstr "" ++"ردیف سطرهای متنِ برچسب نسبت به یکدیگر. این گزینه‌ی تأثیری بر ردیف کردن برچسب " ++"در فضای تخصیص یافته به آن ندارد. برای این کار GtkMisc::xalign را ببینید." + +-#: ../eel/eel-editable-label.c:329 ++#: ../eel/eel-editable-label.c:328 + msgid "Line wrap" + msgstr "پیچش سطرها" + +-#: ../eel/eel-editable-label.c:330 ++#: ../eel/eel-editable-label.c:329 + msgid "If set, wrap lines if the text becomes too wide." + msgstr "اگر تنظیم شود، اگر سطرها خیلی عریض شوند می‌پیچند." + +-#: ../eel/eel-editable-label.c:337 ++#: ../eel/eel-editable-label.c:336 + msgid "Cursor Position" + msgstr "موقعیت مکان‌نما" + +-#: ../eel/eel-editable-label.c:338 ++#: ../eel/eel-editable-label.c:337 + msgid "The current position of the insertion cursor in chars." + msgstr "موقعیت فعلی مکان‌نمای درج در نویسه‌ها." + +-#: ../eel/eel-editable-label.c:347 ++#: ../eel/eel-editable-label.c:346 + msgid "Selection Bound" + msgstr "محدوده‌ی انتخاب" + +-#: ../eel/eel-editable-label.c:348 +-msgid "The position of the opposite end of the selection from the cursor in chars." ++#: ../eel/eel-editable-label.c:347 ++msgid "" ++"The position of the opposite end of the selection from the cursor in chars." + msgstr "موقعیت طرف دیگر انتخاب نسبت به مکان‌نما به نویسه." + + #. name, stock id + #. label, accelerator +-#: ../eel/eel-editable-label.c:3080 +-#: ../libnautilus-private/nautilus-clipboard.c:358 ../src/nautilus-view.c:7206 +-#: ../src/nautilus-view.c:7361 +-#| msgid "Cu_t File" ++#: ../eel/eel-editable-label.c:3084 ++#: ../libnautilus-private/nautilus-clipboard.c:356 ../src/nautilus-view.c:7159 ++#: ../src/nautilus-view.c:7312 + msgid "Cu_t" + msgstr "_برش" + + #. name, stock id + #. label, accelerator +-#: ../eel/eel-editable-label.c:3082 +-#: ../libnautilus-private/nautilus-clipboard.c:362 ../src/nautilus-view.c:7210 +-#: ../src/nautilus-view.c:7365 +-#| msgid "_Copy Here" ++#: ../eel/eel-editable-label.c:3086 ++#: ../libnautilus-private/nautilus-clipboard.c:360 ../src/nautilus-view.c:7163 ++#: ../src/nautilus-view.c:7316 + msgid "_Copy" + msgstr "_رونوشت" + + #. name, stock id + #. label, accelerator +-#: ../eel/eel-editable-label.c:3084 +-#: ../libnautilus-private/nautilus-clipboard.c:366 ../src/nautilus-view.c:7214 +-#| msgid "_Paste Text" ++#: ../eel/eel-editable-label.c:3088 ++#: ../libnautilus-private/nautilus-clipboard.c:364 ../src/nautilus-view.c:7167 + msgid "_Paste" + msgstr "_چسباندن" + +-#: ../eel/eel-editable-label.c:3087 ++#: ../eel/eel-editable-label.c:3091 + msgid "Select All" + msgstr "انتخاب همه" + +-#: ../eel/eel-gtk-extensions.c:327 ++#: ../eel/eel-gtk-extensions.c:326 + msgid "Show more _details" + msgstr "نشان دادن _جزئیات بیشتر" + + #. Put up the timed wait window. +-#: ../eel/eel-stock-dialogs.c:196 +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:544 +-#: ../libnautilus-private/nautilus-file-operations.c:185 +-#: ../src/nautilus-connect-server-dialog.c:701 +-#: ../src/nautilus-location-entry.c:275 ../src/nautilus-mime-actions.c:672 +-#: ../src/nautilus-mime-actions.c:676 ../src/nautilus-mime-actions.c:747 +-#: ../src/nautilus-mime-actions.c:1090 ../src/nautilus-mime-actions.c:1596 +-#: ../src/nautilus-mime-actions.c:1820 +-#: ../src/nautilus-properties-window.c:4467 +-#: ../src/nautilus-properties-window.c:5465 ../src/nautilus-query-editor.c:520 +-#: ../src/nautilus-view.c:970 ../src/nautilus-view.c:1496 +-#: ../src/nautilus-view.c:1616 ../src/nautilus-view.c:5995 +-#| msgid "Cancel" ++#: ../eel/eel-stock-dialogs.c:195 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:542 ++#: ../libnautilus-private/nautilus-file-operations.c:183 ++#: ../src/nautilus-connect-server-dialog.c:653 ++#: ../src/nautilus-location-entry.c:274 ../src/nautilus-mime-actions.c:647 ++#: ../src/nautilus-mime-actions.c:651 ../src/nautilus-mime-actions.c:722 ++#: ../src/nautilus-mime-actions.c:1065 ../src/nautilus-mime-actions.c:1571 ++#: ../src/nautilus-mime-actions.c:1795 ++#: ../src/nautilus-properties-window.c:4441 ++#: ../src/nautilus-properties-window.c:5417 ../src/nautilus-query-editor.c:519 ++#: ../src/nautilus-view.c:964 ../src/nautilus-view.c:1478 ++#: ../src/nautilus-view.c:1598 ../src/nautilus-view.c:5948 + msgid "_Cancel" + msgstr "_انصراف" + +-#: ../eel/eel-stock-dialogs.c:205 ++#: ../eel/eel-stock-dialogs.c:204 + msgid "You can stop this operation by clicking cancel." + msgstr "می‌توانید با کلیک کردن روی انصراف، این عملیات را متوقف کنید." + +-#: ../eel/eel-vfs-extensions.c:99 ++#: ../eel/eel-vfs-extensions.c:98 + msgid " (invalid Unicode)" + msgstr " (یونی‌کد نامعتبر)" + +-#: ../libnautilus-private/nautilus-bookmark.c:108 +-#: ../libnautilus-private/nautilus-desktop-link.c:134 +-#: ../libnautilus-private/nautilus-file-utilities.c:275 +-#: ../src/nautilus-list-view.c:1827 ../src/nautilus-pathbar.c:295 ++#: ../libnautilus-private/nautilus-bookmark.c:107 ++#: ../libnautilus-private/nautilus-desktop-link.c:129 ++#: ../libnautilus-private/nautilus-file-utilities.c:265 ++#: ../src/nautilus-list-view.c:1828 ../src/nautilus-pathbar.c:295 + #: ../src/nautilus-query-editor.c:1094 +-#: ../src/nautilus-shell-search-provider.c:288 ++#: ../src/nautilus-shell-search-provider.c:285 + msgid "Home" + msgstr "خانه" + +-#: ../libnautilus-private/nautilus-canvas-container.c:2448 ++#: ../libnautilus-private/nautilus-canvas-container.c:2449 + msgid "The selection rectangle" + msgstr "مستطیل انتخاب" + + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:359 ++#: ../libnautilus-private/nautilus-clipboard.c:357 + msgid "Cut the selected text to the clipboard" + msgstr "بریدن متن انتخاب شده و گذاشتن آن در تخته‌گیره" + + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:363 ++#: ../libnautilus-private/nautilus-clipboard.c:361 + msgid "Copy the selected text to the clipboard" + msgstr "رونوشت از متن انتخاب شده در تخته‌گیره" + + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:367 ++#: ../libnautilus-private/nautilus-clipboard.c:365 + msgid "Paste the text stored on the clipboard" + msgstr "چسباندن متن ذخیره شده در تخته‌گیره" + + #. name, stock id + #. label, accelerator +-#: ../libnautilus-private/nautilus-clipboard.c:370 ../src/nautilus-view.c:7232 ++#: ../libnautilus-private/nautilus-clipboard.c:368 ../src/nautilus-view.c:7183 + msgid "Select _All" + msgstr "انتخاب _همه" + + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:371 ++#: ../libnautilus-private/nautilus-clipboard.c:369 + msgid "Select all the text in a text field" + msgstr "انتخاب همه‌ی متن در یک فیلد متنی" + +-#: ../libnautilus-private/nautilus-column-chooser.c:375 ++#: ../libnautilus-private/nautilus-column-chooser.c:374 + msgid "Move _Up" + msgstr "جابه‌جایی به _بالا" + +-#: ../libnautilus-private/nautilus-column-chooser.c:384 ++#: ../libnautilus-private/nautilus-column-chooser.c:383 + msgid "Move Dow_n" + msgstr "جابه‌جایی به _پایین" + +-#: ../libnautilus-private/nautilus-column-chooser.c:397 ++#: ../libnautilus-private/nautilus-column-chooser.c:396 + msgid "Use De_fault" + msgstr "استفاده از پیش‌فرض" + +-#: ../libnautilus-private/nautilus-column-utilities.c:57 +-#: ../src/nautilus-list-view.c:2040 ++#: ../libnautilus-private/nautilus-column-utilities.c:56 ++#: ../src/nautilus-list-view.c:2041 + msgid "Name" + msgstr "نام" + +-#: ../libnautilus-private/nautilus-column-utilities.c:58 ++#: ../libnautilus-private/nautilus-column-utilities.c:57 + msgid "The name and icon of the file." + msgstr "نام و شمایل پرونده." + +-#: ../libnautilus-private/nautilus-column-utilities.c:64 ++#: ../libnautilus-private/nautilus-column-utilities.c:63 + msgid "Size" + msgstr "اندازه" + +-#: ../libnautilus-private/nautilus-column-utilities.c:65 ++#: ../libnautilus-private/nautilus-column-utilities.c:64 + msgid "The size of the file." + msgstr "اندازه‌ی پرونده." + +-#: ../libnautilus-private/nautilus-column-utilities.c:72 ++#: ../libnautilus-private/nautilus-column-utilities.c:71 + msgid "Type" + msgstr "نوع" + +-#: ../libnautilus-private/nautilus-column-utilities.c:73 ++#: ../libnautilus-private/nautilus-column-utilities.c:72 + msgid "The type of the file." + msgstr "نوع پرونده." + +-#: ../libnautilus-private/nautilus-column-utilities.c:79 ++#: ../libnautilus-private/nautilus-column-utilities.c:78 + msgid "Modified" + msgstr "تغییر یافته" + +-#: ../libnautilus-private/nautilus-column-utilities.c:80 ++#: ../libnautilus-private/nautilus-column-utilities.c:79 + msgid "The date the file was modified." + msgstr "تاریخی که پرونده تغییر داده شده است." + +-#: ../libnautilus-private/nautilus-column-utilities.c:87 +-#| msgid "Accessed:" ++#: ../libnautilus-private/nautilus-column-utilities.c:86 + msgid "Accessed" + msgstr "زمان دسترسی" + +-#: ../libnautilus-private/nautilus-column-utilities.c:88 ++#: ../libnautilus-private/nautilus-column-utilities.c:87 + msgid "The date the file was accessed." + msgstr "تاریخی که از پرونده استفاده شده است." + +-#: ../libnautilus-private/nautilus-column-utilities.c:96 ++#: ../libnautilus-private/nautilus-column-utilities.c:95 + msgid "Owner" + msgstr "مالک" + +-#: ../libnautilus-private/nautilus-column-utilities.c:97 ++#: ../libnautilus-private/nautilus-column-utilities.c:96 + msgid "The owner of the file." + msgstr "مالک پرونده." + +-#: ../libnautilus-private/nautilus-column-utilities.c:104 ++#: ../libnautilus-private/nautilus-column-utilities.c:103 + msgid "Group" + msgstr "گروه" + +-#: ../libnautilus-private/nautilus-column-utilities.c:105 ++#: ../libnautilus-private/nautilus-column-utilities.c:104 + msgid "The group of the file." + msgstr "گروه پرونده." + +-#: ../libnautilus-private/nautilus-column-utilities.c:112 +-#: ../src/nautilus-properties-window.c:4538 ++#: ../libnautilus-private/nautilus-column-utilities.c:111 ++#: ../src/nautilus-properties-window.c:4512 + msgid "Permissions" + msgstr "اجازه‌ها" + +-#: ../libnautilus-private/nautilus-column-utilities.c:113 ++#: ../libnautilus-private/nautilus-column-utilities.c:112 + msgid "The permissions of the file." + msgstr "اجازه‌های پرونده." + +-#: ../libnautilus-private/nautilus-column-utilities.c:120 ++#: ../libnautilus-private/nautilus-column-utilities.c:119 + msgid "MIME Type" + msgstr "نوع MIME" + +-#: ../libnautilus-private/nautilus-column-utilities.c:121 ++#: ../libnautilus-private/nautilus-column-utilities.c:120 + msgid "The mime type of the file." + msgstr "نوع MIME پرونده" + +-#: ../libnautilus-private/nautilus-column-utilities.c:128 +-#: ../src/nautilus-image-properties-page.c:415 ++#: ../libnautilus-private/nautilus-column-utilities.c:127 ++#: ../src/nautilus-image-properties-page.c:413 + msgid "Location" + msgstr "مکان" + +-#: ../libnautilus-private/nautilus-column-utilities.c:129 ++#: ../libnautilus-private/nautilus-column-utilities.c:128 + msgid "The location of the file." + msgstr "مکان پرونده." + +-#: ../libnautilus-private/nautilus-column-utilities.c:170 ++#: ../libnautilus-private/nautilus-column-utilities.c:169 + msgid "Trashed On" + msgstr "انتقال به زباله‌دان در" + +-#: ../libnautilus-private/nautilus-column-utilities.c:171 ++#: ../libnautilus-private/nautilus-column-utilities.c:170 + msgid "Date when file was moved to the Trash" + msgstr "تاریخی که پرونده با زباله‌دان انداخته شده" + +-#: ../libnautilus-private/nautilus-column-utilities.c:177 ++#: ../libnautilus-private/nautilus-column-utilities.c:176 + msgid "Original Location" + msgstr "مکان اصلی" + +-#: ../libnautilus-private/nautilus-column-utilities.c:178 ++#: ../libnautilus-private/nautilus-column-utilities.c:177 + msgid "Original location of file before moved to the Trash" + msgstr "مکان اصلی پرونده قبل از انداختن در زباله‌دان" + +-#: ../libnautilus-private/nautilus-column-utilities.c:195 ++#: ../libnautilus-private/nautilus-column-utilities.c:194 + msgid "Relevance" + msgstr "ارتباط" + +-#: ../libnautilus-private/nautilus-column-utilities.c:196 ++#: ../libnautilus-private/nautilus-column-utilities.c:195 + msgid "Relevance rank for search" + msgstr "رتبه‌ی ارتباط برای جست‌وجو" + +-#: ../libnautilus-private/nautilus-desktop-directory-file.c:435 +-#: ../libnautilus-private/nautilus-desktop-icon-file.c:151 ++#: ../libnautilus-private/nautilus-desktop-directory-file.c:433 ++#: ../libnautilus-private/nautilus-desktop-icon-file.c:149 + msgid "on the desktop" + msgstr "روی رومیزی" + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:89 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:83 + #, c-format + msgid "You cannot move the volume “%s” to the trash." + msgstr "شما نمی‌توانید جلد «%s» را به زباله‌دان منتقل کنید." + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:99 +-msgid "If you want to eject the volume, please use Eject in the popup menu of the volume." +-msgstr "اگر می‌خواهید این جلد را بیرون دهید، لطفاً از «بیرون دادن» در منوی واشوی این جلد استفاده کنید." +- +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:101 +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:110 +-#: ../src/nautilus-location-entry.c:275 ../src/nautilus-mime-actions.c:1090 +-#: ../src/nautilus-mime-actions.c:1267 ../src/nautilus-mime-actions.c:1820 +-#: ../src/nautilus-view.c:970 ../src/nautilus-view.c:1498 +-#| msgid "OK" ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:93 ++msgid "" ++"If you want to eject the volume, please use Eject in the popup menu of the " ++"volume." ++msgstr "" ++"اگر می‌خواهید این جلد را بیرون دهید، لطفاً از «بیرون دادن» در منوی واشوی این " ++"جلد استفاده کنید." ++ ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:95 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:104 ++#: ../src/nautilus-location-entry.c:274 ../src/nautilus-mime-actions.c:1065 ++#: ../src/nautilus-mime-actions.c:1242 ../src/nautilus-mime-actions.c:1795 ++#: ../src/nautilus-view.c:964 + msgid "_OK" + msgstr "_تأیید" + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:108 +-msgid "If you want to unmount the volume, please use Unmount Volume in the popup menu of the volume." +-msgstr "اگر می‌خواهید این جلد را پیاده کنید، لطفاً از «پیاده کردن جلد» در منوی واشوی این جلد استفاده کنید." ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:102 ++msgid "" ++"If you want to unmount the volume, please use Unmount Volume in the popup " ++"menu of the volume." ++msgstr "" ++"اگر می‌خواهید این جلد را پیاده کنید، لطفاً از «پیاده کردن جلد» در منوی واشوی " ++"این جلد استفاده کنید." + + #. Translators: this is of the format "hostname (uri-scheme)" +-#: ../libnautilus-private/nautilus-directory.c:523 ++#: ../libnautilus-private/nautilus-directory.c:517 + #, c-format + msgid "%s (%s)" + msgstr "%s (%s)" + +-#: ../libnautilus-private/nautilus-dnd.c:774 ++#: ../libnautilus-private/nautilus-dnd.c:773 + msgid "_Move Here" + msgstr "_جابه‌جایی به اینجا" + +-#: ../libnautilus-private/nautilus-dnd.c:779 ++#: ../libnautilus-private/nautilus-dnd.c:778 + msgid "_Copy Here" + msgstr "_رونوشت در اینجا" + +-#: ../libnautilus-private/nautilus-dnd.c:784 ++#: ../libnautilus-private/nautilus-dnd.c:783 + msgid "_Link Here" + msgstr "_پیوند به اینجا" + +-#: ../libnautilus-private/nautilus-dnd.c:789 +-msgid "Set as _Background" +-msgstr "تنظیم به عنوان پ_س‌زمینه" +- +-#: ../libnautilus-private/nautilus-dnd.c:796 ++#: ../libnautilus-private/nautilus-dnd.c:790 + msgid "Cancel" + msgstr "انصراف" + +-#: ../libnautilus-private/nautilus-file.c:1209 +-#: ../libnautilus-private/nautilus-vfs-file.c:371 ++#: ../libnautilus-private/nautilus-file.c:1226 ++#: ../libnautilus-private/nautilus-vfs-file.c:369 + msgid "This file cannot be mounted" + msgstr "این پرونده سوار نمی‌شود" + +-#: ../libnautilus-private/nautilus-file.c:1254 ++#: ../libnautilus-private/nautilus-file.c:1271 + msgid "This file cannot be unmounted" + msgstr "این پرونده پیاده نمی‌شود" + +-#: ../libnautilus-private/nautilus-file.c:1288 ++#: ../libnautilus-private/nautilus-file.c:1305 + msgid "This file cannot be ejected" + msgstr "پرونده بیرون داده نمی‌شود" + +-#: ../libnautilus-private/nautilus-file.c:1321 +-#: ../libnautilus-private/nautilus-vfs-file.c:549 ++#: ../libnautilus-private/nautilus-file.c:1338 ++#: ../libnautilus-private/nautilus-vfs-file.c:547 + msgid "This file cannot be started" + msgstr "پرونده آغاز نمی‌شود" + +-#: ../libnautilus-private/nautilus-file.c:1373 +-#: ../libnautilus-private/nautilus-file.c:1404 ++#: ../libnautilus-private/nautilus-file.c:1390 ++#: ../libnautilus-private/nautilus-file.c:1421 + msgid "This file cannot be stopped" + msgstr "پرونده متوقف نمی‌شود" + +-#: ../libnautilus-private/nautilus-file.c:1823 ++#: ../libnautilus-private/nautilus-file.c:1840 + #, c-format + msgid "Slashes are not allowed in filenames" + msgstr "استفاده از ممیز در نام پرونده‌ها مجاز نیست" + +-#: ../libnautilus-private/nautilus-file.c:1841 ++#: ../libnautilus-private/nautilus-file.c:1858 + #, c-format + msgid "File not found" + msgstr "پرونده پیدا نشد" + +-#: ../libnautilus-private/nautilus-file.c:1869 ++#: ../libnautilus-private/nautilus-file.c:1886 + #, c-format + msgid "Toplevel files cannot be renamed" + msgstr "نام پرونده‌های سطح بالا را نمی‌توان تغییر داد" + +-#: ../libnautilus-private/nautilus-file.c:1892 ++#: ../libnautilus-private/nautilus-file.c:1909 + #, c-format + msgid "Unable to rename desktop icon" + msgstr "امکان تغییر نام شمایل رومیزی وجود ندارد" + +-#: ../libnautilus-private/nautilus-file.c:1921 ++#: ../libnautilus-private/nautilus-file.c:1938 + #, c-format + msgid "Unable to rename desktop file" + msgstr "تغییر نام پرونده رومیزی مقدور نیست" +@@ -435,76 +467,76 @@ msgstr "تغییر نام پرونده رومیزی مقدور نیست" + #. * off zero padding, and putting a "_" there will use + #. * space padding instead of zero padding. + #. +-#: ../libnautilus-private/nautilus-file.c:4443 ++#: ../libnautilus-private/nautilus-file.c:4679 + msgid "%R" + msgstr "%OH:%OM" + +-#: ../libnautilus-private/nautilus-file.c:4444 ++#: ../libnautilus-private/nautilus-file.c:4680 + msgid "%-I:%M %P" + msgstr "%-OH:%OM %P" + +-#: ../libnautilus-private/nautilus-file.c:4445 +-#: ../libnautilus-private/nautilus-file.c:4446 ++#: ../libnautilus-private/nautilus-file.c:4681 ++#: ../libnautilus-private/nautilus-file.c:4682 + msgid "%b %-e" + msgstr "%O-e %b" + +-#: ../libnautilus-private/nautilus-file.c:4447 ++#: ../libnautilus-private/nautilus-file.c:4683 + msgid "%b %-d %Y" + msgstr "%O-d %b %Oy" + +-#: ../libnautilus-private/nautilus-file.c:4448 ++#: ../libnautilus-private/nautilus-file.c:4684 + msgid "%a, %b %e %Y %I:%M:%S %p" + msgstr "%A، %-Oe %b %Oy %OH:%OM:%OS %p" + +-#: ../libnautilus-private/nautilus-file.c:4449 ++#: ../libnautilus-private/nautilus-file.c:4685 + msgid "%a, %b %e %Y %T" + msgstr "%A، %Oe %b %Oy %OH:%OM:%OS" + +-#: ../libnautilus-private/nautilus-file.c:4948 ++#: ../libnautilus-private/nautilus-file.c:5168 + #, c-format + msgid "Not allowed to set permissions" + msgstr "اجازه‌ی تنظیم مجوزها را ندارید" + +-#: ../libnautilus-private/nautilus-file.c:5243 ++#: ../libnautilus-private/nautilus-file.c:5463 + #, c-format + msgid "Not allowed to set owner" + msgstr "اجازه‌ی تنظیم مالک را ندارید" + +-#: ../libnautilus-private/nautilus-file.c:5261 ++#: ../libnautilus-private/nautilus-file.c:5481 + #, c-format + msgid "Specified owner '%s' doesn't exist" + msgstr "مالک تعیین شده «%s» وجود ندارد" + +-#: ../libnautilus-private/nautilus-file.c:5525 ++#: ../libnautilus-private/nautilus-file.c:5745 + #, c-format + msgid "Not allowed to set group" + msgstr "اجازه تنظیم کردن گروه را ندارید" + +-#: ../libnautilus-private/nautilus-file.c:5543 ++#: ../libnautilus-private/nautilus-file.c:5763 + #, c-format + msgid "Specified group '%s' doesn't exist" + msgstr "گروه تعیین شده «%s» وجود ندارد" + + #. Translators: "Me" is used to indicate the file is owned by me (the current user) +-#: ../libnautilus-private/nautilus-file.c:5677 ++#: ../libnautilus-private/nautilus-file.c:5898 + msgid "Me" + msgstr "خودم" + +-#: ../libnautilus-private/nautilus-file.c:5701 ++#: ../libnautilus-private/nautilus-file.c:5922 + #, c-format + msgid "%'u item" + msgid_plural "%'u items" + msgstr[0] "%I'u مورد" + msgstr[1] "%I'u مورد" + +-#: ../libnautilus-private/nautilus-file.c:5702 ++#: ../libnautilus-private/nautilus-file.c:5923 + #, c-format + msgid "%'u folder" + msgid_plural "%'u folders" + msgstr[0] "%I'u پوشه" + msgstr[1] "%I'u پوشه" + +-#: ../libnautilus-private/nautilus-file.c:5703 ++#: ../libnautilus-private/nautilus-file.c:5924 + #, c-format + msgid "%'u file" + msgid_plural "%'u files" +@@ -512,92 +544,92 @@ msgstr[0] "%I'u پرونده" + msgstr[1] "%I'u پرونده" + + #. This means no contents at all were readable +-#: ../libnautilus-private/nautilus-file.c:6099 +-#: ../libnautilus-private/nautilus-file.c:6115 ++#: ../libnautilus-private/nautilus-file.c:6320 ++#: ../libnautilus-private/nautilus-file.c:6336 + msgid "? items" + msgstr "؟ مورد" + + #. This means no contents at all were readable +-#: ../libnautilus-private/nautilus-file.c:6105 ++#: ../libnautilus-private/nautilus-file.c:6326 + msgid "? bytes" + msgstr "؟ بایت" + +-#: ../libnautilus-private/nautilus-file.c:6122 +-#: ../libnautilus-private/nautilus-file.c:6202 ++#: ../libnautilus-private/nautilus-file.c:6343 ++#: ../libnautilus-private/nautilus-file.c:6423 + msgid "Unknown" + msgstr "نامعلوم" + + #. Fallback, use for both unknown attributes and attributes + #. * for which we have no more appropriate default. + #. +-#: ../libnautilus-private/nautilus-file.c:6136 +-#: ../src/nautilus-properties-window.c:1183 ++#: ../libnautilus-private/nautilus-file.c:6357 ++#: ../src/nautilus-properties-window.c:1198 + msgid "unknown" + msgstr "نامعلوم" + +-#: ../libnautilus-private/nautilus-file.c:6166 +-#: ../libnautilus-private/nautilus-file.c:6174 +-#: ../libnautilus-private/nautilus-file.c:6225 ++#: ../libnautilus-private/nautilus-file.c:6387 ++#: ../libnautilus-private/nautilus-file.c:6395 ++#: ../libnautilus-private/nautilus-file.c:6446 + msgid "Program" + msgstr "برنامه" + +-#: ../libnautilus-private/nautilus-file.c:6167 ++#: ../libnautilus-private/nautilus-file.c:6388 + msgid "Audio" + msgstr "صوتی" + +-#: ../libnautilus-private/nautilus-file.c:6168 ++#: ../libnautilus-private/nautilus-file.c:6389 + msgid "Font" + msgstr "قلم" + +-#: ../libnautilus-private/nautilus-file.c:6169 +-#: ../src/nautilus-image-properties-page.c:769 ++#: ../libnautilus-private/nautilus-file.c:6390 ++#: ../src/nautilus-image-properties-page.c:767 + msgid "Image" + msgstr "تصویر" + +-#: ../libnautilus-private/nautilus-file.c:6170 ++#: ../libnautilus-private/nautilus-file.c:6391 + msgid "Archive" + msgstr "آرشیو" + +-#: ../libnautilus-private/nautilus-file.c:6171 ++#: ../libnautilus-private/nautilus-file.c:6392 + msgid "Markup" + msgstr "مارک‌آپ" + +-#: ../libnautilus-private/nautilus-file.c:6175 +-#: ../src/nautilus-query-editor.c:355 ++#: ../libnautilus-private/nautilus-file.c:6396 ++#: ../src/nautilus-query-editor.c:354 + msgid "Video" + msgstr "ویدیو" + +-#: ../libnautilus-private/nautilus-file.c:6176 ++#: ../libnautilus-private/nautilus-file.c:6397 + msgid "Contacts" + msgstr "آشنایان" + +-#: ../libnautilus-private/nautilus-file.c:6177 ++#: ../libnautilus-private/nautilus-file.c:6398 + msgid "Calendar" + msgstr "تقویم" + +-#: ../libnautilus-private/nautilus-file.c:6178 ++#: ../libnautilus-private/nautilus-file.c:6399 + msgid "Document" + msgstr "سند" + +-#: ../libnautilus-private/nautilus-file.c:6179 +-#: ../src/nautilus-query-editor.c:421 ++#: ../libnautilus-private/nautilus-file.c:6400 ++#: ../src/nautilus-query-editor.c:420 + msgid "Presentation" + msgstr "ارائه‌" + +-#: ../libnautilus-private/nautilus-file.c:6180 +-#: ../src/nautilus-query-editor.c:405 ++#: ../libnautilus-private/nautilus-file.c:6401 ++#: ../src/nautilus-query-editor.c:404 + msgid "Spreadsheet" + msgstr "صفحه‌ی گسترده" + +-#: ../libnautilus-private/nautilus-file.c:6227 ++#: ../libnautilus-private/nautilus-file.c:6448 + msgid "Binary" + msgstr "دودویی" + +-#: ../libnautilus-private/nautilus-file.c:6231 ++#: ../libnautilus-private/nautilus-file.c:6452 + msgid "Folder" + msgstr "پوشه‌" + +-#: ../libnautilus-private/nautilus-file.c:6262 ++#: ../libnautilus-private/nautilus-file.c:6483 + msgid "Link" + msgstr "پیوند" + +@@ -606,134 +638,138 @@ msgstr "پیوند" + #. * to that kind of file (e.g. "link to folder"). + #. + #. appended to new link file +-#: ../libnautilus-private/nautilus-file.c:6268 +-#: ../libnautilus-private/nautilus-file-operations.c:379 +-#: ../src/nautilus-view-dnd.c:124 ++#: ../libnautilus-private/nautilus-file.c:6489 ++#: ../libnautilus-private/nautilus-file-operations.c:377 ++#: ../src/nautilus-view-dnd.c:122 + #, c-format + msgid "Link to %s" + msgstr "پیوند به %s" + +-#: ../libnautilus-private/nautilus-file.c:6284 +-#: ../libnautilus-private/nautilus-file.c:6298 ++#: ../libnautilus-private/nautilus-file.c:6505 ++#: ../libnautilus-private/nautilus-file.c:6519 + msgid "Link (broken)" + msgstr "پیوند (خراب)" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:143 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:141 + #, c-format + msgid "Merge folder “%s”?" + msgstr "ادغام پوشه‌ی «%s»؟" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:147 +-msgid "Merging will ask for confirmation before replacing any files in the folder that conflict with the files being copied." +-msgstr "ادغام پیش از جایگزینی هر پرونده‌ای در پوشه که با فایل‌‌هایی که رونوشت می‌شوند تداخل داشته باشد، برای گرفتن تایید سوال خواهد کرد." ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:145 ++msgid "" ++"Merging will ask for confirmation before replacing any files in the folder " ++"that conflict with the files being copied." ++msgstr "" ++"ادغام پیش از جایگزینی هر پرونده‌ای در پوشه که با فایل‌‌هایی که رونوشت می‌شوند " ++"تداخل داشته باشد، برای گرفتن تایید سوال خواهد کرد." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:152 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:150 + #, c-format + msgid "An older folder with the same name already exists in “%s”." + msgstr "پوشه‌ای قدیمی با نام مشابه هم‌اکنون در «%s» وجود دارد." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:156 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:154 + #, c-format + msgid "A newer folder with the same name already exists in “%s”." + msgstr "پوشه‌ی جدیدتری با نام مشابه هم‌اکنون در «%s» وجود دارد." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:160 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:158 + #, c-format + msgid "Another folder with the same name already exists in “%s”." + msgstr "پوشه‌ی دیگری با نام مشابه هم‌اکنون در «%s» وجود دارد." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:165 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:163 + msgid "Replacing it will remove all files in the folder." + msgstr "جایگزینی آن تمام پرونده‌های درون پوشه را پاک خواهد کرد." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:167 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:165 + #, c-format + msgid "Replace folder “%s”?" + msgstr "جایگزینی پوشه «%s»؟" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:169 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:167 + #, c-format + msgid "A folder with the same name already exists in “%s”." + msgstr "یک پوشه‌ با نام مشابه هم‌اکنون در «%s» وجود دارد." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:174 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:172 + #, c-format + msgid "Replace file “%s”?" + msgstr "جایگزینی پرونده «%s»؟" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:176 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:174 + msgid "Replacing it will overwrite its content." + msgstr "جایگزینی آن محتوای آن را رونویسی خواهد کرد." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:180 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:178 + #, c-format + msgid "An older file with the same name already exists in “%s”." + msgstr "پرونده‌ای قدیمی‌تر با نام مشابه هم‌اکنون در «%s» وجود دارد." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:184 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:182 + #, c-format + msgid "A newer file with the same name already exists in “%s”." + msgstr "پرونده‌ی جدیدتری با نام مشابه هم‌اکنون در «%s» وجود دارد." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:188 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:186 + #, c-format + msgid "Another file with the same name already exists in “%s”." + msgstr "پرونده‌ی دیگری با نام مشابه پیشاپیش در «%s» وجود دارد." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:256 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:254 + msgid "Original file" + msgstr "پرونده‌ی اصلی" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:257 +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:288 +-#: ../src/nautilus-properties-window.c:3277 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:255 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:286 ++#: ../src/nautilus-properties-window.c:3251 + msgid "Size:" + msgstr "اندازه:" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:260 +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:291 +-#: ../src/nautilus-properties-window.c:3259 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:258 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:289 ++#: ../src/nautilus-properties-window.c:3233 + msgid "Type:" + msgstr "نوع:" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:263 +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:294 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:261 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:292 + msgid "Last modified:" + msgstr "آخرین تغییر:" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:287 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:285 + msgid "Replace with" + msgstr "جای‌گزینی با" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:316 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:314 + msgid "Merge" + msgstr "ادغام" + + #. Setup the expander for the rename action +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:509 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:507 + msgid "_Select a new name for the destination" + msgstr "_نامی جدید برای مقصد انتخاب کنید" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:523 +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:317 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:521 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:316 + msgid "Reset" + msgstr "برگرداندن پیش‌فرض" + + #. Setup the checkbox to apply the action to all files +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:535 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:533 + msgid "Apply this action to all files" + msgstr "این کنش بر همه‌ی پرونده‌ها اعمال شود" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:546 +-#: ../libnautilus-private/nautilus-file-operations.c:186 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:544 ++#: ../libnautilus-private/nautilus-file-operations.c:184 + msgid "_Skip" + msgstr "_پرش" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:551 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:549 + msgid "Re_name" + msgstr "ت_غییر نام" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:557 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:555 + msgid "Replace" + msgstr "جای‌گزینی" + +@@ -741,69 +777,69 @@ msgstr "جای‌گزینی" + msgid "File conflict" + msgstr "تداخل پرونده" + +-#: ../libnautilus-private/nautilus-file-operations.c:187 ++#: ../libnautilus-private/nautilus-file-operations.c:185 + msgid "S_kip All" + msgstr "_پرش از همه" + +-#: ../libnautilus-private/nautilus-file-operations.c:188 ++#: ../libnautilus-private/nautilus-file-operations.c:186 + msgid "_Retry" + msgstr "سعی مجدد_" + + #. name, stock id + #. label, accelerator +-#: ../libnautilus-private/nautilus-file-operations.c:189 +-#: ../src/nautilus-view.c:7264 ../src/nautilus-view.c:7378 +-#: ../src/nautilus-view.c:8697 ++#: ../libnautilus-private/nautilus-file-operations.c:187 ++#: ../src/nautilus-view.c:7215 ../src/nautilus-view.c:7329 ++#: ../src/nautilus-view.c:8649 + msgid "_Delete" + msgstr "_حذف" + +-#: ../libnautilus-private/nautilus-file-operations.c:190 ++#: ../libnautilus-private/nautilus-file-operations.c:188 + msgid "Delete _All" + msgstr "پاک کردن _همه" + +-#: ../libnautilus-private/nautilus-file-operations.c:191 ++#: ../libnautilus-private/nautilus-file-operations.c:189 + msgid "_Replace" + msgstr "_جای‌گزینی" + +-#: ../libnautilus-private/nautilus-file-operations.c:192 ++#: ../libnautilus-private/nautilus-file-operations.c:190 + msgid "Replace _All" + msgstr "جای‌گزینی _همه" + +-#: ../libnautilus-private/nautilus-file-operations.c:193 ++#: ../libnautilus-private/nautilus-file-operations.c:191 + msgid "_Merge" + msgstr "_ادغام" + +-#: ../libnautilus-private/nautilus-file-operations.c:194 ++#: ../libnautilus-private/nautilus-file-operations.c:192 + msgid "Merge _All" + msgstr "ادغام _همه" + +-#: ../libnautilus-private/nautilus-file-operations.c:195 ++#: ../libnautilus-private/nautilus-file-operations.c:193 + msgid "Copy _Anyway" + msgstr "_درهرصورت رونوشت شود" + +-#: ../libnautilus-private/nautilus-file-operations.c:280 ++#: ../libnautilus-private/nautilus-file-operations.c:278 + #, c-format + msgid "%'d second" + msgid_plural "%'d seconds" + msgstr[0] "%'Id ثانیه" + msgstr[1] "%'Id ثانیه" + +-#: ../libnautilus-private/nautilus-file-operations.c:285 +-#: ../libnautilus-private/nautilus-file-operations.c:296 ++#: ../libnautilus-private/nautilus-file-operations.c:283 ++#: ../libnautilus-private/nautilus-file-operations.c:294 + #, c-format + msgid "%'d minute" + msgid_plural "%'d minutes" + msgstr[0] "%'Id دقیقه" + msgstr[1] "%'Id دقیقه" + +-#: ../libnautilus-private/nautilus-file-operations.c:295 ++#: ../libnautilus-private/nautilus-file-operations.c:293 + #, c-format + msgid "%'d hour" + msgid_plural "%'d hours" + msgstr[0] "%'Id ساعت" + msgstr[1] "%'Id ساعت" + +-#: ../libnautilus-private/nautilus-file-operations.c:303 ++#: ../libnautilus-private/nautilus-file-operations.c:301 + #, c-format + msgid "approximately %'d hour" + msgid_plural "approximately %'d hours" +@@ -811,7 +847,7 @@ msgstr[0] "حدودا %'Id ساعت" + msgstr[1] "حدودا %'Id ساعت" + + #. appended to new link file +-#: ../libnautilus-private/nautilus-file-operations.c:383 ++#: ../libnautilus-private/nautilus-file-operations.c:381 + #, c-format + msgid "Another link to %s" + msgstr "پیوند دیگری به %s" +@@ -820,25 +856,25 @@ msgstr "پیوند دیگری به %s" + #. * if there's no way to do that nicely for a + #. * particular language. + #. +-#: ../libnautilus-private/nautilus-file-operations.c:399 ++#: ../libnautilus-private/nautilus-file-operations.c:397 + #, c-format + msgid "%'dst link to %s" + msgstr "%'Idمین پیوند به %s" + + #. appended to new link file +-#: ../libnautilus-private/nautilus-file-operations.c:403 ++#: ../libnautilus-private/nautilus-file-operations.c:401 + #, c-format + msgid "%'dnd link to %s" + msgstr "%'Idمین پیوند به %s" + + #. appended to new link file +-#: ../libnautilus-private/nautilus-file-operations.c:407 ++#: ../libnautilus-private/nautilus-file-operations.c:405 + #, c-format + msgid "%'drd link to %s" + msgstr "%'Idمین پیوند به %s" + + #. appended to new link file +-#: ../libnautilus-private/nautilus-file-operations.c:411 ++#: ../libnautilus-private/nautilus-file-operations.c:409 + #, c-format + msgid "%'dth link to %s" + msgstr "%'Idمین پیوند به %s" +@@ -848,12 +884,12 @@ msgstr "%'Idمین پیوند به %s" + #. * make some or all of them match. + #. + #. localizers: tag used to detect the first copy of a file +-#: ../libnautilus-private/nautilus-file-operations.c:450 ++#: ../libnautilus-private/nautilus-file-operations.c:448 + msgid " (copy)" + msgstr " (رونوشت)" + + #. localizers: tag used to detect the second copy of a file +-#: ../libnautilus-private/nautilus-file-operations.c:452 ++#: ../libnautilus-private/nautilus-file-operations.c:450 + msgid " (another copy)" + msgstr " (رونوشت دیگر)" + +@@ -861,36 +897,36 @@ msgstr " (رونوشت دیگر)" + #. localizers: tag used to detect the x12th copy of a file + #. localizers: tag used to detect the x13th copy of a file + #. localizers: tag used to detect the xxth copy of a file ++#: ../libnautilus-private/nautilus-file-operations.c:453 + #: ../libnautilus-private/nautilus-file-operations.c:455 + #: ../libnautilus-private/nautilus-file-operations.c:457 +-#: ../libnautilus-private/nautilus-file-operations.c:459 +-#: ../libnautilus-private/nautilus-file-operations.c:469 ++#: ../libnautilus-private/nautilus-file-operations.c:467 + msgid "th copy)" + msgstr "مین نسخه)" + + #. localizers: tag used to detect the x1st copy of a file +-#: ../libnautilus-private/nautilus-file-operations.c:462 ++#: ../libnautilus-private/nautilus-file-operations.c:460 + msgid "st copy)" + msgstr "مین نسخه)" + + #. localizers: tag used to detect the x2nd copy of a file +-#: ../libnautilus-private/nautilus-file-operations.c:464 ++#: ../libnautilus-private/nautilus-file-operations.c:462 + msgid "nd copy)" + msgstr "مین نسخه)" + + #. localizers: tag used to detect the x3rd copy of a file +-#: ../libnautilus-private/nautilus-file-operations.c:466 ++#: ../libnautilus-private/nautilus-file-operations.c:464 + msgid "rd copy)" + msgstr "مین نسخه)" + + #. localizers: appended to first file copy +-#: ../libnautilus-private/nautilus-file-operations.c:483 ++#: ../libnautilus-private/nautilus-file-operations.c:481 + #, c-format + msgid "%s (copy)%s" + msgstr "%s (رونوشت)%s" + + #. localizers: appended to second file copy +-#: ../libnautilus-private/nautilus-file-operations.c:485 ++#: ../libnautilus-private/nautilus-file-operations.c:483 + #, c-format + msgid "%s (another copy)%s" + msgstr "%s (رونشوت دیگر)%s" +@@ -899,10 +935,10 @@ msgstr "%s (رونشوت دیگر)%s" + #. localizers: appended to x12th file copy + #. localizers: appended to x13th file copy + #. localizers: appended to xxth file copy ++#: ../libnautilus-private/nautilus-file-operations.c:486 + #: ../libnautilus-private/nautilus-file-operations.c:488 + #: ../libnautilus-private/nautilus-file-operations.c:490 +-#: ../libnautilus-private/nautilus-file-operations.c:492 +-#: ../libnautilus-private/nautilus-file-operations.c:506 ++#: ../libnautilus-private/nautilus-file-operations.c:504 + #, c-format + msgid "%s (%'dth copy)%s" + msgstr "%s (%'Idمین رونوشت)%s" +@@ -912,141 +948,158 @@ msgstr "%s (%'Idمین رونوشت)%s" + #. * strings look like "%s (copy %'d)%s". + #. + #. localizers: appended to x1st file copy +-#: ../libnautilus-private/nautilus-file-operations.c:500 ++#: ../libnautilus-private/nautilus-file-operations.c:498 + #, c-format + msgid "%s (%'dst copy)%s" + msgstr "%s (%'Idمین رونوشت)%s" + + #. localizers: appended to x2nd file copy +-#: ../libnautilus-private/nautilus-file-operations.c:502 ++#: ../libnautilus-private/nautilus-file-operations.c:500 + #, c-format + msgid "%s (%'dnd copy)%s" + msgstr "%s (%'Idمین رونوشت)%s" + + #. localizers: appended to x3rd file copy +-#: ../libnautilus-private/nautilus-file-operations.c:504 ++#: ../libnautilus-private/nautilus-file-operations.c:502 + #, c-format + msgid "%s (%'drd copy)%s" + msgstr "%s (%'Idمین رونوشت)%s" + + #. localizers: opening parentheses to match the "th copy)" string +-#: ../libnautilus-private/nautilus-file-operations.c:605 ++#: ../libnautilus-private/nautilus-file-operations.c:603 + msgid " (" + msgstr ")" + + #. localizers: opening parentheses of the "th copy)" string +-#: ../libnautilus-private/nautilus-file-operations.c:613 ++#: ../libnautilus-private/nautilus-file-operations.c:611 + #, c-format + msgid " (%'d" + msgstr " (%'Id" + +-#: ../libnautilus-private/nautilus-file-operations.c:1325 ++#: ../libnautilus-private/nautilus-file-operations.c:1354 + msgid "Are you sure you want to permanently delete “%B” from the trash?" + msgstr "آیا مطمئنید که می‌خواهید «%B» را برای همیشه از زباله‌دان حذف کنید؟" + +-#: ../libnautilus-private/nautilus-file-operations.c:1328 ++#: ../libnautilus-private/nautilus-file-operations.c:1357 + #, c-format +-msgid "Are you sure you want to permanently delete the %'d selected item from the trash?" +-msgid_plural "Are you sure you want to permanently delete the %'d selected items from the trash?" +-msgstr[0] "آیا مطمئنید که می‌خواهید %'Id مورد انتخاب شده را برای همیشه از زباله‌دان حذف کنید؟" +-msgstr[1] "آیا مطمئنید که می‌خواهید %'Id مورد انتخاب شده را برای همیشه از زباله‌دان حذف کنید؟" +- +-#: ../libnautilus-private/nautilus-file-operations.c:1338 +-#: ../libnautilus-private/nautilus-file-operations.c:1404 ++msgid "" ++"Are you sure you want to permanently delete the %'d selected item from the " ++"trash?" ++msgid_plural "" ++"Are you sure you want to permanently delete the %'d selected items from the " ++"trash?" ++msgstr[0] "" ++"آیا مطمئنید که می‌خواهید %'Id مورد انتخاب شده را برای همیشه از زباله‌دان حذف " ++"کنید؟" ++msgstr[1] "" ++"آیا مطمئنید که می‌خواهید %'Id مورد انتخاب شده را برای همیشه از زباله‌دان حذف " ++"کنید؟" ++ ++#: ../libnautilus-private/nautilus-file-operations.c:1367 ++#: ../libnautilus-private/nautilus-file-operations.c:1433 + msgid "If you delete an item, it will be permanently lost." + msgstr "اگر موردی را حذف کنید، برای همیشه از دست خواهد رفت." + +-#: ../libnautilus-private/nautilus-file-operations.c:1358 ++#: ../libnautilus-private/nautilus-file-operations.c:1387 + msgid "Empty all items from Trash?" + msgstr "همه‌ی موارد زباله‌دان خالی شود؟" + +-#: ../libnautilus-private/nautilus-file-operations.c:1362 ++#: ../libnautilus-private/nautilus-file-operations.c:1391 + msgid "All items in the Trash will be permanently deleted." + msgstr "تمام موارد در زباله‌دان برای همیشه حذف خواهند شد." + +-#: ../libnautilus-private/nautilus-file-operations.c:1365 +-#: ../libnautilus-private/nautilus-file-operations.c:2243 +-#: ../src/nautilus-window.c:805 ++#: ../libnautilus-private/nautilus-file-operations.c:1394 ++#: ../libnautilus-private/nautilus-file-operations.c:2270 ++#: ../src/nautilus-window.c:813 + msgid "Empty _Trash" + msgstr "خالی کردن _زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-operations.c:1392 ++#: ../libnautilus-private/nautilus-file-operations.c:1421 + msgid "Are you sure you want to permanently delete “%B”?" + msgstr "آیا مطمئنید که می‌خواهید برای همیشه «%B» را حذف کنید؟" + +-#: ../libnautilus-private/nautilus-file-operations.c:1395 ++#: ../libnautilus-private/nautilus-file-operations.c:1424 + #, c-format + msgid "Are you sure you want to permanently delete the %'d selected item?" +-msgid_plural "Are you sure you want to permanently delete the %'d selected items?" +-msgstr[0] "آیا مطمئنید که می‌خواهید %'Id مورد انتخاب شده را برای همیشه حذف کنید؟" +-msgstr[1] "آیا مطمئنید که می‌خواهید %'Id مورد انتخاب شده را برای همیشه حذف کنید؟" ++msgid_plural "" ++"Are you sure you want to permanently delete the %'d selected items?" ++msgstr[0] "" ++"آیا مطمئنید که می‌خواهید %'Id مورد انتخاب شده را برای همیشه حذف کنید؟" ++msgstr[1] "" ++"آیا مطمئنید که می‌خواهید %'Id مورد انتخاب شده را برای همیشه حذف کنید؟" + +-#: ../libnautilus-private/nautilus-file-operations.c:1438 ++#: ../libnautilus-private/nautilus-file-operations.c:1467 + #, c-format + msgid "%'d file left to delete" + msgid_plural "%'d files left to delete" + msgstr[0] "%I'd پرونده برای حذف باقی‌مانده است" + msgstr[1] "%I'd پرونده برای حذف باقی‌مانده اند" + +-#: ../libnautilus-private/nautilus-file-operations.c:1444 ++#: ../libnautilus-private/nautilus-file-operations.c:1473 + msgid "Deleting files" + msgstr "در حال حذف پرونده‌ها" + + #. To translators: %T will expand to a time like "2 minutes". + #. * The singular/plural form will be used depending on the remaining time (i.e. the %T argument). + #. +-#: ../libnautilus-private/nautilus-file-operations.c:1458 ++#: ../libnautilus-private/nautilus-file-operations.c:1487 + msgid "%T left" + msgid_plural "%T left" + msgstr[0] "%T باقی‌مانده" + msgstr[1] "%T باقی‌مانده" + +-#: ../libnautilus-private/nautilus-file-operations.c:1525 +-#: ../libnautilus-private/nautilus-file-operations.c:1559 +-#: ../libnautilus-private/nautilus-file-operations.c:1598 +-#: ../libnautilus-private/nautilus-file-operations.c:1675 +-#: ../libnautilus-private/nautilus-file-operations.c:2503 ++#: ../libnautilus-private/nautilus-file-operations.c:1554 ++#: ../libnautilus-private/nautilus-file-operations.c:1588 ++#: ../libnautilus-private/nautilus-file-operations.c:1627 ++#: ../libnautilus-private/nautilus-file-operations.c:1703 ++#: ../libnautilus-private/nautilus-file-operations.c:2530 + msgid "Error while deleting." + msgstr "خطا هنگام حذف." + +-#: ../libnautilus-private/nautilus-file-operations.c:1529 +-msgid "Files in the folder “%B” cannot be deleted because you do not have permissions to see them." +-msgstr "حذف پرونده‌های درون پوشه «%B» ممکن نیست، چون شما مجوز دیدن آنها را ندارید." ++#: ../libnautilus-private/nautilus-file-operations.c:1558 ++msgid "" ++"Files in the folder “%B” cannot be deleted because you do not have " ++"permissions to see them." ++msgstr "" ++"حذف پرونده‌های درون پوشه «%B» ممکن نیست، چون شما مجوز دیدن آنها را ندارید." + +-#: ../libnautilus-private/nautilus-file-operations.c:1532 +-#: ../libnautilus-private/nautilus-file-operations.c:2562 +-#: ../libnautilus-private/nautilus-file-operations.c:3572 +-msgid "There was an error getting information about the files in the folder “%B”." ++#: ../libnautilus-private/nautilus-file-operations.c:1561 ++#: ../libnautilus-private/nautilus-file-operations.c:2589 ++#: ../libnautilus-private/nautilus-file-operations.c:3599 ++msgid "" ++"There was an error getting information about the files in the folder “%B”." + msgstr "یک خطا هنگام دریافت اطلاعات پرونده‌ها در پوشه «%B» رخ داده است." + +-#: ../libnautilus-private/nautilus-file-operations.c:1541 +-#: ../libnautilus-private/nautilus-file-operations.c:3581 ++#: ../libnautilus-private/nautilus-file-operations.c:1570 ++#: ../libnautilus-private/nautilus-file-operations.c:3608 + msgid "_Skip files" + msgstr "_پرش از پرونده‌ها" + +-#: ../libnautilus-private/nautilus-file-operations.c:1562 +-msgid "The folder “%B” cannot be deleted because you do not have permissions to read it." ++#: ../libnautilus-private/nautilus-file-operations.c:1591 ++msgid "" ++"The folder “%B” cannot be deleted because you do not have permissions to " ++"read it." + msgstr "حذف پوشه‌ی «%B» ممکن نیست، چون شما مجوز خواندنش را ندارید." + +-#: ../libnautilus-private/nautilus-file-operations.c:1565 +-#: ../libnautilus-private/nautilus-file-operations.c:2601 +-#: ../libnautilus-private/nautilus-file-operations.c:3617 ++#: ../libnautilus-private/nautilus-file-operations.c:1594 ++#: ../libnautilus-private/nautilus-file-operations.c:2628 ++#: ../libnautilus-private/nautilus-file-operations.c:3644 + msgid "There was an error reading the folder “%B”." + msgstr "در خواندن پوشه «%B» خطایی رخ داد." + +-#: ../libnautilus-private/nautilus-file-operations.c:1599 ++#: ../libnautilus-private/nautilus-file-operations.c:1628 + msgid "Could not remove the folder %B." + msgstr "امکان پاک کردن پوشه %B وجود ندارد." + +-#: ../libnautilus-private/nautilus-file-operations.c:1676 ++#: ../libnautilus-private/nautilus-file-operations.c:1704 + msgid "There was an error deleting %B." + msgstr "در هنگام حذف %B خطایی رخ داد." + +-#: ../libnautilus-private/nautilus-file-operations.c:1756 ++#: ../libnautilus-private/nautilus-file-operations.c:1783 + msgid "Moving files to trash" + msgstr "درحال انتقال پرونده‌ها به زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-operations.c:1758 ++#: ../libnautilus-private/nautilus-file-operations.c:1785 + #, c-format + msgid "%'d file left to trash" + msgid_plural "%'d files left to trash" +@@ -1054,181 +1107,197 @@ msgstr[0] "%'Id پرونده برای انتقال به زباله‌دان با + msgstr[1] "%'Id پرونده برای انتقال به زباله‌دان باقی مانده‌اند." + + #. Translators: %B is a file name +-#: ../libnautilus-private/nautilus-file-operations.c:1810 ++#: ../libnautilus-private/nautilus-file-operations.c:1837 + msgid "“%B” can't be put in the trash. Do you want to delete it immediately?" + msgstr "انداختن «%B» در زباله‌دان ممکن نیست، آیا می‌خواهید آن را درجا حذف کنید؟" + +-#: ../libnautilus-private/nautilus-file-operations.c:1816 ++#: ../libnautilus-private/nautilus-file-operations.c:1843 + msgid "This remote location does not support sending items to the trash." + msgstr "این مکان دوردست از ارسال موارد به زباله‌دان پشتیبانی نمی‌کند.‌" + +-#: ../libnautilus-private/nautilus-file-operations.c:1990 ++#: ../libnautilus-private/nautilus-file-operations.c:2017 + msgid "Trashing Files" + msgstr "در حال انتقال پرونده‌ها به زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-operations.c:1992 ++#: ../libnautilus-private/nautilus-file-operations.c:2019 + msgid "Deleting Files" + msgstr "در حال حذف پرونده‌ها" + +-#: ../libnautilus-private/nautilus-file-operations.c:2074 ++#: ../libnautilus-private/nautilus-file-operations.c:2101 + msgid "Unable to eject %V" + msgstr "عدم توانایی در بیرون دادن %V" + +-#: ../libnautilus-private/nautilus-file-operations.c:2076 ++#: ../libnautilus-private/nautilus-file-operations.c:2103 + msgid "Unable to unmount %V" + msgstr "عدم توانایی در پیاده کردن %V" + +-#: ../libnautilus-private/nautilus-file-operations.c:2233 ++#: ../libnautilus-private/nautilus-file-operations.c:2260 + msgid "Do you want to empty the trash before you unmount?" + msgstr "آیا مایلید زباله‌دان را قبل از پیاده کردن خالی کنید؟" + +-#: ../libnautilus-private/nautilus-file-operations.c:2235 +-msgid "In order to regain the free space on this volume the trash must be emptied. All trashed items on the volume will be permanently lost." +-msgstr "برای اینکه فضای خالی بدست بیاورید، باید زباله‌دان خالی شود. تمام زباله‌ها در این جلد برای همیشه از دست خواهند رفت." ++#: ../libnautilus-private/nautilus-file-operations.c:2262 ++msgid "" ++"In order to regain the free space on this volume the trash must be emptied. " ++"All trashed items on the volume will be permanently lost." ++msgstr "" ++"برای اینکه فضای خالی بدست بیاورید، باید زباله‌دان خالی شود. تمام زباله‌ها در " ++"این جلد برای همیشه از دست خواهند رفت." + +-#: ../libnautilus-private/nautilus-file-operations.c:2241 ++#: ../libnautilus-private/nautilus-file-operations.c:2268 + msgid "Do _not Empty Trash" + msgstr "زباله‌دان را خالی _نکن" + + #. Translators: %s is a file name formatted for display +-#: ../libnautilus-private/nautilus-file-operations.c:2374 +-#: ../src/nautilus-view.c:6481 ++#: ../libnautilus-private/nautilus-file-operations.c:2401 ++#: ../src/nautilus-view.c:6434 + #, c-format + msgid "Unable to access “%s”" + msgstr "عدم توانایی در متوقف کردن «%s»" + +-#: ../libnautilus-private/nautilus-file-operations.c:2450 ++#: ../libnautilus-private/nautilus-file-operations.c:2477 + #, c-format + msgid "Preparing to copy %'d file (%S)" + msgid_plural "Preparing to copy %'d files (%S)" + msgstr[0] "در حال آماده‌سازی برای رونوشت %'Id پرونده (%S)" + msgstr[1] "در حال آماده‌سازی برای رونوشت %'Id پرونده (%S)" + +-#: ../libnautilus-private/nautilus-file-operations.c:2456 ++#: ../libnautilus-private/nautilus-file-operations.c:2483 + #, c-format + msgid "Preparing to move %'d file (%S)" + msgid_plural "Preparing to move %'d files (%S)" + msgstr[0] "در حال آماده‌سازی برای جابه‌جایی %'Id پرونده (%S)" + msgstr[1] "در حال آماده‌سازی برای جابه‌جایی %'Id پرونده (%S)" + +-#: ../libnautilus-private/nautilus-file-operations.c:2462 ++#: ../libnautilus-private/nautilus-file-operations.c:2489 + #, c-format + msgid "Preparing to delete %'d file (%S)" + msgid_plural "Preparing to delete %'d files (%S)" + msgstr[0] "در حال آماده‌سازی برای حذف %'Id پرونده‌ (%S)" + msgstr[1] "در حال آماده‌سازی برای حذف %'Id پرونده‌ (%S)" + +-#: ../libnautilus-private/nautilus-file-operations.c:2468 ++#: ../libnautilus-private/nautilus-file-operations.c:2495 + #, c-format + msgid "Preparing to trash %'d file" + msgid_plural "Preparing to trash %'d files" + msgstr[0] "در حال آماده‌سازی برای زباله کردن %'Id پرونده‌" + msgstr[1] "در حال آماده‌سازی برای زباله کردن %'Id پرونده‌" + +-#: ../libnautilus-private/nautilus-file-operations.c:2499 +-#: ../libnautilus-private/nautilus-file-operations.c:3432 +-#: ../libnautilus-private/nautilus-file-operations.c:3564 +-#: ../libnautilus-private/nautilus-file-operations.c:3609 ++#: ../libnautilus-private/nautilus-file-operations.c:2526 ++#: ../libnautilus-private/nautilus-file-operations.c:3459 ++#: ../libnautilus-private/nautilus-file-operations.c:3591 ++#: ../libnautilus-private/nautilus-file-operations.c:3636 + msgid "Error while copying." + msgstr "خطا هنگام رونوشت." + +-#: ../libnautilus-private/nautilus-file-operations.c:2501 +-#: ../libnautilus-private/nautilus-file-operations.c:3562 +-#: ../libnautilus-private/nautilus-file-operations.c:3607 ++#: ../libnautilus-private/nautilus-file-operations.c:2528 ++#: ../libnautilus-private/nautilus-file-operations.c:3589 ++#: ../libnautilus-private/nautilus-file-operations.c:3634 + msgid "Error while moving." + msgstr "خطا هنگام جابه‌جایی." + +-#: ../libnautilus-private/nautilus-file-operations.c:2505 ++#: ../libnautilus-private/nautilus-file-operations.c:2532 + msgid "Error while moving files to trash." + msgstr "خطا هنگام انتقال پرونده‌ها به زباله‌دان." + +-#: ../libnautilus-private/nautilus-file-operations.c:2559 +-msgid "Files in the folder “%B” cannot be handled because you do not have permissions to see them." +-msgstr "اداره‌ی پرونده‌های درون پوشه «%B» امکان پذیر نیست، چون شما اجازه دیدن آنها را ندارید." ++#: ../libnautilus-private/nautilus-file-operations.c:2586 ++msgid "" ++"Files in the folder “%B” cannot be handled because you do not have " ++"permissions to see them." ++msgstr "" ++"اداره‌ی پرونده‌های درون پوشه «%B» امکان پذیر نیست، چون شما اجازه دیدن آنها را " ++"ندارید." + +-#: ../libnautilus-private/nautilus-file-operations.c:2598 +-msgid "The folder “%B” cannot be handled because you do not have permissions to read it." ++#: ../libnautilus-private/nautilus-file-operations.c:2625 ++msgid "" ++"The folder “%B” cannot be handled because you do not have permissions to " ++"read it." + msgstr "پوشه «%B» قابل اداره نیست چون شما اجازه خواندنش را ندارید." + +-#: ../libnautilus-private/nautilus-file-operations.c:2675 +-msgid "The file “%B” cannot be handled because you do not have permissions to read it." ++#: ../libnautilus-private/nautilus-file-operations.c:2702 ++msgid "" ++"The file “%B” cannot be handled because you do not have permissions to read " ++"it." + msgstr "پرونده «%B» قابل اداره نیست چون شما اجازه خواندنش را ندارید." + +-#: ../libnautilus-private/nautilus-file-operations.c:2678 ++#: ../libnautilus-private/nautilus-file-operations.c:2705 + msgid "There was an error getting information about “%B”." + msgstr "خطایی هنگام دریافت اطلاعات درباره «%B» رخ داد." + +-#: ../libnautilus-private/nautilus-file-operations.c:2780 +-#: ../libnautilus-private/nautilus-file-operations.c:2828 +-#: ../libnautilus-private/nautilus-file-operations.c:2867 +-#: ../libnautilus-private/nautilus-file-operations.c:2897 ++#: ../libnautilus-private/nautilus-file-operations.c:2807 ++#: ../libnautilus-private/nautilus-file-operations.c:2855 ++#: ../libnautilus-private/nautilus-file-operations.c:2894 ++#: ../libnautilus-private/nautilus-file-operations.c:2924 + msgid "Error while copying to “%B”." + msgstr "خطا هنگام رونوشت به «%B»." + +-#: ../libnautilus-private/nautilus-file-operations.c:2784 ++#: ../libnautilus-private/nautilus-file-operations.c:2811 + msgid "You do not have permissions to access the destination folder." + msgstr "شما اجازه‌ی دسترسی به پوشه مقصد را ندارید." + +-#: ../libnautilus-private/nautilus-file-operations.c:2786 ++#: ../libnautilus-private/nautilus-file-operations.c:2813 + msgid "There was an error getting information about the destination." + msgstr "خطایی هنگام گرفتن اطلاعات درباره مقصد رخ داد." + +-#: ../libnautilus-private/nautilus-file-operations.c:2829 ++#: ../libnautilus-private/nautilus-file-operations.c:2856 + msgid "The destination is not a folder." + msgstr "مقصد انتخابی یک پوشه نیست." + +-#: ../libnautilus-private/nautilus-file-operations.c:2868 +-msgid "There is not enough space on the destination. Try to remove files to make space." +-msgstr "فضای کافی در مقصد وجود ندارد. سعی کنید تعدادی پرونده حذف کنید تا فضا ایجاد شود." ++#: ../libnautilus-private/nautilus-file-operations.c:2895 ++msgid "" ++"There is not enough space on the destination. Try to remove files to make " ++"space." ++msgstr "" ++"فضای کافی در مقصد وجود ندارد. سعی کنید تعدادی پرونده حذف کنید تا فضا ایجاد " ++"شود." + +-#: ../libnautilus-private/nautilus-file-operations.c:2870 ++#: ../libnautilus-private/nautilus-file-operations.c:2897 + #, c-format + msgid "%S more space is required to copy to the destination." + msgstr "میزان %S فضای بیشتر برای انتقال به مقصد احتیاج است." + +-#: ../libnautilus-private/nautilus-file-operations.c:2898 ++#: ../libnautilus-private/nautilus-file-operations.c:2925 + msgid "The destination is read-only." + msgstr "مقصد «فقط-خواندنی» است." + +-#: ../libnautilus-private/nautilus-file-operations.c:2957 ++#: ../libnautilus-private/nautilus-file-operations.c:2984 + msgid "Moving “%B” to “%B”" + msgstr "جابجایی «%B» به «%B»" + +-#: ../libnautilus-private/nautilus-file-operations.c:2958 ++#: ../libnautilus-private/nautilus-file-operations.c:2985 + msgid "Copying “%B” to “%B”" + msgstr "رونوشت از «%B» به «%B»" + +-#: ../libnautilus-private/nautilus-file-operations.c:2965 ++#: ../libnautilus-private/nautilus-file-operations.c:2992 + msgid "Duplicating “%B”" + msgstr "درحال تکثیر «%B»" + +-#: ../libnautilus-private/nautilus-file-operations.c:2973 ++#: ../libnautilus-private/nautilus-file-operations.c:3000 + msgid "Moving file %'d of %'d (in “%B”) to “%B”" + msgstr "درحال انتقال پرونده‌ی %'Id از %'Id پرونده (در «%B») به «%B»" + +-#: ../libnautilus-private/nautilus-file-operations.c:2975 ++#: ../libnautilus-private/nautilus-file-operations.c:3002 + msgid "Copying file %'d of %'d (in “%B”) to “%B”" + msgstr "درحال رونوشت از پرونده‌ی %'Id از %Id پرونده (در «%B») به «%B»" + +-#: ../libnautilus-private/nautilus-file-operations.c:2982 ++#: ../libnautilus-private/nautilus-file-operations.c:3009 + msgid "Duplicating file %'d of %'d (in “%B”)" + msgstr "در حال تکثیر پرونده‌ی %'Id از %'Id پرونده (در «%B»)" + +-#: ../libnautilus-private/nautilus-file-operations.c:2991 ++#: ../libnautilus-private/nautilus-file-operations.c:3018 + msgid "Moving file %'d of %'d to “%B”" + msgstr "در حال جابه‌جایی پرونده‌ی %'Id از %'Id پرونده‌ به «%B»" + +-#: ../libnautilus-private/nautilus-file-operations.c:2993 ++#: ../libnautilus-private/nautilus-file-operations.c:3020 + msgid "Copying file %'d of %'d to “%B”" + msgstr "در حال رونوشت پرونده‌ی %'Id از %'Id پرونده به «%B»" + +-#: ../libnautilus-private/nautilus-file-operations.c:2999 ++#: ../libnautilus-private/nautilus-file-operations.c:3026 + #, c-format + msgid "Duplicating file %'d of %'d" + msgstr "در حال تکثیر پرونده‌ی %'Id از %'Id پرونده" + + #. To translators: %S will expand to a size like "2 bytes" or "3 MB", so something like "4 kb of 4 MB" +-#: ../libnautilus-private/nautilus-file-operations.c:3018 ++#: ../libnautilus-private/nautilus-file-operations.c:3045 + #, c-format + msgid "%S of %S" + msgstr "%S از %S" +@@ -1238,666 +1307,680 @@ msgstr "%S از %S" + #. * + #. * The singular/plural form will be used depending on the remaining time (i.e. the %T argument). + #. +-#: ../libnautilus-private/nautilus-file-operations.c:3029 ++#: ../libnautilus-private/nautilus-file-operations.c:3056 + msgid "%S of %S — %T left (%S/sec)" + msgid_plural "%S of %S — %T left (%S/sec)" + msgstr[0] "%S از %S — %T باقی‌مانده (%S/ثانیه)" + msgstr[1] "%S از %S — %T باقی‌مانده (%S/ثانیه)" + +-#: ../libnautilus-private/nautilus-file-operations.c:3436 +-msgid "The folder “%B” cannot be copied because you do not have permissions to create it in the destination." ++#: ../libnautilus-private/nautilus-file-operations.c:3463 ++msgid "" ++"The folder “%B” cannot be copied because you do not have permissions to " ++"create it in the destination." + msgstr "رونوشت از «%B» ممکن نیست چون شما اجازه ساخت آن را در محل مقصد ندارید." + +-#: ../libnautilus-private/nautilus-file-operations.c:3439 ++#: ../libnautilus-private/nautilus-file-operations.c:3466 + msgid "There was an error creating the folder “%B”." + msgstr "هنگام ساخت پوشه «%B» خطایی رخ داد." + +-#: ../libnautilus-private/nautilus-file-operations.c:3569 +-msgid "Files in the folder “%B” cannot be copied because you do not have permissions to see them." +-msgstr "رونوشت از پرونده‌های پوشه «%s» ممکن نیست چون شما اجازه دیدن آن را ندارید." ++#: ../libnautilus-private/nautilus-file-operations.c:3596 ++msgid "" ++"Files in the folder “%B” cannot be copied because you do not have " ++"permissions to see them." ++msgstr "" ++"رونوشت از پرونده‌های پوشه «%s» ممکن نیست چون شما اجازه دیدن آن را ندارید." + +-#: ../libnautilus-private/nautilus-file-operations.c:3614 +-msgid "The folder “%B” cannot be copied because you do not have permissions to read it." ++#: ../libnautilus-private/nautilus-file-operations.c:3641 ++msgid "" ++"The folder “%B” cannot be copied because you do not have permissions to read " ++"it." + msgstr "رونوشت از «%B» ممکن نیست چون شما اجازه خواندنش را ندارید." + +-#: ../libnautilus-private/nautilus-file-operations.c:3659 +-#: ../libnautilus-private/nautilus-file-operations.c:4352 +-#: ../libnautilus-private/nautilus-file-operations.c:4967 ++#: ../libnautilus-private/nautilus-file-operations.c:3686 ++#: ../libnautilus-private/nautilus-file-operations.c:4376 ++#: ../libnautilus-private/nautilus-file-operations.c:4990 + msgid "Error while moving “%B”." + msgstr "خطا هنگام جابه‌جایی «%B»." + +-#: ../libnautilus-private/nautilus-file-operations.c:3660 ++#: ../libnautilus-private/nautilus-file-operations.c:3687 + msgid "Could not remove the source folder." + msgstr "پوشه منبع حذف نشد." + +-#: ../libnautilus-private/nautilus-file-operations.c:3745 +-#: ../libnautilus-private/nautilus-file-operations.c:3786 +-#: ../libnautilus-private/nautilus-file-operations.c:4354 +-#: ../libnautilus-private/nautilus-file-operations.c:4425 ++#: ../libnautilus-private/nautilus-file-operations.c:3771 ++#: ../libnautilus-private/nautilus-file-operations.c:3812 ++#: ../libnautilus-private/nautilus-file-operations.c:4378 ++#: ../libnautilus-private/nautilus-file-operations.c:4449 + msgid "Error while copying “%B”." + msgstr "خطا هنگام رونوشت از «%B»." + +-#: ../libnautilus-private/nautilus-file-operations.c:3746 ++#: ../libnautilus-private/nautilus-file-operations.c:3772 + #, c-format + msgid "Could not remove files from the already existing folder %F." + msgstr "عدم امکان در حذف پرونده‌ها از روی پوشه‌ی %F که هم‌اکنون وجود دارد." + +-#: ../libnautilus-private/nautilus-file-operations.c:3787 ++#: ../libnautilus-private/nautilus-file-operations.c:3813 + #, c-format + msgid "Could not remove the already existing file %F." + msgstr "عدم امکان در حذف پرونده %F که از قبل وجود دارد." + + #. the run_warning() frees all strings passed in automatically +-#: ../libnautilus-private/nautilus-file-operations.c:4107 +-#: ../libnautilus-private/nautilus-file-operations.c:4810 ++#: ../libnautilus-private/nautilus-file-operations.c:4133 ++#: ../libnautilus-private/nautilus-file-operations.c:4833 + msgid "You cannot move a folder into itself." + msgstr "نمی‌توانید یک پوشه را به درون خودش منتقل کنید." + +-#: ../libnautilus-private/nautilus-file-operations.c:4108 +-#: ../libnautilus-private/nautilus-file-operations.c:4811 ++#: ../libnautilus-private/nautilus-file-operations.c:4134 ++#: ../libnautilus-private/nautilus-file-operations.c:4834 + msgid "You cannot copy a folder into itself." + msgstr "نمی‌توانید یک پوشه را به درون خودش رونوشت کنید." + +-#: ../libnautilus-private/nautilus-file-operations.c:4109 +-#: ../libnautilus-private/nautilus-file-operations.c:4812 ++#: ../libnautilus-private/nautilus-file-operations.c:4135 ++#: ../libnautilus-private/nautilus-file-operations.c:4835 + msgid "The destination folder is inside the source folder." + msgstr "پوشه‌ی مقصد داخل پوشه‌ی مبدأ است." + + #. the run_warning() frees all strings passed in automatically +-#: ../libnautilus-private/nautilus-file-operations.c:4140 ++#: ../libnautilus-private/nautilus-file-operations.c:4165 + msgid "You cannot move a file over itself." + msgstr "نمی‌توانید یک پرونده را روی خودش جابه‌جا کنید." + +-#: ../libnautilus-private/nautilus-file-operations.c:4141 ++#: ../libnautilus-private/nautilus-file-operations.c:4166 + msgid "You cannot copy a file over itself." + msgstr "نمی‌توانید از یک پرونده روی خودش رونوشت کنید." + +-#: ../libnautilus-private/nautilus-file-operations.c:4142 ++#: ../libnautilus-private/nautilus-file-operations.c:4167 + msgid "The source file would be overwritten by the destination." + msgstr "پرونده‌ی منبع با مقصد رونویسی می‌شود." + +-#: ../libnautilus-private/nautilus-file-operations.c:4356 ++#: ../libnautilus-private/nautilus-file-operations.c:4380 + #, c-format + msgid "Could not remove the already existing file with the same name in %F." + msgstr "عدم توانایی در حذف پرونده‌ای که هم‌اکنون با نام مشابهی در %F وجود دارد." + +-#: ../libnautilus-private/nautilus-file-operations.c:4426 ++#: ../libnautilus-private/nautilus-file-operations.c:4450 + #, c-format + msgid "There was an error copying the file into %F." + msgstr "خطایی هنگام رونوشت پرونده به %F رخ داد." + +-#: ../libnautilus-private/nautilus-file-operations.c:4658 +-#: ../libnautilus-private/nautilus-file-operations.c:4692 ++#: ../libnautilus-private/nautilus-file-operations.c:4681 ++#: ../libnautilus-private/nautilus-file-operations.c:4715 + msgid "Copying Files" + msgstr "در حال رونوشت از پرونده‌ها" + +-#: ../libnautilus-private/nautilus-file-operations.c:4720 ++#: ../libnautilus-private/nautilus-file-operations.c:4743 + msgid "Preparing to Move to “%B”" + msgstr "در حال آماده‌سازی برای برای جابه‌جایی به «%B»" + +-#: ../libnautilus-private/nautilus-file-operations.c:4724 ++#: ../libnautilus-private/nautilus-file-operations.c:4747 + #, c-format + msgid "Preparing to move %'d file" + msgid_plural "Preparing to move %'d files" + msgstr[0] "در حال آماده‌سازی برای جابه‌جایی %'Id پرونده" + msgstr[1] "در حال آماده‌سازی برای جابه‌جایی %'Id پرونده" + +-#: ../libnautilus-private/nautilus-file-operations.c:4968 ++#: ../libnautilus-private/nautilus-file-operations.c:4991 + #, c-format + msgid "There was an error moving the file into %F." + msgstr "خطایی هنگام جابه‌جایی پرونده به %F رخ داد." + +-#: ../libnautilus-private/nautilus-file-operations.c:5230 ++#: ../libnautilus-private/nautilus-file-operations.c:5253 + msgid "Moving Files" + msgstr "در حال جابه‌جایی پرونده‌ها" + +-#: ../libnautilus-private/nautilus-file-operations.c:5265 ++#: ../libnautilus-private/nautilus-file-operations.c:5288 + msgid "Creating links in “%B”" + msgstr "در حال ایجاد پیوندها در «%B»" + +-#: ../libnautilus-private/nautilus-file-operations.c:5269 ++#: ../libnautilus-private/nautilus-file-operations.c:5292 + #, c-format + msgid "Making link to %'d file" + msgid_plural "Making links to %'d files" + msgstr[0] "در حال ایجاد پیوند به %'Id پرونده" + msgstr[1] "در حال ایجاد پیوند به %'Id پرونده" + +-#: ../libnautilus-private/nautilus-file-operations.c:5404 ++#: ../libnautilus-private/nautilus-file-operations.c:5427 + msgid "Error while creating link to %B." + msgstr "خطا هنگام ایجاد پیوند به %B." + +-#: ../libnautilus-private/nautilus-file-operations.c:5406 ++#: ../libnautilus-private/nautilus-file-operations.c:5429 + msgid "Symbolic links only supported for local files" + msgstr "پیوندهای نمادین تنها در پرونده‌های محلی پشتیبانی می‌شوند" + +-#: ../libnautilus-private/nautilus-file-operations.c:5409 ++#: ../libnautilus-private/nautilus-file-operations.c:5432 + msgid "The target doesn't support symbolic links." + msgstr "هدف مورد نظر از پیوندهای نمادین پشتیبانی نمی‌کند." + +-#: ../libnautilus-private/nautilus-file-operations.c:5412 ++#: ../libnautilus-private/nautilus-file-operations.c:5435 + #, c-format + msgid "There was an error creating the symlink in %F." + msgstr "خطایی در هنگام ایجاد پیوند نمادین در %F رخ داد." + +-#: ../libnautilus-private/nautilus-file-operations.c:5731 ++#: ../libnautilus-private/nautilus-file-operations.c:5754 + msgid "Setting permissions" + msgstr "تنظیم مجوزها" + + #. localizers: the initial name of a new folder +-#: ../libnautilus-private/nautilus-file-operations.c:5996 ++#: ../libnautilus-private/nautilus-file-operations.c:6019 + msgid "Untitled Folder" + msgstr "پوشه‌ی بی‌عنوان" + + #. localizers: the initial name of a new template document +-#: ../libnautilus-private/nautilus-file-operations.c:6002 ++#: ../libnautilus-private/nautilus-file-operations.c:6025 + #, c-format + msgid "Untitled %s" + msgstr "%s بی‌عنوان" + + #. localizers: the initial name of a new empty document +-#: ../libnautilus-private/nautilus-file-operations.c:6008 ++#: ../libnautilus-private/nautilus-file-operations.c:6031 + msgid "Untitled Document" + msgstr "سند بی‌عنوان" + +-#: ../libnautilus-private/nautilus-file-operations.c:6186 ++#: ../libnautilus-private/nautilus-file-operations.c:6209 + msgid "Error while creating directory %B." + msgstr "خطا هنگام ایجاد شاخه %B." + +-#: ../libnautilus-private/nautilus-file-operations.c:6188 ++#: ../libnautilus-private/nautilus-file-operations.c:6211 + msgid "Error while creating file %B." + msgstr "خطا هنگام ایجاد پرونده %B." + +-#: ../libnautilus-private/nautilus-file-operations.c:6190 ++#: ../libnautilus-private/nautilus-file-operations.c:6213 + #, c-format + msgid "There was an error creating the directory in %F." + msgstr "خطایی هنگام ساخت شاخه در %F رخ داد." + +-#: ../libnautilus-private/nautilus-file-operations.c:6459 ++#: ../libnautilus-private/nautilus-file-operations.c:6482 + msgid "Emptying Trash" + msgstr "در حال خالی کردن زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-operations.c:6507 +-#: ../libnautilus-private/nautilus-file-operations.c:6548 +-#: ../libnautilus-private/nautilus-file-operations.c:6583 +-#: ../libnautilus-private/nautilus-file-operations.c:6618 ++#: ../libnautilus-private/nautilus-file-operations.c:6530 ++#: ../libnautilus-private/nautilus-file-operations.c:6571 ++#: ../libnautilus-private/nautilus-file-operations.c:6606 ++#: ../libnautilus-private/nautilus-file-operations.c:6641 + msgid "Unable to mark launcher trusted (executable)" + msgstr "عدم توانایی در مشخص کردن راه‌انداز به عنوان قابل اعتماد (اجرایی)" + + #. Reset to default info +-#: ../libnautilus-private/nautilus-file-undo-operations.c:135 +-#: ../src/nautilus-view.c:2553 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:133 ++#: ../src/nautilus-view.c:2531 + msgid "Undo" + msgstr "برگردان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:138 +-#: ../src/nautilus-view.c:2554 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:136 ++#: ../src/nautilus-view.c:2532 + msgid "Undo last action" + msgstr "برگردان فعالیت قبلی" + + #. Reset to default info +-#: ../libnautilus-private/nautilus-file-undo-operations.c:142 +-#: ../src/nautilus-view.c:2572 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:140 ++#: ../src/nautilus-view.c:2550 + msgid "Redo" + msgstr "انجام دوباره" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:145 +-#: ../src/nautilus-view.c:2573 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:143 ++#: ../src/nautilus-view.c:2551 + msgid "Redo last undone action" + msgstr "انجام دوباره آخرین فعالیت انجام نشده قبلی" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:367 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:365 + #, c-format + msgid "Move %d item back to '%s'" + msgid_plural "Move %d items back to '%s'" + msgstr[0] "بازگرداندن %Id مورد به «%s»" + msgstr[1] "بازگرداندن %Id مورد به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:370 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:368 + #, c-format + msgid "Move %d item to '%s'" + msgid_plural "Move %d items to '%s'" + msgstr[0] "جابه‌جایی %Id مورد‌ به «%s»" + msgstr[1] "جابه‌جایی %Id مورد‌ به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:374 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:372 + #, c-format + msgid "_Undo Move %d item" + msgid_plural "_Undo Move %d items" + msgstr[0] "_برگردان جابه‌جایی %Id مورد" + msgstr[1] "_برگردان جابه‌جایی %Id مورد" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:377 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:375 + #, c-format + msgid "_Redo Move %d item" + msgid_plural "_Redo Move %d items" + msgstr[0] "_انجام دوباره %Id مورد" + msgstr[1] "_انجام دوباره %Id مورد" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:381 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:379 + #, c-format + msgid "Move '%s' back to '%s'" + msgstr "بازگرداندن «%s» به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:382 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:380 + #, c-format + msgid "Move '%s' to '%s'" + msgstr "جابه‌جایی «%s» به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:384 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:382 + msgid "_Undo Move" + msgstr "بر_گردان جابه‌جایی" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:385 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:383 + msgid "_Redo Move" + msgstr "_انجام دوباره انتقال" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:388 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:386 + msgid "_Undo Restore from Trash" + msgstr "_برگردان بازگرداندن از زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:389 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:387 + msgid "_Redo Restore from Trash" + msgstr "_انجام دوباره برگرداندن از زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:392 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:390 + #, c-format + msgid "Move %d item back to trash" + msgid_plural "Move %d items back to trash" + msgstr[0] "انتقال دوباره %Id مورد به زباله‌دان" + msgstr[1] "انتقال دوباره %Id مورد به زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:395 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:981 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:393 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:979 + #, c-format + msgid "Restore %d item from trash" + msgid_plural "Restore %d items from trash" + msgstr[0] "بازگرداندن %Id مورد به زباله‌دان" + msgstr[1] "بازگرداندن %Id مورد به زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:399 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:397 + #, c-format + msgid "Move '%s' back to trash" + msgstr "انتقال دوباره «%s» به زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:400 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:398 + #, c-format + msgid "Restore '%s' from trash" + msgstr "بازگردانی «%s» از زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:404 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:402 + #, c-format + msgid "Delete %d copied item" + msgid_plural "Delete %d copied items" + msgstr[0] "حذف %Id مورد رونوشت شده" + msgstr[1] "حذف %Id مورد رونوشت شده" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:407 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:405 + #, c-format + msgid "Copy %d item to '%s'" + msgid_plural "Copy %d items to '%s'" + msgstr[0] "رونوشت از %'Id پرونده به «%s»" + msgstr[1] "رونوشت از %'Id پرونده به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:411 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:409 + #, c-format + msgid "_Undo Copy %d item" + msgid_plural "_Undo Copy %d items" + msgstr[0] "_برگردان رونوشت از %Id مورد" + msgstr[1] "_برگردان رونوشت از %Id مورد" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:414 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:412 + #, c-format + msgid "_Redo Copy %d item" + msgid_plural "_Redo Copy %d items" + msgstr[0] "انجام دوباره رونوشت از %Id مورد" + msgstr[1] "انجام دوباره رونوشت از %Id مورد" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:418 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:440 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:673 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:416 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:438 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:671 + #, c-format + msgid "Delete '%s'" + msgstr "حذف «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:419 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:417 + #, c-format + msgid "Copy '%s' to '%s'" + msgstr "رونوشت از «%s» به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:421 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:419 + msgid "_Undo Copy" + msgstr "_برگردان رونوشت" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:422 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:420 + msgid "_Redo Copy" + msgstr "_انجام دوباره رونوشت" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:426 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:424 + #, c-format + msgid "Delete %d duplicated item" + msgid_plural "Delete %d duplicated items" + msgstr[0] "حذف %Id مورد تکثیر شده" + msgstr[1] "حذف %Id مورد تکثیر شده" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:429 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:427 + #, c-format + msgid "Duplicate %d item in '%s'" + msgid_plural "Duplicate %d items in '%s'" + msgstr[0] "تکثیر %Id مورد در «%s»" + msgstr[1] "تکثیر %Id مورد در «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:433 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:431 + #, c-format + msgid "_Undo Duplicate %d item" + msgid_plural "_Undo Duplicate %d items" + msgstr[0] "_برگردان تکثیر %Id مورد" + msgstr[1] "_برگردان تکثیر %Id مورد" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:436 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:434 + #, c-format + msgid "_Redo Duplicate %d item" + msgid_plural "_Redo Duplicate %d items" + msgstr[0] "_انجام دوباره تکثیر %Id مورد" + msgstr[1] "_انجام دوباره تکثیر %Id مورد" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:441 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:439 + #, c-format + msgid "Duplicate '%s' in '%s'" + msgstr "تکثیر «%s» در «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:444 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:442 + msgid "_Undo Duplicate" + msgstr "_برگردان تکثیر" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:445 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:443 + msgid "_Redo Duplicate" + msgstr "_انجام دوباره تکثیر" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:449 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:447 + #, c-format + msgid "Delete links to %d item" + msgid_plural "Delete links to %d items" + msgstr[0] "حذف پیوندها به %Id مورد" + msgstr[1] "حذف پیوندها به %Id مورد" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:452 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:450 + #, c-format + msgid "Create links to %d item" + msgid_plural "Create links to %d items" + msgstr[0] "ایجاد پیوند به %Id مورد" + msgstr[1] "ایجاد پیوند به %Id مورد" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:456 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:454 + #, c-format + msgid "Delete link to '%s'" + msgstr "حذف پیوند به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:457 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:455 + #, c-format + msgid "Create link to '%s'" + msgstr "ایجاد پیوند به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:459 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:457 + msgid "_Undo Create Link" + msgstr "_برگردان ساخت پیوند" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:460 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:458 + msgid "_Redo Create Link" + msgstr "_انجام دوباره ساخت پیوند" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:676 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:674 + #, c-format + msgid "Create an empty file '%s'" + msgstr "ساخت یک پرونده خالی «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:678 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:676 + msgid "_Undo Create Empty File" + msgstr "_برگردان ساخت پرونده خالی" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:679 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:677 + msgid "_Redo Create Empty File" + msgstr "_انجام دوباره ساخت پرونده خالی" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:681 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:679 + #, c-format + msgid "Create a new folder '%s'" + msgstr "ایجاد یک پوشه جدید «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:683 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:681 + msgid "_Undo Create Folder" + msgstr "برگردان ایجاد پوشه" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:684 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:682 + msgid "_Redo Create Folder" + msgstr "_انجام دوباره ساخت پوشه" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:686 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:684 + #, c-format + msgid "Create new file '%s' from template " + msgstr "ایجاد یک پرونده جدید «%s» از طریق قالب‌ها" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:688 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:686 + msgid "_Undo Create from Template" + msgstr "_برگردان ساخت از طریق قالب" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:689 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:687 + msgid "_Redo Create from Template" + msgstr "_انجام دوباره ساخت از طریق قالب" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:869 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:870 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:867 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:868 + #, c-format + msgid "Rename '%s' as '%s'" + msgstr "تغییر نام «%s» به عنوان «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:872 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:870 + msgid "_Undo Rename" + msgstr "برگردان _تغییر نام" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:873 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:871 + msgid "_Redo Rename" + msgstr "_انجام دوباره تغییر نام" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:984 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:982 + #, c-format + msgid "Move %d item to trash" + msgid_plural "Move %d items to trash" + msgstr[0] "انتقال %Id مورد به زباله‌دان" + msgstr[1] "انتقال %Id مورد به زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:996 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:994 + #, c-format + msgid "Restore '%s' to '%s'" + msgstr "بازنشاندن «%s» به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1003 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1001 + #, c-format + msgid "Move '%s' to trash" + msgstr "انتقال «%s» به زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1007 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1005 + msgid "_Undo Trash" + msgstr "_برگردان زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1008 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1006 + msgid "_Redo Trash" + msgstr "_انجام دوباره انتقال به زباله‌دان" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1299 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1297 + #, c-format + msgid "Restore original permissions of items enclosed in '%s'" + msgstr "بازنشاندن اجازه‌های اصلیِ موارد ضمیمه شده در «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1300 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1298 + #, c-format + msgid "Set permissions of items enclosed in '%s'" + msgstr "تنظیم اجازه‌های موارد ضمیمه در «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1302 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1457 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1300 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1455 + msgid "_Undo Change Permissions" + msgstr "_برگردان تغییر مجوزها" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1303 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1458 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1301 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1456 + msgid "_Redo Change Permissions" + msgstr "_انجام دوباره‌ی تغییر مجوزها" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1454 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1452 + #, c-format + msgid "Restore original permissions of '%s'" + msgstr "بازنشاندن اجازه‌های اصلی «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1455 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1453 + #, c-format + msgid "Set permissions of '%s'" + msgstr "تنظیم مجوزهای «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1565 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1563 + #, c-format + msgid "Restore group of '%s' to '%s'" + msgstr "بازنشاندن گروه «%s» به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1567 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1565 + #, c-format + msgid "Set group of '%s' to '%s'" + msgstr "تنظیم گروه «%s» به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1570 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1568 + msgid "_Undo Change Group" + msgstr "_برگردان تغییر گروه" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1571 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1569 + msgid "_Redo Change Group" + msgstr "_انجام دوباره تغییر گروه" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1573 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1571 + #, c-format + msgid "Restore owner of '%s' to '%s'" + msgstr "بازنشاندن مالک «%s» از «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1575 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1573 + #, c-format + msgid "Set owner of '%s' to '%s'" + msgstr "تنظیم مالک «%s» به «%s»" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1578 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1576 + msgid "_Undo Change Owner" + msgstr "_برگردان تغییر مالک" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1579 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1577 + msgid "_Redo Change Owner" + msgstr "_انجام دوباره تغییر مالک" + +-#: ../libnautilus-private/nautilus-file-utilities.c:1256 ++#: ../libnautilus-private/nautilus-file-utilities.c:932 + #, c-format + msgid "Could not determine original location of “%s” " + msgstr "نمی‌توان مکان اصلی «%s» را تعیین کرد" + +-#: ../libnautilus-private/nautilus-file-utilities.c:1260 ++#: ../libnautilus-private/nautilus-file-utilities.c:936 + msgid "The item cannot be restored from trash" + msgstr "این مورد را نمی‌توان از زباله‌دان بازگردانی کرد" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:81 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:80 + #, c-format + msgid "Error while adding “%s”: %s" + msgstr "خطا هنگام اضافه‌کردن «%s»: %s" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:83 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:82 + msgid "Could not add application" + msgstr "افزودن برنامه ممکن نیست" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:111 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:110 + msgid "Could not forget association" + msgstr "عدم توانایی در فراموش‌کردن وابستگی‌ها" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:135 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:134 + msgid "Forget association" + msgstr "فراموش‌کردن وابستگی‌ها" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:173 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:172 + #, c-format + msgid "Error while setting “%s” as default application: %s" + msgstr "خطا در هنگام تنظیم «%s» به عنوان پیش‌فرض برنامه: %s" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:175 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:174 + msgid "Could not set as default" + msgstr "عدم امکان در تنظیم به عنوان پیش‌فرض" + + #. Translators: the %s here is a file extension +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:253 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:252 + #, c-format + msgid "%s document" + msgstr "%s سند" + + #. Translators; %s here is a mime-type description +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:260 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:259 + #, c-format + msgid "Open all files of type “%s” with" + msgstr "باز کردن تمام انواع پرونده‌های «%s» با" + + #. Translators: first %s is filename, second %s is mime-type description +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:267 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:266 + #, c-format + msgid "Select an application to open “%s” and other files of type “%s”" + msgstr "یک برنامه برای باز کردن %s و پرونده‌های دیگر از نوع «%s» انتخاب کنید" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:325 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:324 + msgid "_Add" + msgstr "ا_ضافه کردن" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:333 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:332 + msgid "Set as default" + msgstr "تنظیم به عنوان پیش‌فرض" + +-#: ../libnautilus-private/nautilus-program-choosing.c:313 ++#: ../libnautilus-private/nautilus-program-choosing.c:312 + msgid "Sorry, but you cannot execute commands from a remote site." + msgstr "متاسفم،اما‌ شما نمی‌توانید فرمان‌ها را از یک پایگاه دوردست اجرا کنید." + +-#: ../libnautilus-private/nautilus-program-choosing.c:315 ++#: ../libnautilus-private/nautilus-program-choosing.c:314 + msgid "This is disabled due to security considerations." + msgstr "این گزینه به دلیل مسائل امنیتی از کار انداخته شده است." + +-#: ../libnautilus-private/nautilus-program-choosing.c:326 +-#: ../libnautilus-private/nautilus-program-choosing.c:394 ++#: ../libnautilus-private/nautilus-program-choosing.c:325 ++#: ../libnautilus-private/nautilus-program-choosing.c:393 + msgid "There was an error launching the application." + msgstr "خطایی در راه‌اندازی برنامه رخ داد." + +-#: ../libnautilus-private/nautilus-program-choosing.c:351 +-#: ../libnautilus-private/nautilus-program-choosing.c:362 ++#: ../libnautilus-private/nautilus-program-choosing.c:350 ++#: ../libnautilus-private/nautilus-program-choosing.c:361 + msgid "This drop target only supports local files." + msgstr "این رها کردن هدف فقط پرونده‌های محلی را پشتیبانی می‌کند." + +-#: ../libnautilus-private/nautilus-program-choosing.c:352 +-msgid "To open non-local files copy them to a local folder and then drop them again." +-msgstr "برای باز کردن پرونده‌های غیر محلی از آنها در یک پوشه‌ی محلی رونوشت کنید و سپس آنها را دوباره رها کنید." ++#: ../libnautilus-private/nautilus-program-choosing.c:351 ++msgid "" ++"To open non-local files copy them to a local folder and then drop them again." ++msgstr "" ++"برای باز کردن پرونده‌های غیر محلی از آنها در یک پوشه‌ی محلی رونوشت کنید و سپس " ++"آنها را دوباره رها کنید." + +-#: ../libnautilus-private/nautilus-program-choosing.c:363 +-msgid "To open non-local files copy them to a local folder and then drop them again. The local files you dropped have already been opened." +-msgstr "برای باز کردن پرونده‌های غیر محلی از آنها در یک پوشه‌ی محلی رونوشت کنید و سپس دوباره آنها را رها کنید.پرونده‌های محلی‌ای که رها کردید باز شده‌اند." ++#: ../libnautilus-private/nautilus-program-choosing.c:362 ++msgid "" ++"To open non-local files copy them to a local folder and then drop them " ++"again. The local files you dropped have already been opened." ++msgstr "" ++"برای باز کردن پرونده‌های غیر محلی از آنها در یک پوشه‌ی محلی رونوشت کنید و سپس " ++"دوباره آنها را رها کنید.پرونده‌های محلی‌ای که رها کردید باز شده‌اند." + +-#: ../libnautilus-private/nautilus-program-choosing.c:392 ++#: ../libnautilus-private/nautilus-program-choosing.c:391 + msgid "Details: " + msgstr "جزئیات: " + +-#: ../libnautilus-private/nautilus-progress-info.c:192 +-#: ../libnautilus-private/nautilus-progress-info.c:210 ++#: ../libnautilus-private/nautilus-progress-info.c:190 ++#: ../libnautilus-private/nautilus-progress-info.c:208 + msgid "Preparing" + msgstr "در حال آماده‌سازی" + +-#: ../libnautilus-private/nautilus-query.c:208 +-#: ../libnautilus-private/nautilus-search-directory-file.c:161 +-#: ../libnautilus-private/nautilus-search-directory-file.c:213 +-#: ../libnautilus-private/nautilus-search-directory-file.c:258 ++#: ../libnautilus-private/nautilus-query.c:207 ++#: ../libnautilus-private/nautilus-search-directory-file.c:159 ++#: ../libnautilus-private/nautilus-search-directory-file.c:211 ++#: ../libnautilus-private/nautilus-search-directory-file.c:256 + msgid "Search" + msgstr "جست‌وجو" + +-#: ../libnautilus-private/nautilus-query.c:211 ++#: ../libnautilus-private/nautilus-query.c:210 + #, c-format + msgid "Search for “%s”" + msgstr "جست‌وجو برای «%s»" + +-#: ../libnautilus-private/nautilus-search-engine.c:190 ++#: ../libnautilus-private/nautilus-search-engine.c:189 + msgid "Unable to complete the requested search" + msgstr "نمی‌توان جست‌وجو درخواست شده را کامل کرد" + +@@ -1906,160 +1989,285 @@ msgid "Where to position newly open tabs in browser windows." + msgstr "جایی که زبانه‌های تازه باز شده در پنجره‌ی مرورگر در آن قرار داده شوند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:2 +-msgid "If set to \"after-current-tab\", then new tabs are inserted after the current tab. If set to \"end\", then new tabs are appended to the end of the tab list." +-msgstr "اگر روی «after_current_tab» تنظیم شده باشد، زبانه‌های جدید بعد از زبانه‌ی جاری ایجاد می‌شوند. اگر روی «end» باشد، زبانه‌های جدید در انتهای فهرست برگه‌ها افزوده می‌شوند." ++msgid "" ++"If set to \"after-current-tab\", then new tabs are inserted after the " ++"current tab. If set to \"end\", then new tabs are appended to the end of the " ++"tab list." ++msgstr "" ++"اگر روی «after_current_tab» تنظیم شده باشد، زبانه‌های جدید بعد از زبانه‌ی جاری " ++"ایجاد می‌شوند. اگر روی «end» باشد، زبانه‌های جدید در انتهای فهرست برگه‌ها " ++"افزوده می‌شوند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:3 + msgid "Always use the location entry, instead of the pathbar" + msgstr "استفاده‌ی دائمی از مدخل مکان، به جای استفاده از نوار مسیر" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:4 +-msgid "If set to true, then Nautilus browser windows will always use a textual input entry for the location toolbar, instead of the pathbar." +-msgstr "اگر روی درست تنظیم شود، پنجره‌های مرورگر ناتیلوس همواره به جای استفاده از نوار مسیر، از مدخل ورودی متنی برای مکان نوار ابزار استفاده می‌کنند." ++msgid "" ++"If set to true, then Nautilus browser windows will always use a textual " ++"input entry for the location toolbar, instead of the pathbar." ++msgstr "" ++"اگر روی درست تنظیم شود، پنجره‌های مرورگر ناتیلوس همواره به جای استفاده از " ++"نوار مسیر، از مدخل ورودی متنی برای مکان نوار ابزار استفاده می‌کنند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:5 + msgid "Whether to ask for confirmation when deleting files, or emptying Trash" + msgstr "این که هنگام پاک کردن یا خالی کردن زباله‌دان تاییدی گرفته شود یا خیر؟" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:6 +-msgid "If set to true, then Nautilus will ask for confirmation when you attempt to delete files, or empty the Trash." +-msgstr "اگر روی درست تنظیم شود، ناتیلوس یک تایید هنگامی که میخواهید پرونده‌ها را حذف و یا زباله‌دان را خالی کند، از شما می‌گیرد." ++msgid "" ++"If set to true, then Nautilus will ask for confirmation when you attempt to " ++"delete files, or empty the Trash." ++msgstr "" ++"اگر روی درست تنظیم شود، ناتیلوس یک تایید هنگامی که میخواهید پرونده‌ها را حذف " ++"و یا زباله‌دان را خالی کند، از شما می‌گیرد." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:7 + msgid "Whether to enable immediate deletion" + msgstr "این که حذف فوری به کار انداخته شود یا خیر" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:8 +-msgid "If set to true, then Nautilus will have a feature allowing you to delete a file immediately and in-place, instead of moving it to the trash. This feature can be dangerous, so use caution." +-msgstr "اگر روی درست تنظیم شود، ناتیلوس امکانی خواهد داشت که به شما اجازه می‌دهد پرونده‌ها را به جای انداختن در زباله‌دان، بلافاصله و درجا حذف کنید. این امکان می‌تواند خطرناک باشد، پس محتاط باشید." ++msgid "" ++"If set to true, then Nautilus will have a feature allowing you to delete a " ++"file immediately and in-place, instead of moving it to the trash. This " ++"feature can be dangerous, so use caution." ++msgstr "" ++"اگر روی درست تنظیم شود، ناتیلوس امکانی خواهد داشت که به شما اجازه می‌دهد " ++"پرونده‌ها را به جای انداختن در زباله‌دان، بلافاصله و درجا حذف کنید. این امکان " ++"می‌تواند خطرناک باشد، پس محتاط باشید." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:9 + msgid "When to show number of items in a folder" + msgstr "چه وقت تعداد موارد یک پوشه نشان داده شود" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:10 +-msgid "Speed tradeoff for when to show the number of items in a folder. If set to \"always\" then always show item counts, even if the folder is on a remote server. If set to \"local-only\" then only show counts for local file systems. If set to \"never\" then never bother to compute item counts." +-msgstr "موازنه‌ی سرعت در برابر چگونگی نمایش تعداد مواردهای داخل پوشه‌ها. اگر روی «always» تنظیم شود تعداد موردها همواره نشان داده می‌شود، حتی اگر پوشه روی یک کارگزار دوردست باشد. اگر روی «local-only» تنظیم شود تعداد تنها برای سیستم پرونده‌های محلی نشان داده می‌شود. اگر روی «never» تنظیم شود هیچ وقت زحمت محاسبه‌ی تعداد موارد را به خود نمی‌دهد." ++msgid "" ++"Speed tradeoff for when to show the number of items in a folder. If set to " ++"\"always\" then always show item counts, even if the folder is on a remote " ++"server. If set to \"local-only\" then only show counts for local file " ++"systems. If set to \"never\" then never bother to compute item counts." ++msgstr "" ++"موازنه‌ی سرعت در برابر چگونگی نمایش تعداد مواردهای داخل پوشه‌ها. اگر روی " ++"«always» تنظیم شود تعداد موردها همواره نشان داده می‌شود، حتی اگر پوشه روی یک " ++"کارگزار دوردست باشد. اگر روی «local-only» تنظیم شود تعداد تنها برای سیستم " ++"پرونده‌های محلی نشان داده می‌شود. اگر روی «never» تنظیم شود هیچ وقت زحمت " ++"محاسبه‌ی تعداد موارد را به خود نمی‌دهد." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:11 + msgid "Type of click used to launch/open files" + msgstr "نوع کلیک مورد استفاده برای راه‌اندازی/بازکردن پرونده‌ها" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:12 +-msgid "Possible values are \"single\" to launch files on a single click, or \"double\" to launch them on a double click." +-msgstr "مقادیر ممکن عبارتند از «single» برای راه‌اندازی پرونده‌ها با یک بار کلیک، یا «double» برای راه‌اندازی آنها با دو بار کلیک." ++msgid "" ++"Possible values are \"single\" to launch files on a single click, or \"double" ++"\" to launch them on a double click." ++msgstr "" ++"مقادیر ممکن عبارتند از «single» برای راه‌اندازی پرونده‌ها با یک بار کلیک، یا " ++"«double» برای راه‌اندازی آنها با دو بار کلیک." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:13 + msgid "What to do with executable text files when activated" + msgstr "وقتی پرونده‌های متنی قابل اجرا فعال شدند با آنها چه کار باید کرد" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:14 +-msgid "What to do with executable text files when they are activated (single or double clicked). Possible values are \"launch\" to launch them as programs, \"ask\" to ask what to do via a dialog, and \"display\" to display them as text files." +-msgstr "وقتی پرونده‌های متنی قابل اجرا (با یک یا دو بار کلیک) فعال شدند، با آنها چه‌کار باید کرد. مقادیر ممکن عبارتند از «launch» برای راه‌اندازی آنها به عنوان برنامه، «ask» برای پرسش با یک محاوره، و «display» برای نمایش آنها به شکل پرونده‌ی متنی." ++msgid "" ++"What to do with executable text files when they are activated (single or " ++"double clicked). Possible values are \"launch\" to launch them as programs, " ++"\"ask\" to ask what to do via a dialog, and \"display\" to display them as " ++"text files." ++msgstr "" ++"وقتی پرونده‌های متنی قابل اجرا (با یک یا دو بار کلیک) فعال شدند، با آنها " ++"چه‌کار باید کرد. مقادیر ممکن عبارتند از «launch» برای راه‌اندازی آنها به عنوان " ++"برنامه، «ask» برای پرسش با یک محاوره، و «display» برای نمایش آنها به شکل " ++"پرونده‌ی متنی." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:15 + msgid "Show the package installer for unknown mime types" + msgstr "برای نوع‌های ناشناخته‌ی mime نصب کننده‌ی بسته‌ها را نشان بده" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:16 +-msgid "Whether to show the user a package installer dialog in case an unknown mime type is opened, in order to search for an application to handle it." +-msgstr "این‌که هنگامی که یک نوع Mime ناشناخته باز می‌شود، یک محاوره‌ی نصب کننده‌ی بسته به کاربر نمایش داده شود، تا برنامه‌ای برای اداره‌ی آن پیدا شود یا خیر." ++msgid "" ++"Whether to show the user a package installer dialog in case an unknown mime " ++"type is opened, in order to search for an application to handle it." ++msgstr "" ++"این‌که هنگامی که یک نوع Mime ناشناخته باز می‌شود، یک محاوره‌ی نصب کننده‌ی بسته " ++"به کاربر نمایش داده شود، تا برنامه‌ای برای اداره‌ی آن پیدا شود یا خیر." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:17 + msgid "Use extra mouse button events in Nautilus' browser window" + msgstr "از رویدادِ کلیدِ اضافه‌یِ موشی در پنجره‌ی مرورگر ناتیلوس استفاده شود" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:18 +-msgid "For users with mice that have \"Forward\" and \"Back\" buttons, this key will determine if any action is taken inside of Nautilus when either is pressed." +-msgstr "برای کاربران با موشی‌هایی که دارای دکمه‌های ویژه‌ی «Forward» و «Back» هستند، این کلید مشخص می‌کند که آیا در صورتی‌که این دکمه‌های فشرده شوند هیچ عملی اتفاق بیافتد یا نه." ++msgid "" ++"For users with mice that have \"Forward\" and \"Back\" buttons, this key " ++"will determine if any action is taken inside of Nautilus when either is " ++"pressed." ++msgstr "" ++"برای کاربران با موشی‌هایی که دارای دکمه‌های ویژه‌ی «Forward» و «Back» هستند، " ++"این کلید مشخص می‌کند که آیا در صورتی‌که این دکمه‌های فشرده شوند هیچ عملی اتفاق " ++"بیافتد یا نه." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:19 + msgid "Mouse button to activate the \"Forward\" command in browser window" + msgstr "دکمه‌ی موشی برای فعال کردن دستور «Forward» در پنجره‌ی مرورگر" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:20 +-msgid "For users with mice that have buttons for \"Forward\" and \"Back\", this key will set which button activates the \"Forward\" command in a browser window. Possible values range between 6 and 14." +-msgstr "برای کاربران با موشی‌هایی که دارای دکمه‌های ویژه‌ی «Forward» و «Back» هستند، این کلید تنظیم می‌کند که کدام دکمه برای دستور «Forward» در مرورگر عمل کند. مقادیر ممکنه در دامنه‌ی بین ۶ و ۱۴هستند." ++msgid "" ++"For users with mice that have buttons for \"Forward\" and \"Back\", this key " ++"will set which button activates the \"Forward\" command in a browser window. " ++"Possible values range between 6 and 14." ++msgstr "" ++"برای کاربران با موشی‌هایی که دارای دکمه‌های ویژه‌ی «Forward» و «Back» هستند، " ++"این کلید تنظیم می‌کند که کدام دکمه برای دستور «Forward» در مرورگر عمل کند. " ++"مقادیر ممکنه در دامنه‌ی بین ۶ و ۱۴هستند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:21 + msgid "Mouse button to activate the \"Back\" command in browser window" + msgstr "دکمه‌ی موشی برای فعال کردن دستور «Back» در پنجره‌ی مرورگر" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:22 +-msgid "For users with mice that have buttons for \"Forward\" and \"Back\", this key will set which button activates the \"Back\" command in a browser window. Possible values range between 6 and 14." +-msgstr "برای کاربران با موشی‌هایی که دارای دکمه‌های ویژه‌ی «Forward» و «Back» هستند، این کلید تنظیم می‌کند که کدام دکمه برای دستور «Back» در مرورگر عمل کند. مقادیر ممکنه در دامنه‌ی بین ۶ و ۱۴هستند." ++msgid "" ++"For users with mice that have buttons for \"Forward\" and \"Back\", this key " ++"will set which button activates the \"Back\" command in a browser window. " ++"Possible values range between 6 and 14." ++msgstr "" ++"برای کاربران با موشی‌هایی که دارای دکمه‌های ویژه‌ی «Forward» و «Back» هستند، " ++"این کلید تنظیم می‌کند که کدام دکمه برای دستور «Back» در مرورگر عمل کند. " ++"مقادیر ممکنه در دامنه‌ی بین ۶ و ۱۴هستند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:23 + msgid "When to show thumbnails of files" + msgstr "چه وقت تصاویر بندانگشتی پرونده‌ها نشان داده شوند" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:24 +-msgid "Speed tradeoff for when to show a file as a thumbnail. If set to \"always\" then always thumbnail, even if the folder is on a remote server. If set to \"local-only\" then only show thumbnails for local file systems. If set to \"never\" then never bother to thumbnail files, just use a generic icon. Despite what the name may suggest, this applies to any previewable file type." +-msgstr "موازنه‌ی سرعت در برابر چگونگی نشان دادن پرونده‌های تصویری به شکل بندانگشتی. اگر روی «always» تنظیم شود مسطوره‌سازی همواره انجام می‌شود، حتی اگر پرونده روی یک کارگزار دوردست باشد. اگر روی «local-only» تنظیم شود تنها مسطوره‌های سیستم پرونده‌های محلی نشان داده می‌شوند. اگر روی «never» تنظیم شود هیچ وقت زحمت مسطوره‌سازی تصویرها را به خود نمی‌دهد، فقط از یک شمایل عام استفاده می‌کند. بدون در نظر گرفتن چیزی که نام پرونده می‌گوید، این بر روی هر پرونده‌ی قابل پیش‌نمایشی اعمال می‌شود." ++msgid "" ++"Speed tradeoff for when to show a file as a thumbnail. If set to \"always\" " ++"then always thumbnail, even if the folder is on a remote server. If set to " ++"\"local-only\" then only show thumbnails for local file systems. If set to " ++"\"never\" then never bother to thumbnail files, just use a generic icon. " ++"Despite what the name may suggest, this applies to any previewable file type." ++msgstr "" ++"موازنه‌ی سرعت در برابر چگونگی نشان دادن پرونده‌های تصویری به شکل بندانگشتی. " ++"اگر روی «always» تنظیم شود مسطوره‌سازی همواره انجام می‌شود، حتی اگر پرونده روی " ++"یک کارگزار دوردست باشد. اگر روی «local-only» تنظیم شود تنها مسطوره‌های سیستم " ++"پرونده‌های محلی نشان داده می‌شوند. اگر روی «never» تنظیم شود هیچ وقت زحمت " ++"مسطوره‌سازی تصویرها را به خود نمی‌دهد، فقط از یک شمایل عام استفاده می‌کند. بدون " ++"در نظر گرفتن چیزی که نام پرونده می‌گوید، این بر روی هر پرونده‌ی قابل پیش‌نمایشی " ++"اعمال می‌شود." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:25 + msgid "Maximum image size for thumbnailing" + msgstr "حداکثر اندازه‌ی تصویر برای ساخت تصویر بندانگشتی" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:26 +-msgid "Images over this size (in bytes) won't be thumbnailed. The purpose of this setting is to avoid thumbnailing large images that may take a long time to load or use lots of memory." +-msgstr "تصاویر بزرگتر از این اندازه (به بایت) بندانگشتی نمی‌شوند. هدف از این تنظیم، جلوگیری از ساخت تصویر بندانگشتی برای تصاویر بزرگ است که زمان زیادی برای بارکردن یا حافظه‌ی زیادی استفاده می‌کند." ++msgid "" ++"Images over this size (in bytes) won't be thumbnailed. The purpose of this " ++"setting is to avoid thumbnailing large images that may take a long time to " ++"load or use lots of memory." ++msgstr "" ++"تصاویر بزرگتر از این اندازه (به بایت) بندانگشتی نمی‌شوند. هدف از این تنظیم، " ++"جلوگیری از ساخت تصویر بندانگشتی برای تصاویر بزرگ است که زمان زیادی برای " ++"بارکردن یا حافظه‌ی زیادی استفاده می‌کند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:27 + msgid "Show folders first in windows" + msgstr "ابتدا نمایش پوشه‌ها در پنجره‌ها" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:28 +-msgid "If set to true, then Nautilus shows folders prior to showing files in the icon and list views." +-msgstr "اگر روی درست تنظیم شود، ناتیلوس در نماهای شمایلی و فهرستی، پوشه‌ها را مقدم بر پرونده‌ها نشان می‌دهد." ++msgid "" ++"If set to true, then Nautilus shows folders prior to showing files in the " ++"icon and list views." ++msgstr "" ++"اگر روی درست تنظیم شود، ناتیلوس در نماهای شمایلی و فهرستی، پوشه‌ها را مقدم بر " ++"پرونده‌ها نشان می‌دهد." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:29 + msgid "Default sort order" + msgstr "ترتیب پیش‌فرض مرتب‌سازی" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:30 +-msgid "The default sort-order for items in the icon view. Possible values are \"name\", \"size\", \"type\" and \"mtime\"." +-msgstr "ترتیب پیش‌فرض ‌مرتب‌سازی موارد در نمای فهرستی. مقادیر ممکن عبارتند از «name»، «size»، «type» و «mtime»." ++msgid "" ++"The default sort-order for items in the icon view. Possible values are \"name" ++"\", \"size\", \"type\" and \"mtime\"." ++msgstr "" ++"ترتیب پیش‌فرض ‌مرتب‌سازی موارد در نمای فهرستی. مقادیر ممکن عبارتند از «name»، " ++"«size»، «type» و «mtime»." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:31 + msgid "Reverse sort order in new windows" + msgstr "معکوس کردن ترتیب مرتب‌سازی در پنجره‌های جدید" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:32 +-msgid "If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from \"a\" to \"z\", they will be sorted from \"z\" to \"a\"; if sorted by size, instead of being incrementally they will be sorted decrementally." +-msgstr "اگر درست باشد، پرونده‌های پنجره‌های جدید به ترتیب معکوس مرتب خواهند شد. یعنی، اگر از روی نام مرتب شده باشند، به جای مرتب شدن از «a» به «z»، از «z» به «a» مرتب خواهند شد؛ اگر از روی اندازه مرتب شده باشند، به جای ترتیب صعودی به ترتیب نزولی مرتب می‌شوند." ++msgid "" ++"If true, files in new windows will be sorted in reverse order. ie, if sorted " ++"by name, then instead of sorting the files from \"a\" to \"z\", they will be " ++"sorted from \"z\" to \"a\"; if sorted by size, instead of being " ++"incrementally they will be sorted decrementally." ++msgstr "" ++"اگر درست باشد، پرونده‌های پنجره‌های جدید به ترتیب معکوس مرتب خواهند شد. یعنی، " ++"اگر از روی نام مرتب شده باشند، به جای مرتب شدن از «a» به «z»، از «z» به «a» " ++"مرتب خواهند شد؛ اگر از روی اندازه مرتب شده باشند، به جای ترتیب صعودی به " ++"ترتیب نزولی مرتب می‌شوند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:33 + msgid "Default folder viewer" + msgstr "نمایشگر پیش‌فرض پوشه‌ها" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:34 +-msgid "When a folder is visited this viewer is used unless you have selected another view for that particular folder. Possible values are \"list-view\", and \"icon-view\"." +-msgstr "وقتی پوشه‌ای بازدید می‌شود این نما به کار خواهد رفت مگر آن که برای آن پوشه‌ی خاص، نمای دیگری انتخاب کرده باشید. مقادیر ممکن عبارتند از «list_view»، «icon_view»." ++msgid "" ++"When a folder is visited this viewer is used unless you have selected " ++"another view for that particular folder. Possible values are \"list-view\", " ++"and \"icon-view\"." ++msgstr "" ++"وقتی پوشه‌ای بازدید می‌شود این نما به کار خواهد رفت مگر آن که برای آن پوشه‌ی " ++"خاص، نمای دیگری انتخاب کرده باشید. مقادیر ممکن عبارتند از «list_view»، " ++"«icon_view»." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:35 + msgid "Whether to show hidden files" + msgstr "این که پرونده‌های مخفی نشان داده شوند یا خیر" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:36 +-msgid "This key is deprecated and ignored. The \"show-hidden\" key from \"org.gtk.Settings.FileChooser\" is now used instead." +-msgstr "این کلید منسوخ و نادیده گرفته شده است. هم‌اکنون کلید «show-hidden» در «org.gtk.Settings.FileChooser» استفاده می‌شود." ++msgid "" ++"This key is deprecated and ignored. The \"show-hidden\" key from \"org.gtk." ++"Settings.FileChooser\" is now used instead." ++msgstr "" ++"این کلید منسوخ و نادیده گرفته شده است. هم‌اکنون کلید «show-hidden» در «org." ++"gtk.Settings.FileChooser» استفاده می‌شود." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:37 + msgid "Bulk rename utility" + msgstr "ابزار تغییر نام دسته‌ای" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:38 +-msgid "If set, Nautilus will append URIs of selected files and treat the result as a command line for bulk renaming. Bulk rename applications can register themselves in this key by setting the key to a space-separated string of their executable name and any command line options. If the executable name is not set to a full path, it will be searched for in the search path." +-msgstr "اگر تنظیم شده باشد، ناتیلوس نشانی‌های اینترنتی پرونده‌های انتخاب‌شده را پیوست میکند و درمان نتیجه به عنوان یک تغییر نام فله‌ای خواهد بود. ابزارهای تغییر نام فله‌ای میتوانند خودشان را در این کلید با قرار دادن کلید به یک رشته فضا جدا از نام اجرایی خود را و هر دستور گزینه های خط فرمان ثبت نام کنند. اگر نام فایل اجرای در یک آدرس کامل تنظیم نشده باشد، این فایل در جستجوی آدرس جستجو خواهد شد." ++msgid "" ++"If set, Nautilus will append URIs of selected files and treat the result as " ++"a command line for bulk renaming. Bulk rename applications can register " ++"themselves in this key by setting the key to a space-separated string of " ++"their executable name and any command line options. If the executable name " ++"is not set to a full path, it will be searched for in the search path." ++msgstr "" ++"اگر تنظیم شده باشد، ناتیلوس نشانی‌های اینترنتی پرونده‌های انتخاب‌شده را پیوست " ++"میکند و درمان نتیجه به عنوان یک تغییر نام فله‌ای خواهد بود. ابزارهای تغییر " ++"نام فله‌ای میتوانند خودشان را در این کلید با قرار دادن کلید به یک رشته فضا " ++"جدا از نام اجرایی خود را و هر دستور گزینه های خط فرمان ثبت نام کنند. اگر نام " ++"فایل اجرای در یک آدرس کامل تنظیم نشده باشد، این فایل در جستجوی آدرس جستجو " ++"خواهد شد." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:39 + msgid "List of possible captions on icons" + msgstr "فهرست عنوان‌های ممکن برای شمایل‌ها" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:40 +-msgid "A list of captions below an icon in the icon view and the desktop. The actual number of captions shown depends on the zoom level. Some possible values are: \"size\", \"type\", \"date_modified\", \"owner\", \"group\", \"permissions\", and \"mime_type\"." +-msgstr "فهرستی از عنوان‌های زیر شمایل‌ها در نمای شمایلی و رومیزی. تعداد واقعی عنوان‌های نشان داده شده به سطح زوم بستگی دارد. مقادیر ممکن عبارتند از: «size»، «type»، «date_modified»، «owner»، «group»، «permissions»، و «mime_type»." ++msgid "" ++"A list of captions below an icon in the icon view and the desktop. The " ++"actual number of captions shown depends on the zoom level. Some possible " ++"values are: \"size\", \"type\", \"date_modified\", \"owner\", \"group\", " ++"\"permissions\", and \"mime_type\"." ++msgstr "" ++"فهرستی از عنوان‌های زیر شمایل‌ها در نمای شمایلی و رومیزی. تعداد واقعی عنوان‌های " ++"نشان داده شده به سطح زوم بستگی دارد. مقادیر ممکن عبارتند از: «size»، «type»، " ++"«date_modified»، «owner»، «group»، «permissions»، و «mime_type»." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:41 + msgid "Default icon zoom level" +@@ -2083,8 +2291,37 @@ msgstr "حد حذف متن" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:47 + #, no-c-format +-msgid "A string specifying how parts of overlong file names should be replaced by ellipses, depending on the zoom level. Each of the list entries is of the form \"Zoom Level:Integer\". For each specified zoom level, if the given integer is larger than 0, the file name will not exceed the given number of lines. If the integer is 0 or smaller, no limit is imposed on the specified zoom level. A default entry of the form \"Integer\" without any specified zoom level is also allowed. It defines the maximum number of lines for all other zoom levels. Examples: 0 - always display overlong file names; 3 - shorten file names if they exceed three lines; smallest:5,smaller:4,0 - shorten file names if they exceed five lines for zoom level \"smallest\". Shorten file names if they exceed four lines for zoom level \"smaller\". Do not shorten file names for other zoom levels. Available zoom levels: smallest (33%), smaller (50%), small (66%), standard (100%), large (150%), larger (200%), largest (400%)" +-msgstr "یک رشته که مشخص می‌کند بسته به بزرگنمایی، چگونه بخش‌های نام پرونده‌های خیلی طولانی با بیضی‌هایی روی رومیزی جایگزین شوند. هر کدام از ورودی‌های فهرستی به شکل «Zoom Level:Integer» هستند. برای هر سطح بزرگ‌نمایی مشخص شده، اگر عدد بزرگتر از صفر باشد، نام پرونده از تعداد خط‌های داده شده بیشتر نخواهد شد. اگر صفر یا کمتر باشد، هیچ مرزی بر روی تعداد خط‌های نمایش داده شده اعمال نخواهد شد. ورودی پیش فرض به شکل «Integer» بدون مشخص کردن سطح بزرگ‌نمایی نیز پذیرفته است. که چیزی که مشخص می‌کند تعداد خط‌ها برای همه‌ی سطح‌های دیگر بزرگ‌نمایی است. مثال‌ها: ۰ - همیشه نام پرونده‌‌های خیلی طولانی را نشان بده؛ ۳- نام پرونده‌های را کوچک کن اگر از سه خط بیشتر شدند؛ کوچکترین:۵،کوچکتر:۴،۰- نام پرونده‌ها را در صورتی کوچک کن که از ۵ خط بیشتر شوند و سطح بزرگ‌نمایی روی «smallest» باشد. نام پرونده‌ها را در صورتی کوچک کن که از ۴ خط بیشتر شوند و سطح بزرگ‌نمایی روی «smaller» باشد. برای دیگر سطح‌های بزرگ‌نمایی نام پرونده‌ها را برای دیگر سطوح بزرگ‌نمایی کوچک نکن. سطح بزرگ‌نمایی‌های ممکن عبارتند از: کوچکترین (۳۳٪)، کوچکتر (۵۰٪)، کوچک (۶۶٪)، استاندارد (۱۰۰٪)، بزرگ (۱۵۰٪)، بزرگ‌تر (۲۰۰٪)، بزرگ‌ترین (۴۰۰٪)" ++msgid "" ++"A string specifying how parts of overlong file names should be replaced by " ++"ellipses, depending on the zoom level. Each of the list entries is of the " ++"form \"Zoom Level:Integer\". For each specified zoom level, if the given " ++"integer is larger than 0, the file name will not exceed the given number of " ++"lines. If the integer is 0 or smaller, no limit is imposed on the specified " ++"zoom level. A default entry of the form \"Integer\" without any specified " ++"zoom level is also allowed. It defines the maximum number of lines for all " ++"other zoom levels. Examples: 0 - always display overlong file names; 3 - " ++"shorten file names if they exceed three lines; smallest:5,smaller:4,0 - " ++"shorten file names if they exceed five lines for zoom level \"smallest\". " ++"Shorten file names if they exceed four lines for zoom level \"smaller\". Do " ++"not shorten file names for other zoom levels. Available zoom levels: " ++"smallest (33%), smaller (50%), small (66%), standard (100%), large (150%), " ++"larger (200%), largest (400%)" ++msgstr "" ++"یک رشته که مشخص می‌کند بسته به بزرگنمایی، چگونه بخش‌های نام پرونده‌های خیلی " ++"طولانی با بیضی‌هایی روی رومیزی جایگزین شوند. هر کدام از ورودی‌های فهرستی به " ++"شکل «Zoom Level:Integer» هستند. برای هر سطح بزرگ‌نمایی مشخص شده، اگر عدد " ++"بزرگتر از صفر باشد، نام پرونده از تعداد خط‌های داده شده بیشتر نخواهد شد. اگر " ++"صفر یا کمتر باشد، هیچ مرزی بر روی تعداد خط‌های نمایش داده شده اعمال نخواهد " ++"شد. ورودی پیش فرض به شکل «Integer» بدون مشخص کردن سطح بزرگ‌نمایی نیز پذیرفته " ++"است. که چیزی که مشخص می‌کند تعداد خط‌ها برای همه‌ی سطح‌های دیگر بزرگ‌نمایی است. " ++"مثال‌ها: ۰ - همیشه نام پرونده‌‌های خیلی طولانی را نشان بده؛ ۳- نام پرونده‌های را " ++"کوچک کن اگر از سه خط بیشتر شدند؛ کوچکترین:۵،کوچکتر:۴،۰- نام پرونده‌ها را در " ++"صورتی کوچک کن که از ۵ خط بیشتر شوند و سطح بزرگ‌نمایی روی «smallest» باشد. نام " ++"پرونده‌ها را در صورتی کوچک کن که از ۴ خط بیشتر شوند و سطح بزرگ‌نمایی روی " ++"«smaller» باشد. برای دیگر سطح‌های بزرگ‌نمایی نام پرونده‌ها را برای دیگر سطوح " ++"بزرگ‌نمایی کوچک نکن. سطح بزرگ‌نمایی‌های ممکن عبارتند از: کوچکترین (۳۳٪)، کوچکتر " ++"(۵۰٪)، کوچک (۶۶٪)، استاندارد (۱۰۰٪)، بزرگ (۱۵۰٪)، بزرگ‌تر (۲۰۰٪)، بزرگ‌ترین " ++"(۴۰۰٪)" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:48 + msgid "Default list zoom level" +@@ -2115,83 +2352,122 @@ msgid "Use tree view" + msgstr "استفاده از نمای درختی" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:55 +-msgid "Whether a tree should be used for list view navigation instead of a flat list" +-msgstr "اینکه آیا یک درهت باید برای مرور نمایش فهرستی استفاده شود یا یک فهرست مسطح" ++msgid "" ++"Whether a tree should be used for list view navigation instead of a flat list" ++msgstr "" ++"اینکه آیا یک درهت باید برای مرور نمایش فهرستی استفاده شود یا یک فهرست مسطح" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:56 + msgid "Desktop font" + msgstr "قلم رومیزی" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:57 +-msgid "The font _description used for the icons on the desktop." +-msgstr "_‌شرح قلم به کار رفته برای شمایل‌های روی رومیزی." ++msgid "The font description used for the icons on the desktop." ++msgstr "شرح قلم به کار رفته برای شمایل‌های روی رومیزی." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:58 + msgid "Home icon visible on desktop" + msgstr "شمایل پوشه خانه بر روی رومیزی قابل مشاهده باشد" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:59 +-msgid "If this is set to true, an icon linking to the home folder will be put on the desktop." +-msgstr "اگر روی درست تنظیم شود، شمایلی که به پوشه‌ی خانه پیوند دارد، روی رومیزی گذاشته می‌شوند." ++msgid "" ++"If this is set to true, an icon linking to the home folder will be put on " ++"the desktop." ++msgstr "" ++"اگر روی درست تنظیم شود، شمایلی که به پوشه‌ی خانه پیوند دارد، روی رومیزی " ++"گذاشته می‌شوند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:60 + msgid "Trash icon visible on desktop" + msgstr "شمایل زباله‌دان روی رومیزی مرئی باشد" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:61 +-msgid "If this is set to true, an icon linking to the trash will be put on the desktop." +-msgstr "اگر روی درست تنظیم شود، شمایلی که به زباله‌دان پیوند دارد، روی رومیزی گذاشته می‌شوند." ++msgid "" ++"If this is set to true, an icon linking to the trash will be put on the " ++"desktop." ++msgstr "" ++"اگر روی درست تنظیم شود، شمایلی که به زباله‌دان پیوند دارد، روی رومیزی گذاشته " ++"می‌شوند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:62 + msgid "Show mounted volumes on the desktop" + msgstr "نشان دادن جلد‌های سوار شده روی رومیزی" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:63 +-msgid "If this is set to true, icons linking to mounted volumes will be put on the desktop." +-msgstr "اگر روی درست تنظیم شود، شمایلی که به جلدهای سوارشده پیوند دارد، روی رومیزی گذاشته می‌شوند." ++msgid "" ++"If this is set to true, icons linking to mounted volumes will be put on the " ++"desktop." ++msgstr "" ++"اگر روی درست تنظیم شود، شمایلی که به جلدهای سوارشده پیوند دارد، روی رومیزی " ++"گذاشته می‌شوند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:64 + msgid "Network Servers icon visible on the desktop" + msgstr "شمایل کارگزارهای شبکه روی رومیزی دیده شود" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:65 +-msgid "If this is set to true, an icon linking to the Network Servers view will be put on the desktop." +-msgstr "اگر روی درست تنظیم شود، شمایلی که به‌ کارگزارهای شبکه پیوند دارد، روی رومیزی گذاشته می‌شوند." ++msgid "" ++"If this is set to true, an icon linking to the Network Servers view will be " ++"put on the desktop." ++msgstr "" ++"اگر روی درست تنظیم شود، شمایلی که به‌ کارگزارهای شبکه پیوند دارد، روی رومیزی " ++"گذاشته می‌شوند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:66 + msgid "Desktop home icon name" + msgstr "نام شمایل خانه‌ی رومیزی" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:67 +-msgid "This name can be set if you want a custom name for the home icon on the desktop." +-msgstr "اگر نامی سفارشی برای شمایل خانه‌ی روی رومیزی بخواهید، این نام قابل تنظیم است." ++msgid "" ++"This name can be set if you want a custom name for the home icon on the " ++"desktop." ++msgstr "" ++"اگر نامی سفارشی برای شمایل خانه‌ی روی رومیزی بخواهید، این نام قابل تنظیم است." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:68 + msgid "Desktop trash icon name" + msgstr "نام شمایل زباله‌دان رومیزی" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:69 +-msgid "This name can be set if you want a custom name for the trash icon on the desktop." +-msgstr "اگر نامی سفارشی برای شمایل زباله‌دان روی رومیزی بخواهید، این نام قابل تنظیم است." ++msgid "" ++"This name can be set if you want a custom name for the trash icon on the " ++"desktop." ++msgstr "" ++"اگر نامی سفارشی برای شمایل زباله‌دان روی رومیزی بخواهید، این نام قابل تنظیم " ++"است." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:70 + msgid "Network servers icon name" + msgstr "نام شمایل کارگزارهای شبکه" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:71 +-msgid "This name can be set if you want a custom name for the network servers icon on the desktop." +-msgstr "اگر نامی سفارشی برای شمایل کارگزارهای شبکه روی رومیزی بخواهید، این نام قابل تنظیم است." ++msgid "" ++"This name can be set if you want a custom name for the network servers icon " ++"on the desktop." ++msgstr "" ++"اگر نامی سفارشی برای شمایل کارگزارهای شبکه روی رومیزی بخواهید، این نام قابل " ++"تنظیم است." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:72 +-msgid "An integer specifying how parts of overlong file names should be replaced by ellipses on the desktop. If the number is larger than 0, the file name will not exceed the given number of lines. If the number is 0 or smaller, no limit is imposed on the number of displayed lines." +-msgstr "یک عدد صحیح که مشخص می‌کند چگونه بخش‌های نام پرونده‌های خیلی طولانی با بیضی‌هایی روی رومیزی جایگزین شوند. اگر عدد بزرگتر از صفر باشد، نام پرونده از تعداد خط‌های داده شده بیشتر نخواهد شد. اگر صفر یا کمتر باشد، هیچ مرزی بر روی تعداد خط‌های نمایش داده شده اعمال نخواهد شد." ++msgid "" ++"An integer specifying how parts of overlong file names should be replaced by " ++"ellipses on the desktop. If the number is larger than 0, the file name will " ++"not exceed the given number of lines. If the number is 0 or smaller, no " ++"limit is imposed on the number of displayed lines." ++msgstr "" ++"یک عدد صحیح که مشخص می‌کند چگونه بخش‌های نام پرونده‌های خیلی طولانی با بیضی‌هایی " ++"روی رومیزی جایگزین شوند. اگر عدد بزرگتر از صفر باشد، نام پرونده از تعداد " ++"خط‌های داده شده بیشتر نخواهد شد. اگر صفر یا کمتر باشد، هیچ مرزی بر روی تعداد " ++"خط‌های نمایش داده شده اعمال نخواهد شد." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:73 + msgid "Fade the background on change" + msgstr "محو‌کردن پس‌زمینه در هنگام تغییر" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:74 +-msgid "If set to true, then Nautilus will use a fade effect to change the desktop background." ++msgid "" ++"If set to true, then Nautilus will use a fade effect to change the desktop " ++"background." + msgstr "اگر روی درست تنظیم شود، ناتیلوس شمایل‌ها را روی رومیزی رسم می‌کند." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:75 +@@ -2199,7 +2475,9 @@ msgid "The geometry string for a navigation window." + msgstr "رشته‌ی هندسه‌ برای پنجره‌ی ناوش" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:76 +-msgid "A string containing the saved geometry and coordinates string for navigation windows." ++msgid "" ++"A string containing the saved geometry and coordinates string for navigation " ++"windows." + msgstr "یک رشته شامل رشته‌ی مختصات و هندسه‌ی ذخیره شده برای پنجره‌ی ناوش" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:77 +@@ -2223,8 +2501,10 @@ msgid "Show location bar in new windows" + msgstr "نشان دادن نوار مکان در پنجره‌های جدید" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:82 +-msgid "If set to true, newly opened windows will have the location bar visible." +-msgstr "اگر روی درست تنظیم شود، نوار مکان پنجره‌های تازه باز شده مرئی خواهد بود." ++msgid "" ++"If set to true, newly opened windows will have the location bar visible." ++msgstr "" ++"اگر روی درست تنظیم شود، نوار مکان پنجره‌های تازه باز شده مرئی خواهد بود." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:83 + msgid "Show side pane in new windows" +@@ -2232,187 +2512,162 @@ msgstr "نشان دادن قاب کناری در پنجره‌های جدید" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:84 + msgid "If set to true, newly opened windows will have the side pane visible." +-msgstr "اگر روی درست تنظیم شود، قاب کناری پنجره‌های تازه باز شده مرئی خواهد بود." ++msgstr "" ++"اگر روی درست تنظیم شود، قاب کناری پنجره‌های تازه باز شده مرئی خواهد بود." + +-#: ../nautilus-sendto-extension/nautilus-nste.c:97 +-#: ../nautilus-sendto-extension/nautilus-nste.c:102 ++#: ../nautilus-sendto-extension/nautilus-nste.c:96 ++#: ../nautilus-sendto-extension/nautilus-nste.c:101 + msgid "Email…" + msgstr "پست الکترونیکی..." + +-#: ../nautilus-sendto-extension/nautilus-nste.c:98 +-#| msgid "Send file by mail, instant message…" ++#: ../nautilus-sendto-extension/nautilus-nste.c:97 + msgid "Send file by mail…" + msgstr "ارسال پرونده‌ از طریق پست‌الکترونیکی..." + +-#: ../nautilus-sendto-extension/nautilus-nste.c:103 +-#| msgid "Send files by mail, instant message…" ++#: ../nautilus-sendto-extension/nautilus-nste.c:102 + msgid "Send files by mail…" + msgstr "ارسال پرونده‌ها از طریق پست‌الکترونیکی..." + + #. Some sort of failure occurred. How 'bout we tell the user? +-#: ../src/nautilus-application.c:225 ../src/nautilus-window-slot.c:1599 ++#: ../src/nautilus-application.c:215 ../src/nautilus-window-slot.c:1611 + msgid "Oops! Something went wrong." + msgstr "اوه! یک جایی یک اشتباهی پیش آمد." + +-#: ../src/nautilus-application.c:227 ++#: ../src/nautilus-application.c:217 + #, c-format + msgid "" +-"Unable to create a required folder. Please create the following folder, or set permissions such that it can be created:\n" ++"Unable to create a required folder. Please create the following folder, or " ++"set permissions such that it can be created:\n" + "%s" + msgstr "" +-"نمی‌توان یک پوشه‌ی لازم را ایجاد کرد. لطفاً پوشه‌ی زیر را ایجاد کنید، یا اجازه‌ها را طوری تنظیم کنید که بتوان آن را ایجاد کرد:\n" ++"نمی‌توان یک پوشه‌ی لازم را ایجاد کرد. لطفاً پوشه‌ی زیر را ایجاد کنید، یا اجازه‌ها " ++"را طوری تنظیم کنید که بتوان آن را ایجاد کرد:\n" + "%s" + +-#: ../src/nautilus-application.c:232 ++#: ../src/nautilus-application.c:222 + #, c-format + msgid "" +-"Unable to create required folders. Please create the following folders, or set permissions such that they can be created:\n" ++"Unable to create required folders. Please create the following folders, or " ++"set permissions such that they can be created:\n" + "%s" + msgstr "" +-"نمی‌توان یک پوشه‌های لازم را ایجاد کرد. لطفاً پوشه‌ی زیر را ایجاد کنید، یا اجازه‌ها را طوری تنظیم کنید که بتوان آن را ایجاد کرد:\n" ++"نمی‌توان یک پوشه‌های لازم را ایجاد کرد. لطفاً پوشه‌ی زیر را ایجاد کنید، یا " ++"اجازه‌ها را طوری تنظیم کنید که بتوان آن را ایجاد کرد:\n" + "%s" + +-#: ../src/nautilus-application.c:366 +-msgid "Nautilus 3.0 deprecated this directory and tried migrating this configuration to ~/.config/nautilus" +-msgstr "ناتیلوس ۳.۰ این شاخه را توصیه نمی‌کند و مهاجرت این پیکربندی به config/nautilus./~ را آزمایش می‌کند" +- +-#: ../src/nautilus-application.c:911 +-#: ../src/nautilus-file-management-properties.c:197 +-#: ../src/nautilus-window-menus.c:254 +-#, c-format ++#: ../src/nautilus-application.c:354 + msgid "" +-"There was an error displaying help: \n" +-"%s" ++"Nautilus 3.0 deprecated this directory and tried migrating this " ++"configuration to ~/.config/nautilus" + msgstr "" +-"هنگام نمایش راهنما خطایی رخ داد: \n" +-"%s" ++"ناتیلوس ۳.۰ این شاخه را توصیه نمی‌کند و مهاجرت این پیکربندی به config/" ++"nautilus./~ را آزمایش می‌کند" + +-#: ../src/nautilus-application.c:1085 ++#: ../src/nautilus-application.c:702 + msgid "--check cannot be used with other options." + msgstr "نمی‌توان از check-- همراه گزینه‌های دیگر استفاده کرد." + +-#: ../src/nautilus-application.c:1091 ++#: ../src/nautilus-application.c:709 + msgid "--quit cannot be used with URIs." + msgstr " نمی‌توان از quit-- برای نشانی‌های اینترنتی استفاده کرد." + +-#: ../src/nautilus-application.c:1098 +-msgid "--geometry cannot be used with more than one URI." +-msgstr "نمی‌توان برای بیش از یک نشانی اینترنتی از geometry-- استفاده کرد." +- +-#: ../src/nautilus-application.c:1104 ++#: ../src/nautilus-application.c:717 + msgid "--select must be used with at least an URI." + msgstr "--select باید با حداقل یک آدرس اینترنتی استفاده شود." + +-#: ../src/nautilus-application.c:1110 ++#: ../src/nautilus-application.c:724 + msgid "--no-desktop and --force-desktop cannot be used together." + msgstr "‫--no-desktop و --force-desktop را نمی‌توان با هم استفاده کرد" + +-#: ../src/nautilus-application.c:1209 ++#: ../src/nautilus-application.c:808 + msgid "Perform a quick set of self-check tests." + msgstr "انجام یک مجموعه آزمون‌های خودآزمایی سریع." + +-#: ../src/nautilus-application.c:1215 +-msgid "Show the version of the program." +-msgstr "نشان دادن شماره‌ی نسخه‌ی برنامه" +- +-#: ../src/nautilus-application.c:1217 ++#: ../src/nautilus-application.c:815 + msgid "Create the initial window with the given geometry." + msgstr "ایجاد پنجره‌ی اولیه با پیکربندی ظاهری داده شده." + +-#: ../src/nautilus-application.c:1217 ++#: ../src/nautilus-application.c:815 + msgid "GEOMETRY" + msgstr "GEOMETRY" + +-#: ../src/nautilus-application.c:1219 ++#: ../src/nautilus-application.c:817 ++msgid "Show the version of the program." ++msgstr "نشان دادن شماره‌ی نسخه‌ی برنامه" ++ ++#: ../src/nautilus-application.c:819 + msgid "Always open a new window for browsing specified URIs" + msgstr "همیشه یک پنجره جدید برای مرور آدرس‌های مشخص شده باز کن" + +-#: ../src/nautilus-application.c:1221 ++#: ../src/nautilus-application.c:821 + msgid "Only create windows for explicitly specified URIs." + msgstr "ایجاد پنجره تنها برای نشانی‌های اینترنتی که دقیقا مشخص شده است." + +-#: ../src/nautilus-application.c:1223 ++#: ../src/nautilus-application.c:823 + msgid "Never manage the desktop (ignore the GSettings preference)." + msgstr "هیچگاه رومیزی را مدیریت نکن (تنظیمات GSettings را نادیده بگیر)." + +-#: ../src/nautilus-application.c:1225 ++#: ../src/nautilus-application.c:825 + msgid "Always manage the desktop (ignore the GSettings preference)." + msgstr "همیشه رومیزی را مدیریت کن (تنظیمات GSettings را نادیده بگیر)." + +-#: ../src/nautilus-application.c:1227 ++#: ../src/nautilus-application.c:827 + msgid "Quit Nautilus." + msgstr "ترک ناتیلوس." + +-#: ../src/nautilus-application.c:1229 ++#: ../src/nautilus-application.c:829 + msgid "Select specified URI in parent folder." + msgstr "انتخاب آدرس مشخص شده در پوشه والد." + +-#: ../src/nautilus-application.c:1230 ++#: ../src/nautilus-application.c:830 + msgid "[URI...]" + msgstr "[نشانی اینترنتی...]" + +-#: ../src/nautilus-application.c:1242 +-msgid "" +-"\n" +-"\n" +-"Browse the file system with the file manager" +-msgstr "" +-"\n" +-"\n" +-"مرور سیستم پرونده‌ها با مدیر پرونده‌ها" +- + #. Translators: this is a fatal error quit message printed on the + #. * command line +-#: ../src/nautilus-application.c:1252 +-msgid "Could not parse arguments" +-msgstr "نمی‌توان متغیرها را تجزیه کرد" +- +-#. Translators: this is a fatal error quit message printed on the +-#. * command line +-#: ../src/nautilus-application.c:1285 ++#: ../src/nautilus-application.c:906 + msgid "Could not register the application" + msgstr "نمی‌توان برنامه را ثبت کرد" + +-#. name, stock id +-#: ../src/nautilus-app-menu.ui.h:1 ../src/nautilus-window-menus.c:551 ++#: ../src/nautilus-application-actions.c:127 ++#, c-format ++msgid "" ++"There was an error displaying help: \n" ++"%s" ++msgstr "" ++"هنگام نمایش راهنما خطایی رخ داد: \n" ++"%s" ++ ++#: ../src/nautilus-app-menu.ui.h:1 + msgid "New _Window" + msgstr "_پنجره‌ی نو" + +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-app-menu.ui.h:2 ../src/nautilus-window-menus.c:543 ++#: ../src/nautilus-app-menu.ui.h:2 + msgid "Connect to _Server…" + msgstr "اتصال به _کارگزار..." + +-#. name, stock id +-#: ../src/nautilus-app-menu.ui.h:3 ../src/nautilus-window-menus.c:571 +-msgid "Enter _Location…" +-msgstr "_مکان را وارد کنید..." +- +-#: ../src/nautilus-app-menu.ui.h:4 ++#: ../src/nautilus-app-menu.ui.h:3 + msgid "_Bookmarks" + msgstr "_نشانک‌ها" + +-#: ../src/nautilus-app-menu.ui.h:5 ../src/nautilus-window-menus.c:475 ++#: ../src/nautilus-app-menu.ui.h:4 + msgid "Prefere_nces" + msgstr "ترجی_حات" + +-#: ../src/nautilus-app-menu.ui.h:6 +-msgid "_About Files" +-msgstr "_درباره پرونده‌ها" +- +-#. name, stock id, label +-#: ../src/nautilus-app-menu.ui.h:7 ../src/nautilus-properties-window.c:4945 +-#: ../src/nautilus-view.c:1494 ../src/nautilus-window-menus.c:469 ++#: ../src/nautilus-app-menu.ui.h:5 + msgid "_Help" + msgstr "_راهنما" + +-#: ../src/nautilus-app-menu.ui.h:8 ++#: ../src/nautilus-app-menu.ui.h:6 ++msgid "_About" ++msgstr "_درباره" ++ ++#: ../src/nautilus-app-menu.ui.h:7 + msgid "_Quit" + msgstr "_خروج" + +-#: ../src/nautilus-autorun-software.c:143 +-#: ../src/nautilus-autorun-software.c:146 ++#: ../src/nautilus-autorun-software.c:142 ++#: ../src/nautilus-autorun-software.c:145 + #, c-format + msgid "" + "Unable to start the program:\n" +@@ -2421,33 +2676,37 @@ msgstr "" + "عدم توانایی در آغاز برنامه:\n" + "%s" + +-#: ../src/nautilus-autorun-software.c:149 ++#: ../src/nautilus-autorun-software.c:148 + #, c-format + msgid "Unable to locate the program" + msgstr "نمی‌توان محل برنامه را پیدا کرد" + +-#: ../src/nautilus-autorun-software.c:171 ++#: ../src/nautilus-autorun-software.c:170 + msgid "Oops! There was a problem running this software." + msgstr "اوه! یک مشکل در هنگام اجرا این برنامه پیش آمد." + +-#: ../src/nautilus-autorun-software.c:202 ++#: ../src/nautilus-autorun-software.c:201 + #, c-format +-msgid "“%s” contains software intended to be automatically started. Would you like to run it?" +-msgstr "رسانه «%s» حاوی برنامه‌ای است که قصد اجرای خودکار دارد. آیا مایلید اجرا شود؟" ++msgid "" ++"“%s” contains software intended to be automatically started. Would you like " ++"to run it?" ++msgstr "" ++"رسانه «%s» حاوی برنامه‌ای است که قصد اجرای خودکار دارد. آیا مایلید اجرا شود؟" + +-#: ../src/nautilus-autorun-software.c:206 ++#: ../src/nautilus-autorun-software.c:205 + msgid "If you don't trust this location or aren't sure, press Cancel." +-msgstr "اگر شما به این مکان اعتماد ندارید یا مطمئن نیستید، بر روی لغو کلیک کنید." ++msgstr "" ++"اگر شما به این مکان اعتماد ندارید یا مطمئن نیستید، بر روی لغو کلیک کنید." + +-#: ../src/nautilus-autorun-software.c:241 ../src/nautilus-mime-actions.c:748 ++#: ../src/nautilus-autorun-software.c:240 ../src/nautilus-mime-actions.c:723 + msgid "_Run" + msgstr "_اجرا" + +-#: ../src/nautilus-bookmarks-window.c:168 ++#: ../src/nautilus-bookmarks-window.c:166 + msgid "No bookmarks defined" + msgstr "هیچ نشانکی تعریف نشده است" + +-#: ../src/nautilus-bookmarks-window.c:710 ++#: ../src/nautilus-bookmarks-window.c:711 + msgid "Bookmarks" + msgstr "نشانک‌ها" + +@@ -2473,114 +2732,112 @@ msgstr "_مکان" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-canvas-view.c:1109 ++#: ../src/nautilus-canvas-view.c:1108 + msgid "Re_versed Order" + msgstr "ترتیب م_عکوس" + + #. tooltip +-#: ../src/nautilus-canvas-view.c:1110 ++#: ../src/nautilus-canvas-view.c:1109 + msgid "Display icons in the opposite order" + msgstr "نمایش شمایل‌ها به ترتیب معکوس" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-canvas-view.c:1114 ++#: ../src/nautilus-canvas-view.c:1113 + msgid "_Keep Aligned" + msgstr "ردیف ن_گه داشته شوند" + + #. tooltip +-#: ../src/nautilus-canvas-view.c:1115 ++#: ../src/nautilus-canvas-view.c:1114 + msgid "Keep icons lined up on a grid" + msgstr "به خط نگه داشتن شمایل‌ها روی یک شبکه‌ی چارخانه" + +-#: ../src/nautilus-canvas-view.c:1122 ++#: ../src/nautilus-canvas-view.c:1121 + msgid "_Manually" + msgstr "_دستی" + +-#: ../src/nautilus-canvas-view.c:1123 ++#: ../src/nautilus-canvas-view.c:1122 + msgid "Leave icons wherever they are dropped" + msgstr "'گذاشتن شمایل‌ها هر کجا که رها شده‌اند" + +-#: ../src/nautilus-canvas-view.c:1126 ++#: ../src/nautilus-canvas-view.c:1125 + msgid "By _Name" + msgstr "بر اساس _نام" + +-#: ../src/nautilus-canvas-view.c:1127 ++#: ../src/nautilus-canvas-view.c:1126 + msgid "Keep icons sorted by name in rows" + msgstr "نگهداری شمایل‌ها مرتب شده بر اساس نام به شکل ردیفی" + +-#: ../src/nautilus-canvas-view.c:1130 ++#: ../src/nautilus-canvas-view.c:1129 + msgid "By _Size" + msgstr "بر اساس اندا_زه" + +-#: ../src/nautilus-canvas-view.c:1131 ++#: ../src/nautilus-canvas-view.c:1130 + msgid "Keep icons sorted by size in rows" + msgstr "نگهداری شمایل‌ها به صورت مرتب شده بر اساس اندازه به شکل ردیفی" + +-#: ../src/nautilus-canvas-view.c:1134 ++#: ../src/nautilus-canvas-view.c:1133 + msgid "By _Type" + msgstr "بر اساس نو_ع" + +-#: ../src/nautilus-canvas-view.c:1135 ++#: ../src/nautilus-canvas-view.c:1134 + msgid "Keep icons sorted by type in rows" + msgstr "نگهداری شمایل‌ها به صورت مرتب شده بر اساس نوع به شکل ردیفی" + +-#: ../src/nautilus-canvas-view.c:1138 ++#: ../src/nautilus-canvas-view.c:1137 + msgid "By Modification _Date" + msgstr "بر اساس _تاریخ تغییر" + +-#: ../src/nautilus-canvas-view.c:1139 ++#: ../src/nautilus-canvas-view.c:1138 + msgid "Keep icons sorted by modification date in rows" + msgstr "نگهداری شمایل‌ها به صورت مرتب شده از روی تاریخ تغییر به شکل ردیفی" + +-#: ../src/nautilus-canvas-view.c:1142 +-#| msgid "By Access Date" ++#: ../src/nautilus-canvas-view.c:1141 + msgid "By _Access Date" + msgstr "بر اساس تاریخ _دسترسی" + +-#: ../src/nautilus-canvas-view.c:1143 +-#| msgid "Keep icons sorted by trash time in rows" ++#: ../src/nautilus-canvas-view.c:1142 + msgid "Keep icons sorted by access date in rows" + msgstr "نگهداری شمایل‌ها مرتب شده از روی تاریخ دسترسی به صورت ردیفی" + +-#: ../src/nautilus-canvas-view.c:1146 ++#: ../src/nautilus-canvas-view.c:1145 + msgid "By T_rash Time" + msgstr "بر اساس زمان _زباله‌شدن" + +-#: ../src/nautilus-canvas-view.c:1147 ++#: ../src/nautilus-canvas-view.c:1146 + msgid "Keep icons sorted by trash time in rows" + msgstr "نگهداری شمایل‌ها مرتب شده از روی زمان افتادن در زباله‌دان به صورت ردیفی" + +-#: ../src/nautilus-canvas-view.c:1150 ++#: ../src/nautilus-canvas-view.c:1149 + msgid "By Search Relevance" + msgstr "براساس ارتباط جست‌وجو" + +-#: ../src/nautilus-canvas-view.c:1151 ++#: ../src/nautilus-canvas-view.c:1150 + msgid "Keep icons sorted by search relevance in rows" + msgstr "شمایل‌های مرتب شده براساس ارتباط با مورد جستجو را به شکل ردیفی نگه‌دار" + +-#: ../src/nautilus-canvas-view-container.c:573 ++#: ../src/nautilus-canvas-view-container.c:491 + #: ../src/nautilus-file-management-properties.ui.h:35 + msgid "Icon View" + msgstr "نمای شمایلی" + + #. if it wasn't cancelled show a dialog +-#: ../src/nautilus-connect-server.c:53 ../src/nautilus-mime-actions.c:1894 +-#: ../src/nautilus-mime-actions.c:2166 ++#: ../src/nautilus-connect-server.c:52 ../src/nautilus-mime-actions.c:1869 ++#: ../src/nautilus-mime-actions.c:2133 + msgid "Unable to access location" + msgstr "نمی‌توان به مکان دسترسی پیدا کرد" + +-#: ../src/nautilus-connect-server.c:74 ++#: ../src/nautilus-connect-server.c:73 + msgid "Unable to display location" + msgstr "نمی‌توان مکان را نمایش داد" + +-#: ../src/nautilus-connect-server.c:140 ++#: ../src/nautilus-connect-server.c:139 + msgid "Print but do not open the URI" + msgstr "چاپ کن اما نشانی اینترنتی را باز نکن" + + #. Translators: This is the --help description for the connect to server app, + #. the initial newlines are between the command line arg and the description +-#: ../src/nautilus-connect-server.c:152 ++#: ../src/nautilus-connect-server.c:151 + msgid "" + "\n" + "\n" +@@ -2590,240 +2847,240 @@ msgstr "" + "\n" + "اضافه کردن ارتباط به سوارکردن کارگزار" + +-#: ../src/nautilus-connect-server-dialog.c:104 +-#: ../src/nautilus-properties-window.c:5194 ../src/nautilus-view.c:1471 +-msgid "There was an error displaying help." +-msgstr "در نمایش راهنما خطایی رخ داد." +- +-#: ../src/nautilus-connect-server-dialog.c:149 +-#| msgid "The server at \"%s\" cannot be found." ++#: ../src/nautilus-connect-server-dialog.c:109 + msgid "This file server type is not recognized." + msgstr "نوع پرونده کارگزار تشخیص داده نشد." + +-#: ../src/nautilus-connect-server-dialog.c:156 ++#: ../src/nautilus-connect-server-dialog.c:116 + msgid "This doesn't look like an address." + msgstr "این شبیه به یک آدرس نیست." + + #. Translators: %s is a URI of the form "smb://foo.example.com" +-#: ../src/nautilus-connect-server-dialog.c:265 ++#: ../src/nautilus-connect-server-dialog.c:225 + #, c-format + msgid "For example, %s" + msgstr "برای مثال، %s" + +-#: ../src/nautilus-connect-server-dialog.c:533 ++#: ../src/nautilus-connect-server-dialog.c:493 + msgid "_Remove" + msgstr "_حذف" + +-#: ../src/nautilus-connect-server-dialog.c:542 ++#: ../src/nautilus-connect-server-dialog.c:502 + msgid "_Clear All" + msgstr "_پاک‌کردن همه" + +-#: ../src/nautilus-connect-server-dialog.c:604 ++#: ../src/nautilus-connect-server-dialog.c:563 + msgid "_Server Address" + msgstr "آ_درس کارگزار" + +-#: ../src/nautilus-connect-server-dialog.c:628 ++#: ../src/nautilus-connect-server-dialog.c:587 + msgid "_Recent Servers" + msgstr "کارگزارهای _اخیر" + +-#: ../src/nautilus-connect-server-dialog.c:694 +-msgid "_Browse" +-msgstr "_مرور" +- +-#: ../src/nautilus-connect-server-dialog.c:704 ++#: ../src/nautilus-connect-server-dialog.c:656 + msgid "C_onnect" + msgstr "ات_صال" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:621 ../src/nautilus-view.c:7202 +-#: ../src/nautilus-view.c:8749 ++#: ../src/nautilus-desktop-canvas-view.c:663 ../src/nautilus-view.c:7155 ++#: ../src/nautilus-view.c:8701 + msgid "E_mpty Trash" + msgstr "خالی کردن _زباله‌دان" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:645 +-#: ../src/nautilus-desktop-canvas-view.c:686 ++#: ../src/nautilus-desktop-canvas-view.c:687 ++#: ../src/nautilus-desktop-canvas-view.c:728 + msgid "Restore Icons' Original Si_zes" + msgstr "بازگرداندن اندازه‌های ا_صلی شمایل‌ها" + +-#: ../src/nautilus-desktop-canvas-view.c:646 ++#: ../src/nautilus-desktop-canvas-view.c:688 + msgid "Restore Icon's Original Si_ze" + msgstr "بازگرداندن ان_دازه‌‌ی اصلی شمایل" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:658 ++#: ../src/nautilus-desktop-canvas-view.c:700 + msgid "Change Desktop _Background" + msgstr "تغییر پس‌_زمینه‌ی رومیزی" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:660 +-msgid "Show a window that lets you set your desktop background's pattern or color" +-msgstr "نشان دادن پنجره‌ای که شما را قادر می‌سازد الگو یا رنگ پس‌زمینه‌ی رومیزی‌تان را تنظیم کنید" ++#: ../src/nautilus-desktop-canvas-view.c:702 ++msgid "" ++"Show a window that lets you set your desktop background's pattern or color" ++msgstr "" ++"نشان دادن پنجره‌ای که شما را قادر می‌سازد الگو یا رنگ پس‌زمینه‌ی رومیزی‌تان را " ++"تنظیم کنید" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:665 ++#: ../src/nautilus-desktop-canvas-view.c:707 + msgid "Empty Trash" + msgstr "خالی کردن زباله‌دان" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:667 ../src/nautilus-trash-bar.c:213 +-#: ../src/nautilus-view.c:7203 ++#: ../src/nautilus-desktop-canvas-view.c:709 ../src/nautilus-trash-bar.c:212 ++#: ../src/nautilus-view.c:7156 + msgid "Delete all items in the Trash" + msgstr "حذف همه‌ی موارد داخل زباله‌دان" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:672 ++#: ../src/nautilus-desktop-canvas-view.c:714 + msgid "_Organize Desktop by Name" + msgstr "_مرتب‌کردن رومیزی بر اساس نام" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:674 ++#: ../src/nautilus-desktop-canvas-view.c:716 + msgid "Reposition icons to better fit in the window and avoid overlapping" +-msgstr "استقرار دوباره‌ی شمایل‌ها برای بهتر جا گرفتن آنها در پنجره و جلوگیری از روی هم قرار گرفتنشان" ++msgstr "" ++"استقرار دوباره‌ی شمایل‌ها برای بهتر جا گرفتن آنها در پنجره و جلوگیری از روی هم " ++"قرار گرفتنشان" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:679 ++#: ../src/nautilus-desktop-canvas-view.c:721 + msgid "Resize Icon…" + msgstr "تغییر اندازه‌ی شمایل" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:681 ++#: ../src/nautilus-desktop-canvas-view.c:723 + msgid "Make the selected icons resizable" + msgstr "قابل تغییر اندازه کردن شمایل‌های انتخاب شده" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:688 +-msgid "Restore each selected icons to its original size" ++#: ../src/nautilus-desktop-canvas-view.c:730 ++msgid "Restore each selected icon to its original size" + msgstr "بازگرداندن هر کدام از شمایل‌های انتخاب شده به اندازه‌ی اصلی خود" + +-#: ../src/nautilus-desktop-item-properties.c:405 +-#: ../src/nautilus-desktop-item-properties.c:415 +-#: ../src/nautilus-image-properties-page.c:370 ++#: ../src/nautilus-desktop-item-properties.c:404 ++#: ../src/nautilus-desktop-item-properties.c:414 ++#: ../src/nautilus-image-properties-page.c:368 + msgid "Comment" + msgstr "توضیح" + +-#: ../src/nautilus-desktop-item-properties.c:408 ++#: ../src/nautilus-desktop-item-properties.c:407 + msgid "URL" + msgstr "نشانی اینترنتی" + +-#: ../src/nautilus-desktop-item-properties.c:411 +-#: ../src/nautilus-desktop-item-properties.c:421 +-#: ../src/nautilus-image-properties-page.c:361 +-#: ../src/nautilus-image-properties-page.c:416 ++#: ../src/nautilus-desktop-item-properties.c:410 ++#: ../src/nautilus-desktop-item-properties.c:420 ++#: ../src/nautilus-image-properties-page.c:359 ++#: ../src/nautilus-image-properties-page.c:414 + msgid "Description" + msgstr "شرح" + +-#: ../src/nautilus-desktop-item-properties.c:418 ++#: ../src/nautilus-desktop-item-properties.c:417 + msgid "Command" + msgstr "فرمان" + + #. hardcode "Desktop" +-#: ../src/nautilus-desktop-window.c:92 ../src/nautilus-desktop-window.c:240 ++#: ../src/nautilus-desktop-window.c:197 ../src/nautilus-desktop-window.c:367 + msgid "Desktop" + msgstr "رومیزی" + +-#: ../src/nautilus-error-reporting.c:68 ++#: ../src/nautilus-error-reporting.c:67 + #, c-format + msgid "You do not have the permissions necessary to view the contents of “%s”." + msgstr "شما اجازه‌های لازم برای نمایش محتویات «%s» را ندارید." + +-#: ../src/nautilus-error-reporting.c:72 ++#: ../src/nautilus-error-reporting.c:71 + #, c-format + msgid "“%s” could not be found. Perhaps it has recently been deleted." + msgstr "عدم توانایی در پیدا کردن «%s». شاید اخیراً حذف شده است." + +-#: ../src/nautilus-error-reporting.c:76 ++#: ../src/nautilus-error-reporting.c:75 + #, c-format + msgid "Sorry, could not display all the contents of “%s”: %s" + msgstr "متاسفم، نمایش همه‌ی محتویات «%s» : %s ممکن نیست." + +-#: ../src/nautilus-error-reporting.c:83 ++#: ../src/nautilus-error-reporting.c:82 + msgid "This location could not be displayed." + msgstr "نمایش این مکان ممکن نیست." + +-#: ../src/nautilus-error-reporting.c:107 ++#: ../src/nautilus-error-reporting.c:106 + #, c-format + msgid "You do not have the permissions necessary to change the group of “%s”." + msgstr "شما اجازه‌های لازم برای تغییر گروه «%s» را ندارید." + + #. fall through +-#: ../src/nautilus-error-reporting.c:120 ++#: ../src/nautilus-error-reporting.c:119 + #, c-format + msgid "Sorry, could not change the group of “%s”: %s" + msgstr "متاسفم، تغییر گروه «%s»: %s ممکن نیست." + +-#: ../src/nautilus-error-reporting.c:125 ++#: ../src/nautilus-error-reporting.c:124 + msgid "The group could not be changed." + msgstr "تغییر گروه ممکن نیست." + +-#: ../src/nautilus-error-reporting.c:145 ++#: ../src/nautilus-error-reporting.c:144 + #, c-format + msgid "Sorry, could not change the owner of “%s”: %s" + msgstr "متاسفم، تغییر مالک «%s»: %s ممکن نیست." + +-#: ../src/nautilus-error-reporting.c:147 ++#: ../src/nautilus-error-reporting.c:146 + msgid "The owner could not be changed." + msgstr "تغییر مالک ممکن نیست." + +-#: ../src/nautilus-error-reporting.c:167 ++#: ../src/nautilus-error-reporting.c:166 + #, c-format + msgid "Sorry, could not change the permissions of “%s”: %s" + msgstr "متاسفم، تغییر مجوزهای «%s»: %s ممکن نیست." + +-#: ../src/nautilus-error-reporting.c:169 ++#: ../src/nautilus-error-reporting.c:168 + msgid "The permissions could not be changed." + msgstr "تغییر اجازه‌ها ممکن نیست." + +-#: ../src/nautilus-error-reporting.c:204 ++#: ../src/nautilus-error-reporting.c:203 + #, c-format +-msgid "The name “%s” is already used in this location. Please use a different name." ++msgid "" ++"The name “%s” is already used in this location. Please use a different name." + msgstr "نام «%s» قبلاً در این پوشه استفاده شده است. لطفاً نام دیگری انتخاب کنید." + +-#: ../src/nautilus-error-reporting.c:209 ++#: ../src/nautilus-error-reporting.c:208 + #, c-format +-msgid "There is no “%s” in this location. Perhaps it was just moved or deleted?" ++msgid "" ++"There is no “%s” in this location. Perhaps it was just moved or deleted?" + msgstr "هیچ «%s»ی در این پوشه نیست. ممکن است جابه‌جا یا حذف شده باشد؟" + +-#: ../src/nautilus-error-reporting.c:214 ++#: ../src/nautilus-error-reporting.c:213 + #, c-format + msgid "You do not have the permissions necessary to rename “%s”." + msgstr "شما اجازه‌های لازم برای تغییر نام «%s» را ندارید." + +-#: ../src/nautilus-error-reporting.c:219 ++#: ../src/nautilus-error-reporting.c:218 + #, c-format +-msgid "The name “%s” is not valid because it contains the character “/”. Please use a different name." +-msgstr "نام «%s» معتبر نیست چون شامل نویسه‌ی «/» است. لطفاً از نام دیگری استفاده کنید." ++msgid "" ++"The name “%s” is not valid because it contains the character “/”. Please use " ++"a different name." ++msgstr "" ++"نام «%s» معتبر نیست چون شامل نویسه‌ی «/» است. لطفاً از نام دیگری استفاده کنید." + +-#: ../src/nautilus-error-reporting.c:223 ++#: ../src/nautilus-error-reporting.c:222 + #, c-format + msgid "The name “%s” is not valid. Please use a different name." + msgstr "نام «%s» معتبر نیست. لطفاً از نام دیگری استفاده کنید." + +-#: ../src/nautilus-error-reporting.c:229 ++#: ../src/nautilus-error-reporting.c:228 + #, c-format + msgid "The name “%s” is too long. Please use a different name." + msgstr "نام «%s» بسیار بزرگ است. لطفاً از نام دیگری استفاده کنید." + + #. fall through +-#: ../src/nautilus-error-reporting.c:243 ++#: ../src/nautilus-error-reporting.c:242 + #, c-format + msgid "Sorry, could not rename “%s” to “%s”: %s" + msgstr "متاسفم، تغییر نام از «%s» به «%s»: %s ممکن نیست." + +-#: ../src/nautilus-error-reporting.c:251 ++#: ../src/nautilus-error-reporting.c:250 + msgid "The item could not be renamed." + msgstr "تغییر نام مورد ممکن نیست." + +-#: ../src/nautilus-error-reporting.c:348 ++#: ../src/nautilus-error-reporting.c:347 + #, c-format + msgid "Renaming “%s” to “%s”." + msgstr "درحال تغییر نام «%s»‌ به «%s»" + + #. Translators: this is referred to captions under icons. +-#: ../src/nautilus-file-management-properties.c:281 +-#: ../src/nautilus-properties-window.c:4051 +-#: ../src/nautilus-properties-window.c:4078 ++#: ../src/nautilus-file-management-properties.c:202 ++#: ../src/nautilus-properties-window.c:4025 ++#: ../src/nautilus-properties-window.c:4052 + msgid "None" + msgstr "هیچ‌کدام" + +@@ -2901,7 +3158,7 @@ msgstr "هر بار _سؤال شود" + + #. trash + #: ../src/nautilus-file-management-properties.ui.h:19 +-#: ../src/nautilus-shell-search-provider.c:293 ../src/nautilus-trash-bar.c:195 ++#: ../src/nautilus-shell-search-provider.c:290 ../src/nautilus-trash-bar.c:194 + msgid "Trash" + msgstr "زباله‌دان" + +@@ -2918,11 +3175,15 @@ msgid "Icon Captions" + msgstr "پانویس شمایل" + + #: ../src/nautilus-file-management-properties.ui.h:23 +-msgid "Choose the order of information to appear beneath icon names. More information will appear when zooming in closer." +-msgstr "ترتیب قرار گرفتن اطلاعات در زیر نام شمایل را انتخاب کنید. اطلاعات بیشتری هنگام زوم به نزدیک‌تر دیده خواهد شد." ++msgid "" ++"Choose the order of information to appear beneath icon names. More " ++"information will appear when zooming in closer." ++msgstr "" ++"ترتیب قرار گرفتن اطلاعات در زیر نام شمایل را انتخاب کنید. اطلاعات بیشتری " ++"هنگام زوم به نزدیک‌تر دیده خواهد شد." + + #: ../src/nautilus-file-management-properties.ui.h:24 +-#: ../src/nautilus-list-view.c:2136 ++#: ../src/nautilus-list-view.c:2137 + msgid "List View" + msgstr "نمای فهرستی" + +@@ -2951,7 +3212,7 @@ msgid "_Only for files smaller than:" + msgstr "_فقط برای پرونده‌های کوچکتر از:" + + #: ../src/nautilus-file-management-properties.ui.h:32 +-#: ../src/nautilus-properties-window.c:4479 ++#: ../src/nautilus-properties-window.c:4453 + msgid "Folders" + msgstr "پوشه‌‌ها" + +@@ -3074,159 +3335,151 @@ msgstr "۲ گیگابایت" + msgid "4 GB" + msgstr "۴ گیگابایت" + +-#: ../src/nautilus-image-properties-page.c:331 ++#: ../src/nautilus-image-properties-page.c:329 + msgid "Image Type" + msgstr "نوع تصویر" + +-#: ../src/nautilus-image-properties-page.c:333 +-#: ../src/nautilus-image-properties-page.c:339 ++#: ../src/nautilus-image-properties-page.c:331 ++#: ../src/nautilus-image-properties-page.c:337 + #, c-format + msgid "%d pixel" + msgid_plural "%d pixels" + msgstr[0] "%Id نقطه" + msgstr[1] "%Id نقطه" + +-#: ../src/nautilus-image-properties-page.c:337 ++#: ../src/nautilus-image-properties-page.c:335 + msgid "Width" + msgstr "طول" + +-#: ../src/nautilus-image-properties-page.c:343 ++#: ../src/nautilus-image-properties-page.c:341 + msgid "Height" + msgstr "ارتفاع" + +-#: ../src/nautilus-image-properties-page.c:356 +-#: ../src/nautilus-image-properties-page.c:357 ++#: ../src/nautilus-image-properties-page.c:354 ++#: ../src/nautilus-image-properties-page.c:355 + msgid "Title" + msgstr "عنوان" + +-#: ../src/nautilus-image-properties-page.c:358 +-#: ../src/nautilus-image-properties-page.c:359 ++#: ../src/nautilus-image-properties-page.c:356 ++#: ../src/nautilus-image-properties-page.c:357 + msgid "Author" + msgstr "مولف" + +-#: ../src/nautilus-image-properties-page.c:362 +-#: ../src/nautilus-image-properties-page.c:419 ++#: ../src/nautilus-image-properties-page.c:360 ++#: ../src/nautilus-image-properties-page.c:417 + msgid "Copyright" + msgstr "حق رونوشت" + +-#: ../src/nautilus-image-properties-page.c:363 ++#: ../src/nautilus-image-properties-page.c:361 + msgid "Created On" + msgstr "ساخته شده در" + +-#: ../src/nautilus-image-properties-page.c:364 ++#: ../src/nautilus-image-properties-page.c:362 + msgid "Created By" + msgstr "ایجاد شده توسط" + + #. Translators: this refers to a legal disclaimer string embedded in + #. * the metadata of an image +-#: ../src/nautilus-image-properties-page.c:367 ++#: ../src/nautilus-image-properties-page.c:365 + msgid "Disclaimer" + msgstr "رفع ادعا" + +-#: ../src/nautilus-image-properties-page.c:368 ++#: ../src/nautilus-image-properties-page.c:366 + msgid "Warning" + msgstr "هشدار" + +-#: ../src/nautilus-image-properties-page.c:369 ++#: ../src/nautilus-image-properties-page.c:367 + msgid "Source" + msgstr "منبع" + +-#: ../src/nautilus-image-properties-page.c:384 ++#: ../src/nautilus-image-properties-page.c:382 + msgid "Camera Brand" + msgstr "مارک دوربین" + +-#: ../src/nautilus-image-properties-page.c:385 ++#: ../src/nautilus-image-properties-page.c:383 + msgid "Camera Model" + msgstr "مدل دوربین" + + #. Choose which date to show in order of relevance +-#: ../src/nautilus-image-properties-page.c:388 ++#: ../src/nautilus-image-properties-page.c:386 + msgid "Date Taken" + msgstr "تاریخ گرفته شدن" + +-#: ../src/nautilus-image-properties-page.c:389 ++#: ../src/nautilus-image-properties-page.c:387 + msgid "Date Digitized" + msgstr "تاریخ رقمی" + +-#: ../src/nautilus-image-properties-page.c:390 ++#: ../src/nautilus-image-properties-page.c:388 + msgid "Date Modified" + msgstr "تاریخ تغییر" + +-#: ../src/nautilus-image-properties-page.c:394 ++#: ../src/nautilus-image-properties-page.c:392 + msgid "Exposure Time" + msgstr "زمان نوردهی" + +-#: ../src/nautilus-image-properties-page.c:395 ++#: ../src/nautilus-image-properties-page.c:393 + msgid "Aperture Value" + msgstr "اندازه‌ی دیافراگم" + +-#: ../src/nautilus-image-properties-page.c:396 ++#: ../src/nautilus-image-properties-page.c:394 + msgid "ISO Speed Rating" + msgstr "نرخ سرعت ایزو" + +-#: ../src/nautilus-image-properties-page.c:397 ++#: ../src/nautilus-image-properties-page.c:395 + msgid "Flash Fired" + msgstr "فلاش زده شده" + +-#: ../src/nautilus-image-properties-page.c:398 ++#: ../src/nautilus-image-properties-page.c:396 + msgid "Metering Mode" + msgstr "حالت متری" + +-#: ../src/nautilus-image-properties-page.c:399 ++#: ../src/nautilus-image-properties-page.c:397 + msgid "Exposure Program" + msgstr "برنامه‌ی نوردهی" + +-#: ../src/nautilus-image-properties-page.c:400 ++#: ../src/nautilus-image-properties-page.c:398 + msgid "Focal Length" + msgstr "فاصله‌ی کانونی" + +-#: ../src/nautilus-image-properties-page.c:401 ++#: ../src/nautilus-image-properties-page.c:399 + msgid "Software" + msgstr "نرم‌افزار" + +-#: ../src/nautilus-image-properties-page.c:417 ++#: ../src/nautilus-image-properties-page.c:415 + msgid "Keywords" + msgstr "کلیدواژه‌ها" + +-#: ../src/nautilus-image-properties-page.c:418 ++#: ../src/nautilus-image-properties-page.c:416 + msgid "Creator" + msgstr "دست‌اندرکاران" + +-#: ../src/nautilus-image-properties-page.c:420 ++#: ../src/nautilus-image-properties-page.c:418 + msgid "Rating" + msgstr "رتبه‌گذاری" + +-#: ../src/nautilus-image-properties-page.c:443 ++#: ../src/nautilus-image-properties-page.c:441 + msgid "Failed to load image information" + msgstr "بار کردن اطلاعات تصویر، شکست خورد" + +-#: ../src/nautilus-image-properties-page.c:708 +-#: ../src/nautilus-list-model.c:392 ../src/nautilus-window-slot.c:606 +-#: ../src/nautilus-window-slot.c:2246 ++#: ../src/nautilus-image-properties-page.c:706 ++#: ../src/nautilus-list-model.c:365 ../src/nautilus-window-slot.c:618 ++#: ../src/nautilus-window-slot.c:2212 + msgid "Loading…" + msgstr "در حال بارکردن..." + +-#: ../src/nautilus-list-model.c:390 ++#: ../src/nautilus-list-model.c:363 + msgid "(Empty)" + msgstr "(خالی)" + +-#: ../src/nautilus-list-view.c:1609 +-#| msgid "Use De_fault" ++#: ../src/nautilus-list-view.c:1610 + msgid "Use Default" + msgstr "استفاده از پیش‌فرض" + +-#: ../src/nautilus-list-view.c:2942 ++#: ../src/nautilus-list-view.c:2943 + #, c-format + msgid "%s Visible Columns" + msgstr "%s ستون مرئی" + +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-list-view.c:2948 ../src/nautilus-properties-window.c:4946 +-#: ../src/nautilus-window-menus.c:471 +-msgid "_Close" +-msgstr "_بستن" +- + #: ../src/nautilus-list-view.c:2962 + msgid "Choose the order of information to appear in this folder:" + msgstr "ترتیب قرار گرفتن اطلاعات را در این پوشه انتخاب کنید:" +@@ -3242,104 +3495,104 @@ msgstr "_ستون‌های مرئی..." + msgid "Select the columns visible in this folder" + msgstr "ستون‌های مرئی در این پوشه را انتخاب کنید" + +-#: ../src/nautilus-location-entry.c:260 ++#: ../src/nautilus-location-entry.c:259 + #, c-format + msgid "Do you want to view %d location?" + msgid_plural "Do you want to view %d locations?" + msgstr[0] "آیا می‌خواهید %Id مکان را نمایش دهید؟" + msgstr[1] "آیا می‌خواهید %Id مکان را نمایش دهید؟" + +-#: ../src/nautilus-location-entry.c:264 ../src/nautilus-mime-actions.c:1086 ++#: ../src/nautilus-location-entry.c:263 ../src/nautilus-mime-actions.c:1061 + #, c-format + msgid "This will open %d separate window." + msgid_plural "This will open %d separate windows." + msgstr[0] "به این ترتیب %Id پنجره‌ی جدا باز خواهد شد." + msgstr[1] "به این ترتیب %Id پنجره‌ی جدا باز خواهند شد." + +-#: ../src/nautilus-mime-actions.c:656 ++#: ../src/nautilus-mime-actions.c:631 + #, c-format + msgid "The link “%s” is broken. Move it to Trash?" + msgstr "پیوند «%s» شکسته است. به زباله‌دان منتقل شود؟" + +-#: ../src/nautilus-mime-actions.c:658 ++#: ../src/nautilus-mime-actions.c:633 + #, c-format + msgid "The link “%s” is broken." + msgstr "پیوند «%s» شکسته است." + +-#: ../src/nautilus-mime-actions.c:664 ++#: ../src/nautilus-mime-actions.c:639 + msgid "This link cannot be used because it has no target." + msgstr "این پیوند قابل استفاده نیست، چون هدفی ندارد." + +-#: ../src/nautilus-mime-actions.c:666 ++#: ../src/nautilus-mime-actions.c:641 + #, c-format + msgid "This link cannot be used because its target “%s” doesn't exist." + msgstr "این پیوند قابل استفاده نیست،‌ چون هدف آن «%s» وجود ندارد." + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-mime-actions.c:676 ../src/nautilus-view.c:7260 +-#: ../src/nautilus-view.c:7374 ../src/nautilus-view.c:8348 +-#: ../src/nautilus-view.c:8666 ++#: ../src/nautilus-mime-actions.c:651 ../src/nautilus-view.c:7211 ++#: ../src/nautilus-view.c:7325 ../src/nautilus-view.c:8299 ++#: ../src/nautilus-view.c:8618 + msgid "Mo_ve to Trash" + msgstr "ا_نداختن در زباله‌دان" + +-#: ../src/nautilus-mime-actions.c:736 ++#: ../src/nautilus-mime-actions.c:711 + #, c-format + msgid "Do you want to run “%s”, or display its contents?" + msgstr "آیا می‌خواهید «%s» را اجرا کنید، یا محتویاتش را نمایش دهید؟" + +-#: ../src/nautilus-mime-actions.c:738 ++#: ../src/nautilus-mime-actions.c:713 + #, c-format + msgid "“%s” is an executable text file." + msgstr "پرونده «%s» یک پرونده‌ی متنی قابل اجراست." + +-#: ../src/nautilus-mime-actions.c:744 ++#: ../src/nautilus-mime-actions.c:719 + msgid "Run in _Terminal" + msgstr "اجرا در _پایانه" + +-#: ../src/nautilus-mime-actions.c:745 ++#: ../src/nautilus-mime-actions.c:720 + msgid "_Display" + msgstr "_نمایش" + +-#: ../src/nautilus-mime-actions.c:1081 ../src/nautilus-mime-actions.c:1816 +-#: ../src/nautilus-view.c:961 ++#: ../src/nautilus-mime-actions.c:1056 ../src/nautilus-mime-actions.c:1791 ++#: ../src/nautilus-view.c:955 + msgid "Are you sure you want to open all files?" + msgstr "آیا مطمئنید که می‌خواهید همه‌ی پرونده‌ها را باز کنید؟" + +-#: ../src/nautilus-mime-actions.c:1083 ++#: ../src/nautilus-mime-actions.c:1058 + #, c-format + msgid "This will open %d separate tab." + msgid_plural "This will open %d separate tabs." + msgstr[0] "به این ترتیب %Id پنجره‌ی جدا باز خواهد شد." + msgstr[1] "به این ترتیب %Id پنجره‌ی جدا باز خواهند شد." + +-#: ../src/nautilus-mime-actions.c:1148 ++#: ../src/nautilus-mime-actions.c:1123 + #, c-format + msgid "Could not display “%s”." + msgstr "عدم توانایی در نمایش «%s»." + +-#: ../src/nautilus-mime-actions.c:1246 ++#: ../src/nautilus-mime-actions.c:1221 + msgid "The file is of an unknown type" + msgstr "نوع پرونده ناشناخته است" + +-#: ../src/nautilus-mime-actions.c:1250 ++#: ../src/nautilus-mime-actions.c:1225 + #, c-format + msgid "There is no application installed for “%s” files" + msgstr "هیچ برنامه‌ای برای پرونده‌های «%s» نصب نشده است" + +-#: ../src/nautilus-mime-actions.c:1265 ++#: ../src/nautilus-mime-actions.c:1240 + msgid "_Select Application" + msgstr "_انتخاب برنامه" + +-#: ../src/nautilus-mime-actions.c:1301 ++#: ../src/nautilus-mime-actions.c:1276 + msgid "There was an internal error trying to search for applications:" + msgstr "خطایی داخلی هنگام تلاش برای جستجوی برنامه‌ها رخ داد:" + +-#: ../src/nautilus-mime-actions.c:1303 ++#: ../src/nautilus-mime-actions.c:1278 + msgid "Unable to search for application" + msgstr "ناتوان در جستجو برای برنامه" + +-#: ../src/nautilus-mime-actions.c:1422 ++#: ../src/nautilus-mime-actions.c:1397 + #, c-format + msgid "" + "There is no application installed for “%s” files.\n" +@@ -3348,140 +3601,145 @@ msgstr "" + "هیچ برنامه‌ای برای پرونده‌های «%s» نصب نشده است.\n" + "آیا می‌خواهید برنامه‌ای که این پرونده را باز کند را جست‌وجو کنید؟" + +-#: ../src/nautilus-mime-actions.c:1572 ++#: ../src/nautilus-mime-actions.c:1547 + msgid "Untrusted application launcher" + msgstr "راه‌انداز برنامه‌ی غیر قابل اعتماد" + +-#: ../src/nautilus-mime-actions.c:1575 ++#: ../src/nautilus-mime-actions.c:1550 + #, c-format +-msgid "The application launcher “%s” has not been marked as trusted. If you do not know the source of this file, launching it may be unsafe." +-msgstr "راه‌انداز برنامه‌ی «%s» به عنوان قابل اعتماد مشخص شده است. اگر منبع آن را نمی‌دانید، اجرایش می‌تواند ناامن باشد." ++msgid "" ++"The application launcher “%s” has not been marked as trusted. If you do not " ++"know the source of this file, launching it may be unsafe." ++msgstr "" ++"راه‌انداز برنامه‌ی «%s» به عنوان قابل اعتماد مشخص شده است. اگر منبع آن را " ++"نمی‌دانید، اجرایش می‌تواند ناامن باشد." + +-#: ../src/nautilus-mime-actions.c:1590 ++#: ../src/nautilus-mime-actions.c:1565 + msgid "_Launch Anyway" + msgstr "در هر صورت _راه‌اندازی کن" + +-#: ../src/nautilus-mime-actions.c:1593 ++#: ../src/nautilus-mime-actions.c:1568 + msgid "Mark as _Trusted" + msgstr "علامت‌گذاری به عنوان _قابل اعتماد" + +-#: ../src/nautilus-mime-actions.c:1817 ++#: ../src/nautilus-mime-actions.c:1792 + #, c-format + msgid "This will open %d separate application." + msgid_plural "This will open %d separate applications." + msgstr[0] "به این ترتیب %Id برنامه‌ی جدا باز خواهد شد." + msgstr[1] "به این ترتیب %Id برنامه‌ی جدا باز خواهند شد." + +-#: ../src/nautilus-mime-actions.c:2245 ++#: ../src/nautilus-mime-actions.c:2212 + msgid "Unable to start location" + msgstr "عدم توانایی در آغاز مکان" + +-#: ../src/nautilus-mime-actions.c:2329 ++#: ../src/nautilus-mime-actions.c:2296 + #, c-format + msgid "Opening “%s”." + msgstr "درحال باز کردن «%s»." + +-#: ../src/nautilus-mime-actions.c:2332 ++#: ../src/nautilus-mime-actions.c:2299 + #, c-format + msgid "Opening %d item." + msgid_plural "Opening %d items." + msgstr[0] "در حال بازکردن %Id مورد." + msgstr[1] "در حال بازکردن %Id مورد." + +-#: ../src/nautilus-notebook.c:378 ++#: ../src/nautilus-notebook.c:382 + msgid "Close tab" + msgstr "بستن زبانه" + +-#: ../src/nautilus-progress-ui-handler.c:108 +-#: ../src/nautilus-progress-ui-handler.c:160 +-#: ../src/nautilus-progress-ui-handler.c:218 +-#: ../src/nautilus-progress-ui-handler.c:274 ++#: ../src/nautilus-progress-ui-handler.c:106 ++#: ../src/nautilus-progress-ui-handler.c:158 ++#: ../src/nautilus-progress-ui-handler.c:216 ++#: ../src/nautilus-progress-ui-handler.c:272 + msgid "File Operations" + msgstr "عملیات‌های پرونده" + +-#: ../src/nautilus-progress-ui-handler.c:119 ++#: ../src/nautilus-progress-ui-handler.c:117 + msgid "Show Details" + msgstr "نشان دادن جزئیات" + +-#: ../src/nautilus-progress-ui-handler.c:154 +-#: ../src/nautilus-progress-ui-handler.c:176 ++#: ../src/nautilus-progress-ui-handler.c:152 ++#: ../src/nautilus-progress-ui-handler.c:174 + #, c-format + msgid "%'d file operation active" + msgid_plural "%'d file operations active" + msgstr[0] "%I'd عملیات فعال است" + msgstr[1] "%I'd عملیات فعال هستند" + +-#: ../src/nautilus-progress-ui-handler.c:275 ++#: ../src/nautilus-progress-ui-handler.c:273 + msgid "All file operations have been successfully completed" + msgstr "تمام عملیات‌های پرونده‌ها با پیروزی به پایان رسیده‌اند" + +-#: ../src/nautilus-properties-window.c:500 ++#: ../src/nautilus-properties-window.c:511 + msgid "You cannot assign more than one custom icon at a time!" + msgstr "نمی‌توان در آن واحد بیش از یک شمایل سفارشی را تعیین کرد!" + +-#: ../src/nautilus-properties-window.c:501 ++#: ../src/nautilus-properties-window.c:512 + msgid "Please drag just one image to set a custom icon." + msgstr "لطفاً فقط یک تصویر را برای تنظیم شمایل سفارشی بکشید." + +-#: ../src/nautilus-properties-window.c:512 ++#: ../src/nautilus-properties-window.c:523 + msgid "The file that you dropped is not local." + msgstr "پرونده‌ای که رها کردید محلی نیست." + +-#: ../src/nautilus-properties-window.c:513 +-#: ../src/nautilus-properties-window.c:519 ++#: ../src/nautilus-properties-window.c:524 ++#: ../src/nautilus-properties-window.c:530 + msgid "You can only use local images as custom icons." +-msgstr "شما تنها می‌توانید از تصاویر محلی به عنوان شمایل‌های سفارشی استفاده کنید." ++msgstr "" ++"شما تنها می‌توانید از تصاویر محلی به عنوان شمایل‌های سفارشی استفاده کنید." + +-#: ../src/nautilus-properties-window.c:518 ++#: ../src/nautilus-properties-window.c:529 + msgid "The file that you dropped is not an image." + msgstr "پرونده‌ای که رها کرده‌اید تصویر نیست." + +-#: ../src/nautilus-properties-window.c:633 ++#: ../src/nautilus-properties-window.c:644 + msgid "_Name:" + msgid_plural "_Names:" + msgstr[0] "_نام:" + msgstr[1] "_نام:" + +-#: ../src/nautilus-properties-window.c:828 ++#: ../src/nautilus-properties-window.c:839 + #, c-format + msgid "Properties" + msgstr "ویژگی‌ها" + +-#: ../src/nautilus-properties-window.c:836 ++#: ../src/nautilus-properties-window.c:847 + #, c-format + msgid "%s Properties" + msgstr "ویژگی‌‌های %s" + +-#: ../src/nautilus-properties-window.c:1224 ++#: ../src/nautilus-properties-window.c:1239 + #, c-format + msgctxt "MIME type description (MIME type)" + msgid "%s (%s)" + msgstr "%s (%s)" + +-#: ../src/nautilus-properties-window.c:1432 ++#: ../src/nautilus-properties-window.c:1441 + msgid "Cancel Group Change?" + msgstr "از تغییر گروه صرف نظر شود؟" + +-#: ../src/nautilus-properties-window.c:1847 ++#: ../src/nautilus-properties-window.c:1838 + msgid "Cancel Owner Change?" + msgstr "از تغییر مالک صرف نظر شود؟" + +-#: ../src/nautilus-properties-window.c:2163 ++#: ../src/nautilus-properties-window.c:2137 + msgid "nothing" + msgstr "هیچ چیز" + +-#: ../src/nautilus-properties-window.c:2165 ++#: ../src/nautilus-properties-window.c:2139 + msgid "unreadable" + msgstr "غیرقابل خواندن" + +-#: ../src/nautilus-properties-window.c:2173 ++#: ../src/nautilus-properties-window.c:2147 + #, c-format + msgid "%'d item, with size %s" + msgid_plural "%'d items, totalling %s" + msgstr[0] "%'Id مورد با حجم %s" + msgstr[1] "%'Id مورد با حجم %s" + +-#: ../src/nautilus-properties-window.c:2182 ++#: ../src/nautilus-properties-window.c:2156 + msgid "(some contents unreadable)" + msgstr "(قسمتی از محتوا غیر قابل خواندن)" + +@@ -3491,245 +3749,244 @@ msgstr "(قسمتی از محتوا غیر قابل خواندن)" + #. * 2-line value. Maybe there's a better way to do this, but I + #. * couldn't think of one. + #. +-#: ../src/nautilus-properties-window.c:2199 ++#: ../src/nautilus-properties-window.c:2173 + msgid "Contents:" + msgstr "محتویات:" + + #. Translators: "used" refers to the capacity of the filesystem +-#: ../src/nautilus-properties-window.c:3055 ++#: ../src/nautilus-properties-window.c:3029 + msgid "used" + msgstr "استفاده شده" + + #. Translators: "free" refers to the capacity of the filesystem +-#: ../src/nautilus-properties-window.c:3061 ++#: ../src/nautilus-properties-window.c:3035 + msgid "free" + msgstr "آزاد" + +-#: ../src/nautilus-properties-window.c:3063 ++#: ../src/nautilus-properties-window.c:3037 + msgid "Total capacity:" + msgstr "ظرفیت کل:" + +-#: ../src/nautilus-properties-window.c:3066 ++#: ../src/nautilus-properties-window.c:3040 + msgid "Filesystem type:" + msgstr "نوع سیستم پرونده‌ها:" + +-#: ../src/nautilus-properties-window.c:3202 ++#: ../src/nautilus-properties-window.c:3176 + msgid "Basic" + msgstr "ابتدایی" + +-#: ../src/nautilus-properties-window.c:3267 ++#: ../src/nautilus-properties-window.c:3241 + msgid "Link target:" + msgstr "هدف پیوند:" + +-#: ../src/nautilus-properties-window.c:3286 ++#: ../src/nautilus-properties-window.c:3260 + msgid "Location:" + msgstr "مکان:" + +-#: ../src/nautilus-properties-window.c:3294 ++#: ../src/nautilus-properties-window.c:3268 + msgid "Volume:" + msgstr "جلد:" + +-#: ../src/nautilus-properties-window.c:3303 ++#: ../src/nautilus-properties-window.c:3277 + msgid "Accessed:" + msgstr "زمان دسترسی:" + +-#: ../src/nautilus-properties-window.c:3307 ++#: ../src/nautilus-properties-window.c:3281 + msgid "Modified:" + msgstr "تغییر یافته:" + +-#: ../src/nautilus-properties-window.c:3317 ++#: ../src/nautilus-properties-window.c:3291 + msgid "Free space:" + msgstr "فضای آزاد:" + + #. translators: this gets concatenated to "no read", + #. * "no access", etc. (see following strings) + #. +-#: ../src/nautilus-properties-window.c:3968 +-#: ../src/nautilus-properties-window.c:3979 +-#: ../src/nautilus-properties-window.c:3991 ++#: ../src/nautilus-properties-window.c:3942 ++#: ../src/nautilus-properties-window.c:3953 ++#: ../src/nautilus-properties-window.c:3965 + msgid "no " + msgstr "خیر" + +-#: ../src/nautilus-properties-window.c:3971 ++#: ../src/nautilus-properties-window.c:3945 + msgid "list" + msgstr "فهرست" + +-#: ../src/nautilus-properties-window.c:3973 ++#: ../src/nautilus-properties-window.c:3947 + msgid "read" + msgstr "خواندن" + +-#: ../src/nautilus-properties-window.c:3982 ++#: ../src/nautilus-properties-window.c:3956 + msgid "create/delete" + msgstr "ساخت/حذف" + +-#: ../src/nautilus-properties-window.c:3984 ++#: ../src/nautilus-properties-window.c:3958 + msgid "write" + msgstr "نوشتن" + +-#: ../src/nautilus-properties-window.c:3993 ++#: ../src/nautilus-properties-window.c:3967 + msgid "access" + msgstr "دسترسی" + +-#: ../src/nautilus-properties-window.c:4058 ++#: ../src/nautilus-properties-window.c:4032 + msgid "List files only" + msgstr "فقط فهرست پرونده‌ها" + +-#: ../src/nautilus-properties-window.c:4064 ++#: ../src/nautilus-properties-window.c:4038 + msgid "Access files" + msgstr "دسترسی به پرونده‌ها" + +-#: ../src/nautilus-properties-window.c:4070 ++#: ../src/nautilus-properties-window.c:4044 + msgid "Create and delete files" + msgstr "ساخت و حذف پرونده‌ها" + +-#: ../src/nautilus-properties-window.c:4085 ++#: ../src/nautilus-properties-window.c:4059 + msgid "Read-only" + msgstr "فقط خواندنی" + +-#: ../src/nautilus-properties-window.c:4091 ++#: ../src/nautilus-properties-window.c:4065 + msgid "Read and write" + msgstr "خواندن و نوشتن" + +-#: ../src/nautilus-properties-window.c:4118 ++#: ../src/nautilus-properties-window.c:4092 + msgid "Access:" + msgstr "دسترسی:" + +-#: ../src/nautilus-properties-window.c:4120 ++#: ../src/nautilus-properties-window.c:4094 + msgid "Folder access:" + msgstr "دسترسی پوشه:" + +-#: ../src/nautilus-properties-window.c:4122 ++#: ../src/nautilus-properties-window.c:4096 + msgid "File access:" + msgstr "دسترسی پرونده:" + +-#: ../src/nautilus-properties-window.c:4211 ++#: ../src/nautilus-properties-window.c:4185 + msgid "_Owner:" + msgstr "_مالک:" + +-#: ../src/nautilus-properties-window.c:4219 +-#: ../src/nautilus-properties-window.c:4483 ++#: ../src/nautilus-properties-window.c:4193 ++#: ../src/nautilus-properties-window.c:4457 + msgid "Owner:" + msgstr "مالک:" + +-#: ../src/nautilus-properties-window.c:4241 ++#: ../src/nautilus-properties-window.c:4215 + msgid "_Group:" + msgstr "_گروه:" + +-#: ../src/nautilus-properties-window.c:4249 +-#: ../src/nautilus-properties-window.c:4497 ++#: ../src/nautilus-properties-window.c:4223 ++#: ../src/nautilus-properties-window.c:4471 + msgid "Group:" + msgstr "گروه:" + +-#: ../src/nautilus-properties-window.c:4270 ++#: ../src/nautilus-properties-window.c:4244 + msgid "Others" + msgstr "_دیگران" + +-#: ../src/nautilus-properties-window.c:4285 ++#: ../src/nautilus-properties-window.c:4259 + msgid "Execute:" + msgstr "اجرا:" + +-#: ../src/nautilus-properties-window.c:4288 ++#: ../src/nautilus-properties-window.c:4262 + msgid "Allow _executing file as program" + msgstr "اجازه _اجرای پرونده به عنوان برنامه" + +-#: ../src/nautilus-properties-window.c:4464 ++#: ../src/nautilus-properties-window.c:4438 + msgid "Change Permissions for Enclosed Files" + msgstr "تغییر مجوز‌ها برای پرونده‌های پیوست" + +-#: ../src/nautilus-properties-window.c:4468 ++#: ../src/nautilus-properties-window.c:4442 + msgid "Change" + msgstr "تغییر" + +-#: ../src/nautilus-properties-window.c:4511 ++#: ../src/nautilus-properties-window.c:4485 + msgid "Others:" + msgstr "دیگران:" + +-#: ../src/nautilus-properties-window.c:4552 ++#: ../src/nautilus-properties-window.c:4526 + msgid "You are not the owner, so you cannot change these permissions." + msgstr "شما مالک نیستید،‌ بنابراین نمی‌توانید این مجوزها را تغییر دهید." + +-#: ../src/nautilus-properties-window.c:4567 ++#: ../src/nautilus-properties-window.c:4541 + msgid "Security context:" + msgstr "وضعیت امنیتی:" + +-#: ../src/nautilus-properties-window.c:4582 ++#: ../src/nautilus-properties-window.c:4556 + msgid "Change Permissions for Enclosed Files…" + msgstr "تغییر مجوز‌ها برای پرونده‌های پیوست..." + +-#: ../src/nautilus-properties-window.c:4592 ++#: ../src/nautilus-properties-window.c:4566 + #, c-format + msgid "The permissions of “%s” could not be determined." + msgstr "نمی‌توان دسترسی‌های «%s» را تشخیص داد." + +-#: ../src/nautilus-properties-window.c:4595 ++#: ../src/nautilus-properties-window.c:4569 + msgid "The permissions of the selected file could not be determined." + msgstr "تعیین اجازه‌های پرونده‌ی انتخاب شده ممکن نیست." + +-#: ../src/nautilus-properties-window.c:4839 ++#: ../src/nautilus-properties-window.c:4813 + msgid "Open With" + msgstr "باز کردن با" + +-#: ../src/nautilus-properties-window.c:5162 ++#: ../src/nautilus-properties-window.c:5130 + msgid "Creating Properties window." + msgstr "در حال ایجاد پنجره‌ی ویژگی‌ها." + +-#: ../src/nautilus-properties-window.c:5462 ++#: ../src/nautilus-properties-window.c:5414 + msgid "Select Custom Icon" + msgstr "انتخاب شمایل سفارشی" + +-#: ../src/nautilus-properties-window.c:5464 +-#| msgid "_Never" ++#: ../src/nautilus-properties-window.c:5416 + msgid "_Revert" + msgstr "_بازنشانی" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-properties-window.c:5466 ../src/nautilus-view.c:7170 +-#: ../src/nautilus-view.c:8590 ++#: ../src/nautilus-properties-window.c:5418 ../src/nautilus-view.c:7123 ++#: ../src/nautilus-view.c:8543 + msgid "_Open" + msgstr "_باز کردن" + +-#: ../src/nautilus-query-editor.c:102 ++#: ../src/nautilus-query-editor.c:101 + msgid "File Type" + msgstr "نوع پرونده" + +-#: ../src/nautilus-query-editor.c:322 ++#: ../src/nautilus-query-editor.c:321 + msgid "Documents" + msgstr "سندها" + +-#: ../src/nautilus-query-editor.c:340 ++#: ../src/nautilus-query-editor.c:339 + msgid "Music" + msgstr "موسیقی" + +-#: ../src/nautilus-query-editor.c:371 ++#: ../src/nautilus-query-editor.c:370 + msgid "Picture" + msgstr "عکس‌" + +-#: ../src/nautilus-query-editor.c:391 ++#: ../src/nautilus-query-editor.c:390 + msgid "Illustration" + msgstr "نگاره" + +-#: ../src/nautilus-query-editor.c:430 ++#: ../src/nautilus-query-editor.c:429 + msgid "Pdf / Postscript" + msgstr "پی‌دی‌اف/پست اسکریپت" + +-#: ../src/nautilus-query-editor.c:438 ++#: ../src/nautilus-query-editor.c:437 + msgid "Text File" + msgstr "پرونده متنی" + +-#: ../src/nautilus-query-editor.c:517 ++#: ../src/nautilus-query-editor.c:516 + msgid "Select type" + msgstr "انتخاب نوع" + +-#: ../src/nautilus-query-editor.c:521 ++#: ../src/nautilus-query-editor.c:520 + msgid "Select" + msgstr "انتخاب" + +-#: ../src/nautilus-query-editor.c:602 ++#: ../src/nautilus-query-editor.c:600 + msgid "Any" + msgstr "هر کدام" + +-#: ../src/nautilus-query-editor.c:617 ++#: ../src/nautilus-query-editor.c:615 + msgid "Other Type…" + msgstr "نوع دیگر..." + +@@ -3750,107 +4007,115 @@ msgstr "تمام پرونده‌ها" + msgid "Add a new criterion to this search" + msgstr "یک معیار نو به این جست‌وجو اضافه کنید" + +-#: ../src/nautilus-special-location-bar.c:52 ++#: ../src/nautilus-special-location-bar.c:51 + msgid "Files in this folder will appear in the New Document menu." + msgstr "تمام پرونده‌های این پوشه در منوی «سند جدید» دیده خواهند شد." + +-#: ../src/nautilus-special-location-bar.c:55 ++#: ../src/nautilus-special-location-bar.c:54 + msgid "Executable files in this folder will appear in the Scripts menu." + msgstr "پرونده‌های اجرایی درون این پوشه، در منوی کدنوشته‌ها دیده خواهند شد." + +-#: ../src/nautilus-toolbar.c:495 +-msgid "View options" +-msgstr "گزینه‌های نما" +- +-#: ../src/nautilus-toolbar.c:512 ++#. Action Menu ++#: ../src/nautilus-toolbar.c:430 + msgid "Location options" + msgstr "گزینه‌های مکان" + +-#: ../src/nautilus-trash-bar.c:203 ++#: ../src/nautilus-toolbar.c:449 ++msgid "View options" ++msgstr "گزینه‌های نما" ++ ++#: ../src/nautilus-trash-bar.c:202 + msgid "Restore" + msgstr "بازگرداندن" + +-#: ../src/nautilus-trash-bar.c:206 ++#: ../src/nautilus-trash-bar.c:205 + msgid "Restore selected items to their original position" + msgstr "بازگرداندن هر کدام از موارد انتخاب شده به مکان اصلی‌اش" + + #. Translators: "Empty" is an action (for the trash) , not a state +-#: ../src/nautilus-trash-bar.c:210 ++#: ../src/nautilus-trash-bar.c:209 + msgid "Empty" + msgstr "تخلیه" + +-#: ../src/nautilus-view.c:963 ++#: ../src/nautilus-view.c:957 + #, c-format + msgid "This will open %'d separate tab." + msgid_plural "This will open %'d separate tabs." + msgstr[0] "به این ترتیب %Id زبانه‌ی جدا باز خواهد شد." + msgstr[1] "به این ترتیب %Id زبانه‌ی جدا باز خواهند شد." + +-#: ../src/nautilus-view.c:966 ++#: ../src/nautilus-view.c:960 + #, c-format + msgid "This will open %'d separate window." + msgid_plural "This will open %'d separate windows." + msgstr[0] "به این ترتیب %'Id پنجره‌ی جدا باز خواهد شد." + msgstr[1] "به این ترتیب %'Id پنجره‌ی جدا باز خواهند شد." + +-#: ../src/nautilus-view.c:1491 ++#: ../src/nautilus-view.c:1475 + msgid "Select Items Matching" + msgstr "انتخاب موارد منطبق" + +-#: ../src/nautilus-view.c:1506 ++#: ../src/nautilus-view.c:1480 ../src/nautilus-view.c:5949 ++msgid "_Select" ++msgstr "_انتخاب" ++ ++#: ../src/nautilus-view.c:1488 + msgid "_Pattern:" + msgstr "_الگو:" + +-#: ../src/nautilus-view.c:1512 ++#: ../src/nautilus-view.c:1494 + msgid "Examples: " + msgstr "مثال‌ها:" + +-#: ../src/nautilus-view.c:1613 ++#: ../src/nautilus-view.c:1595 + msgid "Save Search as" + msgstr "ذخیره‌ی جستجو به نام" + +-#: ../src/nautilus-view.c:1619 +-#| msgid "Save" ++#: ../src/nautilus-view.c:1601 + msgid "_Save" + msgstr "_ذخیره" + +-#: ../src/nautilus-view.c:1636 ++#: ../src/nautilus-view.c:1618 + msgid "Search _name:" + msgstr "جستجوی _نام:" + +-#: ../src/nautilus-view.c:1653 ++#: ../src/nautilus-view.c:1635 + msgid "_Folder:" + msgstr "_پوشه‌:" + +-#: ../src/nautilus-view.c:1658 ++#: ../src/nautilus-view.c:1640 + msgid "Select Folder to Save Search In" + msgstr "یک پوشه برای ذخیره‌ی جستجو در آن انتخاب کنید" + +-#: ../src/nautilus-view.c:2306 +-msgid "Nautilus 3.6 deprecated this directory and tried migrating this configuration to ~/.local/share/nautilus" +-msgstr "ناتیلوس ۳.۶ این شاخه را منسوخ کرده است و درحال تلاش برای انتقال این پیکربندی به ~/.local/share/nautilus است" ++#: ../src/nautilus-view.c:2284 ++msgid "" ++"Nautilus 3.6 deprecated this directory and tried migrating this " ++"configuration to ~/.local/share/nautilus" ++msgstr "" ++"ناتیلوس ۳.۶ این شاخه را منسوخ کرده است و درحال تلاش برای انتقال این پیکربندی " ++"به ~/.local/share/nautilus است" + +-#: ../src/nautilus-view.c:2737 ++#: ../src/nautilus-view.c:2709 + msgid "Content View" + msgstr "نمای محتویات" + +-#: ../src/nautilus-view.c:2738 ++#: ../src/nautilus-view.c:2710 + msgid "View of the current folder" + msgstr "نمای پرونده‌ی فعلی" + +-#: ../src/nautilus-view.c:2935 ../src/nautilus-view.c:2970 ++#: ../src/nautilus-view.c:2907 ../src/nautilus-view.c:2942 + #, c-format + msgid "“%s” selected" + msgstr "مورد «%s» انتخاب شد" + +-#: ../src/nautilus-view.c:2937 ++#: ../src/nautilus-view.c:2909 + #, c-format + msgid "%'d folder selected" + msgid_plural "%'d folders selected" + msgstr[0] "%'Id پوشه انتخاب شد" + msgstr[1] "%'Id پوشه انتخاب شد" + +-#: ../src/nautilus-view.c:2947 ++#: ../src/nautilus-view.c:2919 + #, c-format + msgid "(containing %'d item)" + msgid_plural "(containing %'d items)" +@@ -3858,14 +4123,14 @@ msgstr[0] " (شامل %'Id مورد)" + msgstr[1] " (شامل %'Id مورد)" + + #. translators: this is preceded with a string of form 'N folders' (N more than 1) +-#: ../src/nautilus-view.c:2958 ++#: ../src/nautilus-view.c:2930 + #, c-format + msgid "(containing a total of %'d item)" + msgid_plural "(containing a total of %'d items)" + msgstr[0] " (شامل مجموعاً %'Id مورد)" + msgstr[1] " (شامل مجموعاً %'Id مورد)" + +-#: ../src/nautilus-view.c:2973 ++#: ../src/nautilus-view.c:2945 + #, c-format + msgid "%'d item selected" + msgid_plural "%'d items selected" +@@ -3873,7 +4138,7 @@ msgstr[0] "%'Id مورد انتخاب شد" + msgstr[1] "%'Id مورد انتخاب شد" + + #. Folders selected also, use "other" terminology +-#: ../src/nautilus-view.c:2980 ++#: ../src/nautilus-view.c:2952 + #, c-format + msgid "%'d other item selected" + msgid_plural "%'d other items selected" +@@ -3884,7 +4149,7 @@ msgstr[1] "%'Id مورد دیگر انتخاب شد" + #. * needs to use something other than parentheses. The + #. * the message in parentheses is the size of the selected items. + #. +-#: ../src/nautilus-view.c:2994 ++#: ../src/nautilus-view.c:2966 + #, c-format + msgid "(%s)" + msgstr "(%s)" +@@ -3896,126 +4161,124 @@ msgstr "(%s)" + #. * message about the number of other items and the + #. * total size of those items. + #. +-#: ../src/nautilus-view.c:3018 ++#: ../src/nautilus-view.c:2990 + #, c-format + msgid "%s %s, %s %s" + msgstr "%s %s، %s %s" + +-#: ../src/nautilus-view.c:4391 ++#: ../src/nautilus-view.c:4345 + #, c-format + msgid "Open With %s" + msgstr "باز کردن با «%s»" + +-#: ../src/nautilus-view.c:4393 ++#: ../src/nautilus-view.c:4347 + #, c-format + msgid "Use “%s” to open the selected item" + msgid_plural "Use “%s” to open the selected items" + msgstr[0] "استفاده از «%s» برای باز کردن مورد انتخاب شده" + msgstr[1] "استفاده از «%s» برای باز کردن موارد انتخاب شده" + +-#: ../src/nautilus-view.c:5138 ++#: ../src/nautilus-view.c:5092 + #, c-format + msgid "Run “%s” on any selected items" + msgstr "اجرای «%s» بر روی هر مورد انتخاب شده" + +-#: ../src/nautilus-view.c:5392 ++#: ../src/nautilus-view.c:5346 + #, c-format + msgid "Create a new document from template “%s”" + msgstr "ایجاد یک سند جدید از قالب «%s»" + +-#: ../src/nautilus-view.c:5992 +-msgid "Select Destination" +-msgstr "انتخاب مقصد" ++#: ../src/nautilus-view.c:5938 ++msgid "Select Move Destination" ++msgstr "مقصد جابه‌جایی را انتخاب کنید" + +-#: ../src/nautilus-view.c:5996 +-msgid "_Select" +-msgstr "_انتخاب" ++#: ../src/nautilus-view.c:5940 ++msgid "Select Copy Destination" ++msgstr "مقصد رونوشت را انتخاب کنید" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6508 ++#: ../src/nautilus-view.c:6461 + #, c-format + msgid "Unable to remove “%s”" + msgstr "عدم توانایی در جذف %s" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6535 ++#: ../src/nautilus-view.c:6488 + #, c-format + msgid "Unable to eject “%s”" + msgstr "عدم توانایی در بیرون دادن «%s»" + +-#: ../src/nautilus-view.c:6557 ++#: ../src/nautilus-view.c:6510 + msgid "Unable to stop drive" + msgstr "عدم توانایی در متوقف‌کردن دیسک‌گردان" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6659 ++#: ../src/nautilus-view.c:6612 + #, c-format + msgid "Unable to start “%s”" + msgstr "عدم توانایی در آغاز «%s»" + + #. name, stock id, label +-#: ../src/nautilus-view.c:7150 ++#: ../src/nautilus-view.c:7103 + msgid "New _Document" + msgstr "_سند جدید" + + #. name, stock id, label +-#: ../src/nautilus-view.c:7151 ++#: ../src/nautilus-view.c:7104 + msgid "Open Wit_h" + msgstr "_باز کردن با" + +-#: ../src/nautilus-view.c:7152 ++#: ../src/nautilus-view.c:7105 + msgid "Choose a program with which to open the selected item" + msgstr "برنامه‌ای انتخاب کنید که مورد انتخاب شده با آن باز شود" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7154 ../src/nautilus-view.c:7411 +-#: ../src/nautilus-window-menus.c:595 ++#: ../src/nautilus-view.c:7107 ../src/nautilus-view.c:7362 ++#: ../src/nautilus-window-menus.c:463 + msgid "P_roperties" + msgstr "_ویژگی‌ها" + + #. tooltip +-#: ../src/nautilus-view.c:7155 ../src/nautilus-view.c:8737 ++#: ../src/nautilus-view.c:7108 ../src/nautilus-view.c:8689 + msgid "View or modify the properties of each selected item" + msgstr "نمایش یا تغییر ویژگی‌های هر مورد انتخاب شده" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7162 ++#: ../src/nautilus-view.c:7115 + msgid "New _Folder" + msgstr "_پوشه جدید" + + #. tooltip +-#: ../src/nautilus-view.c:7163 ++#: ../src/nautilus-view.c:7116 + msgid "Create a new empty folder inside this folder" + msgstr "ایجاد یک پوشه‌ی خالی جدید داخل این پوشه" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7166 ++#: ../src/nautilus-view.c:7119 + msgid "New Folder with Selection" + msgstr "پوشه جدید با انتخاب‌ها" + + #. tooltip +-#: ../src/nautilus-view.c:7167 ++#: ../src/nautilus-view.c:7120 + msgid "Create a new folder containing the selected items" + msgstr "ایجاد یک پوشه جدید حاوی موارد انتخاب شده" + + #. tooltip +-#: ../src/nautilus-view.c:7171 ++#: ../src/nautilus-view.c:7124 + msgid "Open the selected item in this window" + msgstr "بازکردن مورد انتخاب شده در این پنجره" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7178 +-#| msgid "Open Location" ++#: ../src/nautilus-view.c:7131 + msgid "Open _Item Location" + msgstr "باز کردن مکان _مورد" + + #. tooltip +-#: ../src/nautilus-view.c:7179 +-#| msgid "Open the selected item in this window" ++#: ../src/nautilus-view.c:7132 + msgid "Open the selected item's location in this window" + msgstr "بازکردن مورد انتخاب شده در این پنجره" + +@@ -4024,202 +4287,206 @@ msgstr "بازکردن مورد انتخاب شده در این پنجره" + #. Location-specific actions + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7182 ../src/nautilus-view.c:7352 ++#: ../src/nautilus-view.c:7135 ../src/nautilus-view.c:7303 + msgid "Open in Navigation Window" + msgstr "بازکردن در پنجره‌ی ناوش" + + #. tooltip +-#: ../src/nautilus-view.c:7183 ++#: ../src/nautilus-view.c:7136 + msgid "Open each selected item in a navigation window" + msgstr "بازکردن هر کدام از موارد انتخابی در یک پنجره ناوش" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7186 ../src/nautilus-view.c:7356 +-#: ../src/nautilus-view.c:8297 ../src/nautilus-view.c:8644 ++#: ../src/nautilus-view.c:7139 ../src/nautilus-view.c:7307 ++#: ../src/nautilus-view.c:8248 ../src/nautilus-view.c:8596 + msgid "Open in New _Tab" + msgstr "بازکردن در _زبانه‌ی جدید" + + #. tooltip +-#: ../src/nautilus-view.c:7187 ++#: ../src/nautilus-view.c:7140 + msgid "Open each selected item in a new tab" + msgstr "بازکردن هرکدام از موارد انتخاب شده در یک زبانه‌ی جدید" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7190 ++#: ../src/nautilus-view.c:7143 + msgid "Other _Application…" + msgstr "برنامه‌ای _دیگر..." + + #. tooltip +-#: ../src/nautilus-view.c:7191 ../src/nautilus-view.c:7195 ++#: ../src/nautilus-view.c:7144 ../src/nautilus-view.c:7148 + msgid "Choose another application with which to open the selected item" + msgstr "برنامه‌ی دیگری انتخاب کنید که مورد انتخاب شده با آن باز شود" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7194 ++#: ../src/nautilus-view.c:7147 + msgid "Open With Other _Application…" + msgstr "باز کردن با ب_رنامه‌ای دیگر..." + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7198 ++#: ../src/nautilus-view.c:7151 + msgid "_Open Scripts Folder" + msgstr "_بازکردن پوشه‌ی کدنوشته‌ها" + + #. tooltip +-#: ../src/nautilus-view.c:7199 ++#: ../src/nautilus-view.c:7152 + msgid "Show the folder containing the scripts that appear in this menu" + msgstr "نشان دادن پوشه‌ی حاوی کدنوشته‌هایی که در این منو دیده می‌شوند" + + #. tooltip +-#: ../src/nautilus-view.c:7207 ++#: ../src/nautilus-view.c:7160 + msgid "Prepare the selected files to be moved with a Paste command" + msgstr "آماده کردن پرونده‌های انتخاب شده برای جابه‌جایی با فرمان چسباندن" + + #. tooltip +-#: ../src/nautilus-view.c:7211 ++#: ../src/nautilus-view.c:7164 + msgid "Prepare the selected files to be copied with a Paste command" + msgstr "آماده کردن پرونده‌های انتخاب شده برای رونوشت با فرمان چسباندن" + + #. tooltip +-#: ../src/nautilus-view.c:7215 ++#: ../src/nautilus-view.c:7168 + msgid "Move or copy files previously selected by a Cut or Copy command" +-msgstr "جابه‌جایی یا رونوشت پرونده‌هایی که قبلاً انتخاب شده‌اند با یکی از فرمان‌های برش یا رونوشت" ++msgstr "" ++"جابه‌جایی یا رونوشت پرونده‌هایی که قبلاً انتخاب شده‌اند با یکی از فرمان‌های برش " ++"یا رونوشت" + +-#. We make accelerator "" instead of null here to not inherit the stock +-#. accelerator for paste + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7220 ../src/nautilus-view.c:7369 ++#: ../src/nautilus-view.c:7171 ../src/nautilus-view.c:7320 + msgid "_Paste Into Folder" + msgstr "_چسباندن در پوشه" + + #. tooltip +-#: ../src/nautilus-view.c:7221 +-msgid "Move or copy files previously selected by a Cut or Copy command into the selected folder" +-msgstr "جابه‌جایی یا رونوشت پرونده‌هایی که قبلاً انتخاب شده‌اند به پوشه‌ی انتخاب شده با یکی از فرمان‌های برش یا رونوشت" ++#: ../src/nautilus-view.c:7172 ++msgid "" ++"Move or copy files previously selected by a Cut or Copy command into the " ++"selected folder" ++msgstr "" ++"جابه‌جایی یا رونوشت پرونده‌هایی که قبلاً انتخاب شده‌اند به پوشه‌ی انتخاب شده با " ++"یکی از فرمان‌های برش یا رونوشت" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7224 ++#: ../src/nautilus-view.c:7175 + msgid "Copy To…" + msgstr "رونوشت به..." + + #. tooltip +-#: ../src/nautilus-view.c:7225 ++#: ../src/nautilus-view.c:7176 + msgid "Copy selected files to another location" + msgstr "رونوشت از پرونده‌های انتخاب شده به مکانی دیگر" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7228 ++#: ../src/nautilus-view.c:7179 + msgid "Move To…" + msgstr "جابه‌جایی به..." + + #. tooltip +-#: ../src/nautilus-view.c:7229 ++#: ../src/nautilus-view.c:7180 + msgid "Move selected files to another location" + msgstr "جابه‌جایی پرونده‌های انتخاب شده به مکانی دیگر" + + #. tooltip +-#: ../src/nautilus-view.c:7233 ++#: ../src/nautilus-view.c:7184 + msgid "Select all items in this window" + msgstr "انتخاب همه‌ی موارد در این پنجره" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7236 ++#: ../src/nautilus-view.c:7187 + msgid "Select I_tems Matching…" + msgstr "انتخاب _موارد منطبق..." + + #. tooltip +-#: ../src/nautilus-view.c:7237 ++#: ../src/nautilus-view.c:7188 + msgid "Select items in this window matching a given pattern" + msgstr "انتخاب موارد در این پنجره مطابق با الگوی داده شده" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7240 ++#: ../src/nautilus-view.c:7191 + msgid "_Invert Selection" + msgstr "_وارونه کردن " + + #. tooltip +-#: ../src/nautilus-view.c:7241 ++#: ../src/nautilus-view.c:7192 + msgid "Select all and only the items that are not currently selected" + msgstr "انتخاب تمام و تنها مواردی که هم‌اکنون انتخاب نشده‌اند" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7244 ../src/nautilus-view.c:8720 ++#: ../src/nautilus-view.c:7195 ../src/nautilus-view.c:8672 + msgid "Ma_ke Link" + msgid_plural "Ma_ke Links" + msgstr[0] "_ساختن پیوند" + msgstr[1] "_ساختن پیوندها" + + #. tooltip +-#: ../src/nautilus-view.c:7245 ++#: ../src/nautilus-view.c:7196 + msgid "Create a symbolic link for each selected item" + msgstr "ایجاد یک پیوند نمادی برای هر یک از موارد انتخاب شده" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7248 ++#: ../src/nautilus-view.c:7199 + msgid "Rena_me…" + msgstr "تغییر _نام..." + + #. tooltip +-#: ../src/nautilus-view.c:7249 ++#: ../src/nautilus-view.c:7200 + msgid "Rename selected item" + msgstr "تغییر نام مورد انتخاب شده" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7252 ++#: ../src/nautilus-view.c:7203 + msgid "Set as Wallpaper" + msgstr "تنظیم به عنوان پس‌زمینه" + + #. tooltip +-#: ../src/nautilus-view.c:7253 ++#: ../src/nautilus-view.c:7204 + msgid "Make item the wallpaper" + msgstr "تبدیل مورد به کاغذ دیواری" + + #. tooltip +-#: ../src/nautilus-view.c:7261 ../src/nautilus-view.c:8667 ++#: ../src/nautilus-view.c:7212 ../src/nautilus-view.c:8619 + msgid "Move each selected item to the Trash" + msgstr "انداختن تک تک موارد انتخاب شده در زباله‌دان" + + #. tooltip +-#: ../src/nautilus-view.c:7265 ../src/nautilus-view.c:8698 ++#: ../src/nautilus-view.c:7216 ../src/nautilus-view.c:8650 + msgid "Delete each selected item, without moving to the Trash" + msgstr "حذف تک تک موارد انتخاب شده، بدون انداختن در زباله‌دان" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7268 ../src/nautilus-view.c:7382 ++#: ../src/nautilus-view.c:7219 ../src/nautilus-view.c:7333 + msgid "_Restore" + msgstr "_بازگرداندن" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7272 ++#: ../src/nautilus-view.c:7223 + msgid "_Undo" + msgstr "بر_گردان" + + #. tooltip +-#: ../src/nautilus-view.c:7273 ++#: ../src/nautilus-view.c:7224 + msgid "Undo the last action" + msgstr "برگردان آخرین فعالیت" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7276 ++#: ../src/nautilus-view.c:7227 + msgid "_Redo" + msgstr "_انجام دوباره" + + #. tooltip +-#: ../src/nautilus-view.c:7277 ++#: ../src/nautilus-view.c:7228 + msgid "Redo the last undone action" + msgstr "انجام دوباره‌ی آخرین فعالیت انجام نشده" + +@@ -4231,532 +4498,517 @@ msgstr "انجام دوباره‌ی آخرین فعالیت انجام نشده + #. + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7286 ++#: ../src/nautilus-view.c:7237 + msgid "Reset View to _Defaults" + msgstr "تنظیم نما به _پیش‌فرض" + + #. tooltip +-#: ../src/nautilus-view.c:7287 ++#: ../src/nautilus-view.c:7238 + msgid "Reset sorting order and zoom level to match preferences for this view" + msgstr "تنظیم ترتیب مرتب‌سازی و سطح زوم برای مطابقت با ترجیحات این نما" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7290 ../src/nautilus-view.c:7314 +-#: ../src/nautilus-view.c:7386 ++#: ../src/nautilus-view.c:7241 ../src/nautilus-view.c:7265 ++#: ../src/nautilus-view.c:7337 + msgid "_Mount" + msgstr "_سوارکردن" + + #. tooltip +-#: ../src/nautilus-view.c:7291 ++#: ../src/nautilus-view.c:7242 + msgid "Mount the selected volume" + msgstr "سوار کردن جلد انتخاب شده" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7294 ../src/nautilus-view.c:7318 +-#: ../src/nautilus-view.c:7390 ++#: ../src/nautilus-view.c:7245 ../src/nautilus-view.c:7269 ++#: ../src/nautilus-view.c:7341 + msgid "_Unmount" + msgstr "_پیاده کردن" + + #. tooltip +-#: ../src/nautilus-view.c:7295 ++#: ../src/nautilus-view.c:7246 + msgid "Unmount the selected volume" + msgstr "پیاده کردن جلد انتخاب شده" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7298 ../src/nautilus-view.c:7322 +-#: ../src/nautilus-view.c:7394 ++#: ../src/nautilus-view.c:7249 ../src/nautilus-view.c:7273 ++#: ../src/nautilus-view.c:7345 + msgid "_Eject" + msgstr "ب_یرون دادن" + + #. tooltip +-#: ../src/nautilus-view.c:7299 ++#: ../src/nautilus-view.c:7250 + msgid "Eject the selected volume" + msgstr "بیرون دادن جلد انتخاب شده" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7302 ../src/nautilus-view.c:7326 +-#: ../src/nautilus-view.c:7398 ../src/nautilus-view.c:7984 +-#: ../src/nautilus-view.c:7988 ../src/nautilus-view.c:8071 +-#: ../src/nautilus-view.c:8075 ../src/nautilus-view.c:8173 +-#: ../src/nautilus-view.c:8177 ++#: ../src/nautilus-view.c:7253 ../src/nautilus-view.c:7277 ++#: ../src/nautilus-view.c:7349 ../src/nautilus-view.c:7935 ++#: ../src/nautilus-view.c:7939 ../src/nautilus-view.c:8022 ++#: ../src/nautilus-view.c:8026 ../src/nautilus-view.c:8124 ++#: ../src/nautilus-view.c:8128 + msgid "_Start" + msgstr "_آغاز" + + #. tooltip +-#: ../src/nautilus-view.c:7303 ++#: ../src/nautilus-view.c:7254 + msgid "Start the selected volume" + msgstr "آغاز کردن جلد انتخاب شده" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7306 ../src/nautilus-view.c:7330 +-#: ../src/nautilus-view.c:7402 ../src/nautilus-view.c:8013 +-#: ../src/nautilus-view.c:8100 ../src/nautilus-view.c:8202 +-#: ../src/nautilus-window-menus.c:483 ++#: ../src/nautilus-view.c:7257 ../src/nautilus-view.c:7281 ++#: ../src/nautilus-view.c:7353 ../src/nautilus-view.c:7964 ++#: ../src/nautilus-view.c:8051 ../src/nautilus-view.c:8153 ++#: ../src/nautilus-window-menus.c:387 + msgid "_Stop" + msgstr "_توقف" + + #. tooltip +-#: ../src/nautilus-view.c:7307 ../src/nautilus-view.c:8203 ++#: ../src/nautilus-view.c:7258 ../src/nautilus-view.c:8154 + msgid "Stop the selected volume" + msgstr "متوقف‌کردن جلد انتخاب شده" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7310 ../src/nautilus-view.c:7334 +-#: ../src/nautilus-view.c:7406 ++#: ../src/nautilus-view.c:7261 ../src/nautilus-view.c:7285 ++#: ../src/nautilus-view.c:7357 + msgid "_Detect Media" + msgstr "_پیدا کردن رسانه" + + #. tooltip +-#: ../src/nautilus-view.c:7311 ../src/nautilus-view.c:7335 +-#: ../src/nautilus-view.c:7407 ++#: ../src/nautilus-view.c:7262 ../src/nautilus-view.c:7286 ++#: ../src/nautilus-view.c:7358 + msgid "Detect media in the selected drive" + msgstr "پیدا کردن رسانه در دیسک‌گردان انتخاب شده" + + #. tooltip +-#: ../src/nautilus-view.c:7315 ++#: ../src/nautilus-view.c:7266 + msgid "Mount the volume associated with the open folder" + msgstr "سوار کردن جلد وابسته به پوشه باز" + + #. tooltip +-#: ../src/nautilus-view.c:7319 ++#: ../src/nautilus-view.c:7270 + msgid "Unmount the volume associated with the open folder" + msgstr "پیاده کردن جلد وابسته به پوشه باز" + + #. tooltip +-#: ../src/nautilus-view.c:7323 ++#: ../src/nautilus-view.c:7274 + msgid "Eject the volume associated with the open folder" + msgstr "بیرون دادن جلد وابسته با پوشه باز" + + #. tooltip +-#: ../src/nautilus-view.c:7327 ++#: ../src/nautilus-view.c:7278 + msgid "Start the volume associated with the open folder" + msgstr "آغاز جلد وابسته به پوشه باز" + + #. tooltip +-#: ../src/nautilus-view.c:7331 ++#: ../src/nautilus-view.c:7282 + msgid "Stop the volume associated with the open folder" + msgstr "متوقف‌کردن جلد وابسته به پوشه باز" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7338 ++#: ../src/nautilus-view.c:7289 + msgid "Open File and Close window" + msgstr "باز کردن پرونده و بستن پنجره" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7342 ++#: ../src/nautilus-view.c:7293 + msgid "Sa_ve Search" + msgstr "_ذخیره‌ی جستجو" + + #. tooltip +-#: ../src/nautilus-view.c:7343 ++#: ../src/nautilus-view.c:7294 + msgid "Save the edited search" + msgstr "ذخیره‌ی جستجو‌ی ویرایش شده" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7346 ++#: ../src/nautilus-view.c:7297 + msgid "Sa_ve Search As…" + msgstr "ذ_خیره‌ی جستجو به نام..." + + #. tooltip +-#: ../src/nautilus-view.c:7347 ++#: ../src/nautilus-view.c:7298 + msgid "Save the current search as a file" + msgstr "ذخیره این جستجو به شکل یک پرونده" + + #. tooltip +-#: ../src/nautilus-view.c:7353 ++#: ../src/nautilus-view.c:7304 + msgid "Open this folder in a navigation window" + msgstr "باز کردن این پوشه در یک پنجره ناوش" + + #. tooltip +-#: ../src/nautilus-view.c:7357 ++#: ../src/nautilus-view.c:7308 + msgid "Open this folder in a new tab" + msgstr "باز کردن این پوشه در یک زبانه‌ی جدید" + + #. tooltip +-#: ../src/nautilus-view.c:7362 ++#: ../src/nautilus-view.c:7313 + msgid "Prepare this folder to be moved with a Paste command" + msgstr "آماده‌سازی این پوشه برای جابه‌جایی با فرمان چسباندن " + + #. tooltip +-#: ../src/nautilus-view.c:7366 ++#: ../src/nautilus-view.c:7317 + msgid "Prepare this folder to be copied with a Paste command" + msgstr "آماده‌سازی این پوشه برای رونوشت با فرمان چسباندن" + + #. tooltip +-#: ../src/nautilus-view.c:7370 +-msgid "Move or copy files previously selected by a Cut or Copy command into this folder" +-msgstr "جابه‌جایی یا رونوشت پرونده‌هایی که قبلاً با یکی از فرمان‌های برش یا رونوشت انتخاب شده‌اند به درون این پوشه" ++#: ../src/nautilus-view.c:7321 ++msgid "" ++"Move or copy files previously selected by a Cut or Copy command into this " ++"folder" ++msgstr "" ++"جابه‌جایی یا رونوشت پرونده‌هایی که قبلاً با یکی از فرمان‌های برش یا رونوشت " ++"انتخاب شده‌اند به درون این پوشه" + + #. tooltip +-#: ../src/nautilus-view.c:7375 ++#: ../src/nautilus-view.c:7326 + msgid "Move this folder to the Trash" + msgstr "انداختن این پوشه در زباله‌دان" + + #. tooltip +-#: ../src/nautilus-view.c:7379 ++#: ../src/nautilus-view.c:7330 + msgid "Delete this folder, without moving to the Trash" + msgstr "حذف این پوشه، بدون انداختن در زباله‌دان" + + #. tooltip +-#: ../src/nautilus-view.c:7387 ++#: ../src/nautilus-view.c:7338 + msgid "Mount the volume associated with this folder" + msgstr "سوار کردن جلد وابسته با این پوشه" + + #. tooltip +-#: ../src/nautilus-view.c:7391 ++#: ../src/nautilus-view.c:7342 + msgid "Unmount the volume associated with this folder" + msgstr "پیاده کردن جلد وابسته با این پوشه" + + #. tooltip +-#: ../src/nautilus-view.c:7395 ++#: ../src/nautilus-view.c:7346 + msgid "Eject the volume associated with this folder" + msgstr "بیرون دادن جلد وابسته با این پوشه" + + #. tooltip +-#: ../src/nautilus-view.c:7399 ++#: ../src/nautilus-view.c:7350 + msgid "Start the volume associated with this folder" + msgstr "آغاز کردن جلد وابسته با این پوشه" + + #. tooltip +-#: ../src/nautilus-view.c:7403 ++#: ../src/nautilus-view.c:7354 + msgid "Stop the volume associated with this folder" + msgstr "متوقف‌کردن جلد وابسته با این پوشه" + + #. tooltip +-#: ../src/nautilus-view.c:7412 ../src/nautilus-window-menus.c:596 ++#: ../src/nautilus-view.c:7363 ../src/nautilus-window-menus.c:464 + msgid "View or modify the properties of this folder" + msgstr "نمایش یا تغییر ویژگی‌های این پوشه" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7418 ++#: ../src/nautilus-view.c:7369 + msgid "Show _Hidden Files" + msgstr "نمایش پرونده‌های مخ_فی" + + #. tooltip +-#: ../src/nautilus-view.c:7419 ++#: ../src/nautilus-view.c:7370 + msgid "Toggle the display of hidden files in the current window" + msgstr "ضامن نمایش پرونده‌های مخفی در پنجره‌ی فعلی" + +-#: ../src/nautilus-view.c:7480 ++#: ../src/nautilus-view.c:7431 + msgid "Run or manage scripts" + msgstr "اجرا یا مدیریت کدنوشته‌ها" + + #. Create a script action here specially because its tooltip is dynamic +-#: ../src/nautilus-view.c:7482 ++#: ../src/nautilus-view.c:7433 + msgid "_Scripts" + msgstr "_کدنوشته‌ها" + +-#: ../src/nautilus-view.c:7832 ++#: ../src/nautilus-view.c:7783 + #, c-format + msgid "Move the open folder out of the trash to “%s”" + msgstr "جابه‌جایی پوشه‌ی باز شده به بیرون از زباله‌دان به «%s»" + +-#: ../src/nautilus-view.c:7836 ++#: ../src/nautilus-view.c:7787 + #, c-format + msgid "Move the selected folder out of the trash to “%s”" + msgstr "جابه‌جایی پوشه‌ی انتخاب شده به بیرون از زباله‌دان به «%s»" + +-#: ../src/nautilus-view.c:7839 ++#: ../src/nautilus-view.c:7790 + #, c-format + msgid "Move the selected folders out of the trash to “%s”" + msgstr "جابه‌جایی پوشه‌های انتخاب شده به بیرون از زباله‌دان به «%s»" + +-#: ../src/nautilus-view.c:7844 ++#: ../src/nautilus-view.c:7795 + msgid "Move the selected folder out of the trash" + msgstr "جابه‌جایی پوشه‌ی انتخاب شده به بیرون از زباله‌دان " + +-#: ../src/nautilus-view.c:7846 ++#: ../src/nautilus-view.c:7797 + msgid "Move the selected folders out of the trash" + msgstr "جابه‌جایی پوشه‌های انتخاب شده به بیرون از زباله‌دان " + +-#: ../src/nautilus-view.c:7852 ++#: ../src/nautilus-view.c:7803 + #, c-format + msgid "Move the selected file out of the trash to “%s”" + msgstr "جابه‌جایی پرونده‌ی انتخاب شده به بیرون از زباله‌دان به «%s»" + +-#: ../src/nautilus-view.c:7855 ++#: ../src/nautilus-view.c:7806 + #, c-format + msgid "Move the selected files out of the trash to “%s”" + msgstr "جابه‌جایی پرونده‌های انتخاب شده به بیرون از زباله‌دان به «%s»" + +-#: ../src/nautilus-view.c:7860 ++#: ../src/nautilus-view.c:7811 + msgid "Move the selected file out of the trash" + msgstr "جابه‌جایی پرونده‌ی انتخاب شده به بیرون از زباله‌دان" + +-#: ../src/nautilus-view.c:7862 ++#: ../src/nautilus-view.c:7813 + msgid "Move the selected files out of the trash" + msgstr "جابه‌جایی پرونده‌های انتخاب شده به بیرون از زباله‌دان" + +-#: ../src/nautilus-view.c:7868 ++#: ../src/nautilus-view.c:7819 + #, c-format + msgid "Move the selected item out of the trash to “%s”" + msgstr "جابه‌جایی موارد انتخاب شده به بیرون از زباله‌دان به «%s»" + +-#: ../src/nautilus-view.c:7871 ++#: ../src/nautilus-view.c:7822 + #, c-format + msgid "Move the selected items out of the trash to “%s”" + msgstr "جابه‌جایی موارد انتخاب شده به بیرون از زباله‌دان به «%s»" + +-#: ../src/nautilus-view.c:7876 ++#: ../src/nautilus-view.c:7827 + msgid "Move the selected item out of the trash" + msgstr "خارج‌کردن مورد انتخاب شده از زباله‌دان" + +-#: ../src/nautilus-view.c:7878 ++#: ../src/nautilus-view.c:7829 + msgid "Move the selected items out of the trash" + msgstr "خارج‌کردن موارد انتخاب شده از زباله‌دان" + +-#: ../src/nautilus-view.c:7985 ../src/nautilus-view.c:7989 +-#: ../src/nautilus-view.c:8174 ../src/nautilus-view.c:8178 ++#: ../src/nautilus-view.c:7936 ../src/nautilus-view.c:7940 ++#: ../src/nautilus-view.c:8125 ../src/nautilus-view.c:8129 + msgid "Start the selected drive" + msgstr "آغاز کردن دیسک‌گردان انتخاب شده" + +-#: ../src/nautilus-view.c:7992 ../src/nautilus-view.c:8079 +-#: ../src/nautilus-view.c:8181 ++#: ../src/nautilus-view.c:7943 ../src/nautilus-view.c:8030 ++#: ../src/nautilus-view.c:8132 + msgid "_Connect" + msgstr "_اتصال" + +-#: ../src/nautilus-view.c:7993 ../src/nautilus-view.c:8182 ++#: ../src/nautilus-view.c:7944 ../src/nautilus-view.c:8133 + msgid "Connect to the selected drive" + msgstr "اتصال به دیسک‌گردان انتخاب شده" + +-#: ../src/nautilus-view.c:7996 ../src/nautilus-view.c:8083 +-#: ../src/nautilus-view.c:8185 ++#: ../src/nautilus-view.c:7947 ../src/nautilus-view.c:8034 ++#: ../src/nautilus-view.c:8136 + msgid "_Start Multi-disk Drive" + msgstr "_آغاز دیسک‌گردان چند دیسکی" + +-#: ../src/nautilus-view.c:7997 ../src/nautilus-view.c:8186 ++#: ../src/nautilus-view.c:7948 ../src/nautilus-view.c:8137 + msgid "Start the selected multi-disk drive" + msgstr "آغاز دیسک‌گردان چند دیسکی انتخاب شده" + +-#: ../src/nautilus-view.c:8000 ++#: ../src/nautilus-view.c:7951 + msgid "U_nlock Drive" + msgstr "باز کردن قفل _دیسک‌گردان" + +-#: ../src/nautilus-view.c:8001 ../src/nautilus-view.c:8190 ++#: ../src/nautilus-view.c:7952 ../src/nautilus-view.c:8141 + msgid "Unlock the selected drive" + msgstr "باز کردن قفل دیسک‌گردان انتخاب شده" + +-#: ../src/nautilus-view.c:8014 ++#: ../src/nautilus-view.c:7965 + msgid "Stop the selected drive" + msgstr "متوقف‌کردن جلد انتخاب شده" + +-#: ../src/nautilus-view.c:8017 ../src/nautilus-view.c:8104 +-#: ../src/nautilus-view.c:8206 ++#: ../src/nautilus-view.c:7968 ../src/nautilus-view.c:8055 ++#: ../src/nautilus-view.c:8157 + msgid "_Safely Remove Drive" + msgstr "برداشتن _امن دیسک‌گردان" + +-#: ../src/nautilus-view.c:8018 ../src/nautilus-view.c:8207 ++#: ../src/nautilus-view.c:7969 ../src/nautilus-view.c:8158 + msgid "Safely remove the selected drive" + msgstr "برداشتن _امن دیسک‌گردان انتخاب شده" + +-#: ../src/nautilus-view.c:8021 ../src/nautilus-view.c:8108 +-#: ../src/nautilus-view.c:8210 ++#: ../src/nautilus-view.c:7972 ../src/nautilus-view.c:8059 ++#: ../src/nautilus-view.c:8161 + msgid "_Disconnect" + msgstr "_قطع ارتباط" + +-#: ../src/nautilus-view.c:8022 ../src/nautilus-view.c:8211 ++#: ../src/nautilus-view.c:7973 ../src/nautilus-view.c:8162 + msgid "Disconnect the selected drive" + msgstr "قطع کردن دیسک‌گردان انتخاب شده" + +-#: ../src/nautilus-view.c:8025 ../src/nautilus-view.c:8112 +-#: ../src/nautilus-view.c:8214 ++#: ../src/nautilus-view.c:7976 ../src/nautilus-view.c:8063 ++#: ../src/nautilus-view.c:8165 + msgid "_Stop Multi-disk Drive" + msgstr "_متوقف‌کردن دیسک‌گردان چند دیسکی" + +-#: ../src/nautilus-view.c:8026 ../src/nautilus-view.c:8215 ++#: ../src/nautilus-view.c:7977 ../src/nautilus-view.c:8166 + msgid "Stop the selected multi-disk drive" + msgstr "متوقف‌کردن دیسک‌گردان چند دیسکی انتخاب شده" + +-#: ../src/nautilus-view.c:8029 ../src/nautilus-view.c:8116 +-#: ../src/nautilus-view.c:8218 ++#: ../src/nautilus-view.c:7980 ../src/nautilus-view.c:8067 ++#: ../src/nautilus-view.c:8169 + msgid "_Lock Drive" + msgstr "_قفل کردن دیسک‌گردان" + +-#: ../src/nautilus-view.c:8030 ../src/nautilus-view.c:8219 ++#: ../src/nautilus-view.c:7981 ../src/nautilus-view.c:8170 + msgid "Lock the selected drive" + msgstr "قفل کردن دیسک‌گردان انتخاب شده" + +-#: ../src/nautilus-view.c:8072 ../src/nautilus-view.c:8076 ++#: ../src/nautilus-view.c:8023 ../src/nautilus-view.c:8027 + msgid "Start the drive associated with the open folder" + msgstr "آغاز کردن دیسک‌گردان وابسته به پوشه‌ی باز" + +-#: ../src/nautilus-view.c:8080 ++#: ../src/nautilus-view.c:8031 + msgid "Connect to the drive associated with the open folder" + msgstr "اتصال به دیسک‌گردان وابسته به پوشه‌ی باز" + +-#: ../src/nautilus-view.c:8084 ++#: ../src/nautilus-view.c:8035 + msgid "Start the multi-disk drive associated with the open folder" + msgstr "آغاز کردن دیسک‌گردان چند-دیسکی وابسته به پوشه‌ی باز " + +-#: ../src/nautilus-view.c:8087 ../src/nautilus-view.c:8189 ++#: ../src/nautilus-view.c:8038 ../src/nautilus-view.c:8140 + msgid "_Unlock Drive" + msgstr "_بازکردن قفل دیسک‌گردان" + +-#: ../src/nautilus-view.c:8088 ++#: ../src/nautilus-view.c:8039 + msgid "Unlock the drive associated with the open folder" + msgstr "_بازکردن قفل دیسک‌گردان وابسته به پوشه‌ی باز " + +-#: ../src/nautilus-view.c:8101 ++#: ../src/nautilus-view.c:8052 + msgid "_Stop the drive associated with the open folder" + msgstr "_متوقف‌کردن دیسک‌گردان وابسته به پوشه‌ی باز " + +-#: ../src/nautilus-view.c:8105 ++#: ../src/nautilus-view.c:8056 + msgid "Safely remove the drive associated with the open folder" + msgstr "برداشتن امن دیسک‌گردان وابسته به پوشه‌ی باز " + +-#: ../src/nautilus-view.c:8109 ++#: ../src/nautilus-view.c:8060 + msgid "Disconnect the drive associated with the open folder" + msgstr "قطع کردن دیسک‌گردان وابسته به پوشه‌ی باز " + +-#: ../src/nautilus-view.c:8113 ++#: ../src/nautilus-view.c:8064 + msgid "Stop the multi-disk drive associated with the open folder" + msgstr "متوقف‌کردن دیسک‌گردان چند-دیسکی وابسته به پوشه‌ی باز " + +-#: ../src/nautilus-view.c:8117 ++#: ../src/nautilus-view.c:8068 + msgid "Lock the drive associated with the open folder" + msgstr "قفل کردن دیسک‌گردان وابسته به پوشه‌ی باز " + +-#: ../src/nautilus-view.c:8289 ../src/nautilus-view.c:8624 ++#: ../src/nautilus-view.c:8240 ../src/nautilus-view.c:8576 + msgid "Open in New _Window" + msgstr "باز کردن در پنجره‌ی _جدید" + +-#: ../src/nautilus-view.c:8344 ../src/nautilus-view.c:8662 ++#: ../src/nautilus-view.c:8295 ../src/nautilus-view.c:8614 + msgid "_Delete Permanently" + msgstr "_حذف همیشگی" + +-#: ../src/nautilus-view.c:8345 ++#: ../src/nautilus-view.c:8296 + msgid "Delete the open folder permanently" + msgstr "حذف پوشه‌ی باز شده برای همیشه" + +-#: ../src/nautilus-view.c:8349 ++#: ../src/nautilus-view.c:8300 + msgid "Move the open folder to the Trash" + msgstr "انداختن پوشه‌ی باز شده در زباله‌دان" + +-#: ../src/nautilus-view.c:8533 ++#: ../src/nautilus-view.c:8486 + #, c-format + msgid "New Folder with Selection (%'d Item)" + msgid_plural "New Folder with Selection (%'d Items)" + msgstr[0] "پوشه جدید با انتخاب شده‌ها (%Id مورد)" + msgstr[1] "پوشه جدید با انتخاب شده‌ها (%Id مورد)" + +-#: ../src/nautilus-view.c:8577 ++#: ../src/nautilus-view.c:8530 + #, c-format + msgid "_Open With %s" + msgstr "_باز کردن با «%s»" + +-#: ../src/nautilus-view.c:8588 ++#: ../src/nautilus-view.c:8541 + msgid "Run" + msgstr "اجرا" + +-#: ../src/nautilus-view.c:8626 ++#: ../src/nautilus-view.c:8578 + #, c-format + msgid "Open in %'d New _Window" + msgid_plural "Open in %'d New _Windows" + msgstr[0] "باز کردن در %'Id پنجره‌ی جدید" + msgstr[1] "باز کردن در %'Id پنجره‌ی جدید" + +-#: ../src/nautilus-view.c:8646 ++#: ../src/nautilus-view.c:8598 + #, c-format + msgid "Open in %'d New _Tab" + msgid_plural "Open in %'d New _Tabs" + msgstr[0] "باز کردن در %'Id زبانه‌ی جدید" + msgstr[1] "باز کردن در %'Id زبانه‌ی جدید" + +-#: ../src/nautilus-view.c:8663 ++#: ../src/nautilus-view.c:8615 + msgid "Delete all selected items permanently" + msgstr "حذف همه‌ی موارد انتخاب شده برای همیشه" + +-#: ../src/nautilus-view.c:8694 ++#: ../src/nautilus-view.c:8646 + msgid "Remo_ve from Recent" + msgstr "_حذف از موارد اخیر" + +-#: ../src/nautilus-view.c:8695 ++#: ../src/nautilus-view.c:8647 + msgid "Remove each selected item from the recently used list" + msgstr "حذف هرکدام از موارد انتخاب شده از فهرست موارد اخیر" + +-#: ../src/nautilus-view.c:8735 ++#: ../src/nautilus-view.c:8687 + msgid "View or modify the properties of the open folder" + msgstr "نمایش یا تغییر ویژگی‌های پوشه‌ی باز شده" + +-#: ../src/nautilus-view-dnd.c:171 ../src/nautilus-view-dnd.c:205 +-#: ../src/nautilus-view-dnd.c:296 ++#: ../src/nautilus-view-dnd.c:169 ../src/nautilus-view-dnd.c:203 ++#: ../src/nautilus-view-dnd.c:294 + msgid "Drag and drop is not supported." + msgstr "کشیدن و رها کردن پشتیبانی نمی‌شود." + +-#: ../src/nautilus-view-dnd.c:172 ++#: ../src/nautilus-view-dnd.c:170 + msgid "Drag and drop is only supported on local file systems." + msgstr "کشیدن و رها کردن تنها در سیستم پرونده‌های محلی پشتیبانی می‌شود." + +-#: ../src/nautilus-view-dnd.c:206 ../src/nautilus-view-dnd.c:297 ++#: ../src/nautilus-view-dnd.c:204 ../src/nautilus-view-dnd.c:295 + msgid "An invalid drag type was used." + msgstr "یک نوع کشیدن نادرست استفاده شده بود." + + #. Translator: This is the filename used for when you dnd text to a directory +-#: ../src/nautilus-view-dnd.c:384 ++#: ../src/nautilus-view-dnd.c:382 + msgid "Dropped Text.txt" + msgstr "متن انداخته شده.txt" + + #. Translator: This is the filename used for when you dnd raw + #. * data to a directory, if the source didn't supply a name. + #. +-#: ../src/nautilus-view-dnd.c:482 ++#: ../src/nautilus-view-dnd.c:480 + msgid "dropped data" + msgstr "داده‌ی انداخته شده" + +-#: ../src/nautilus-window.c:819 ++#: ../src/nautilus-window.c:827 + msgid "_Properties" + msgstr "_ویژگی‌ها" + +-#: ../src/nautilus-window.c:827 ++#: ../src/nautilus-window.c:836 + msgid "_Format…" + msgstr "_قالب‌بندی..." + +-#: ../src/nautilus-window.c:1166 ++#: ../src/nautilus-window.c:1187 + msgid "_New Tab" + msgstr "_‌زبانه‌ی جدید" + +-#: ../src/nautilus-window.c:1176 ../src/nautilus-window-menus.c:588 ++#: ../src/nautilus-window.c:1197 ../src/nautilus-window-menus.c:456 + msgid "Move Tab _Left" + msgstr "جابه‌جایی زبانه به _چپ" + +-#: ../src/nautilus-window.c:1184 ../src/nautilus-window-menus.c:591 ++#: ../src/nautilus-window.c:1205 ../src/nautilus-window-menus.c:459 + msgid "Move Tab _Right" + msgstr "جابه‌جایی زبانه به _راست" + +-#: ../src/nautilus-window.c:1195 ++#: ../src/nautilus-window.c:1216 + msgid "_Close Tab" + msgstr "_بستن زبانه" + +-#: ../src/nautilus-window.c:2363 +-msgid "Files is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version." +-msgstr "پرونده‌ها نرم‌افزار آزاد است؛ شما می‌توانید آن را تحت شرایط اجازه‌نامه‌ی همگانی عمومی گنو که بنیاد نرم‌افزارهای آزاد منتشر کرده است،‌ تغییر دهید یا دوباره توزیع کنید. یا نسخه‌ی 2 اجازه‌نامه یا (به اختیار خودتان) هر نسخه‌ی بالاتر دیگری." +- +-#: ../src/nautilus-window.c:2367 +-msgid "Files is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." +-msgstr "پرونده‌ها با این امید توزیع شده است که به درد بخور باشد، اما بدون هر گونه ضمانتی؛ حتی بدون ضمانت ضمنی قابل فروش بودن یا مناسب بودن برای یک هدف مشخص. برای جزئیات بیشتر به اجازه‌نامه‌ی همگانی عمومی گنو را ببینید." +- +-#: ../src/nautilus-window.c:2371 +-msgid "You should have received a copy of the GNU General Public License along with Nautilus; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" +-msgstr "شما باید به همراه ناتیلوس نسخه‌ای از اجازه‌نامه‌ی همگانی عمومی گنو دریافت کرده باشد؛ اگر این طور نیست برای شرکت بنیاد نرم افزارهای آزاد به آدرس زیر بنویسید:Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" +- +-#. Translators: these two strings here indicate the copyright time span, +-#. * e.g. 1999-2011. +-#. +-#: ../src/nautilus-window.c:2386 +-msgid "Copyright © %Id–%Id The Files authors" +-msgstr "حق رونوشت © %Id–%Id تهیه‌کنندگان پرونده‌ها" +- +-#: ../src/nautilus-window.c:2392 ++#: ../src/nautilus-window.c:2290 + msgid "Access and organize your files." + msgstr "دسترسی و سازماندهی پرونده‌های شما." + +@@ -4764,7 +5016,7 @@ msgstr "دسترسی و سازماندهی پرونده‌های شما." + #. * which will be displayed at the bottom of the about + #. * box to give credit to the translator(s). + #. +-#: ../src/nautilus-window.c:2402 ++#: ../src/nautilus-window.c:2299 + msgid "translator-credits" + msgstr "" + "محمد جواد بدیعی \n" +@@ -4775,312 +5027,237 @@ msgstr "" + "الناز سربر \n" + "آرش موسوی " + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-window-menus.c:379 ++msgid "_Close" ++msgstr "_بستن" ++ + #. tooltip +-#: ../src/nautilus-window-menus.c:472 ++#: ../src/nautilus-window-menus.c:380 + msgid "Close this folder" + msgstr "بستن این پوشه" + +-#: ../src/nautilus-window-menus.c:476 +-msgid "Edit Nautilus preferences" +-msgstr "ویرایش ترجیحات ناتیلوس" +- + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:479 ++#: ../src/nautilus-window-menus.c:383 + msgid "Open _Parent" + msgstr "باز کردن _والد" + +-#: ../src/nautilus-window-menus.c:480 ++#: ../src/nautilus-window-menus.c:384 + msgid "Open the parent folder" + msgstr "باز کردن پوشه‌ی والد" + + #. tooltip +-#: ../src/nautilus-window-menus.c:484 ++#: ../src/nautilus-window-menus.c:388 + msgid "Stop loading the current location" + msgstr "توقف بارگذاری مکان جاری" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:487 ++#: ../src/nautilus-window-menus.c:391 + msgid "_Reload" + msgstr "_بازخوانی" + + #. tooltip +-#: ../src/nautilus-window-menus.c:488 ++#: ../src/nautilus-window-menus.c:392 + msgid "Reload the current location" + msgstr "بازخوانی مکان جاری" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:495 +-msgid "_All Topics" +-msgstr "_تمام موضوع‌ها" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:496 +-msgid "Display Nautilus help" +-msgstr "نمایش راهنمای ناتیلوس" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:499 +-msgid "Search for files" +-msgstr "جستجوی پرونده‌ها" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:500 +-msgid "Locate files based on file name and type. Save your searches for later use." +-msgstr "مکان‌یابی محل پرونده‌ها بر اساس نام پرونده و نوع. جستجو‌های خود را برای استفاده‌های بعدی ذخیره کنید." +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:503 +-msgid "Sort files and folders" +-msgstr "مرتب کردن پرونده‌ها و پوشه‌ها" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:504 +-msgid "Arrange files by name, size, type, or when they were changed." +-msgstr "چیدن پرونده‌ها برا اساس نام، اندازه، نوع، یا زمانی که تغییر کرده‌اند." +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:507 +-msgid "Find a lost file" +-msgstr "یافتن یک پرونده‌ی گم شده" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:508 +-msgid "Follow these tips if you can't find a file you created or downloaded." +-msgstr "اگر پرونده‌ای که بارگیری یا ساخته‌اید را نمی‌توانید پیدا کنید، این راهنمایی‌ها را دنبال کنید." +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:511 +-msgid "Share and transfer files" +-msgstr "اشتراک‌گذاری و انتقال پرونده‌ها" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:512 +-msgid "Easily transfer files to your contacts and devices from the file manager." +-msgstr "به راحتی پرونده‌ها را به آشناها یا دستگاه‌ها از طریق مدیر پرونده‌ها انتقال دهید." +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:515 +-msgid "_About" +-msgstr "_درباره" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:516 +-msgid "Display credits for the creators of Nautilus" +-msgstr "نمایش اسامی به وجود آورندگان ناتیلوس" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:519 ++#: ../src/nautilus-window-menus.c:399 + msgid "Zoom _In" + msgstr "بزرگنمایی به _داخل" + + #. tooltip +-#: ../src/nautilus-window-menus.c:520 ++#: ../src/nautilus-window-menus.c:400 + msgid "Increase the view size" + msgstr "افزایش اندازه‌ی نمایش" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:531 ++#: ../src/nautilus-window-menus.c:411 + msgid "Zoom _Out" + msgstr "بزرگنمایی به _خارج" + + #. tooltip +-#: ../src/nautilus-window-menus.c:532 ++#: ../src/nautilus-window-menus.c:412 + msgid "Decrease the view size" + msgstr "کاهش اندازه‌ی نمایش" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:539 ++#: ../src/nautilus-window-menus.c:419 + msgid "Normal Si_ze" + msgstr "اندا_زه‌ی عادی" + + #. tooltip +-#: ../src/nautilus-window-menus.c:540 ++#: ../src/nautilus-window-menus.c:420 + msgid "Use the normal view size" + msgstr "استفاده از اندازه‌ی نمایش عادی" + +-#. tooltip +-#: ../src/nautilus-window-menus.c:544 +-msgid "Connect to a remote computer or shared disk" +-msgstr "اتصال به یک رایانه دوردست و یا یک دیسک به اشتراک گذاشته شده" +- + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:547 ../src/nautilus-window-menus.c:731 ++#: ../src/nautilus-window-menus.c:423 ../src/nautilus-window-menus.c:557 + msgid "_Home" + msgstr "آ_غازه" + + #. tooltip +-#: ../src/nautilus-window-menus.c:548 ++#: ../src/nautilus-window-menus.c:424 + msgid "Open your personal folder" + msgstr "باز کردن پوشه شخصی شما" + +-#: ../src/nautilus-window-menus.c:552 +-msgid "Open another Nautilus window for the displayed location" +-msgstr "باز کردن یک پنجره‌ی ناتیلوس دیگر برای مکان نمایش‌ داده شده" +- + #. name, stock id +-#: ../src/nautilus-window-menus.c:555 ++#: ../src/nautilus-window-menus.c:427 + msgid "New _Tab" + msgstr "_زبانه‌ی نو" + +-#: ../src/nautilus-window-menus.c:556 ++#: ../src/nautilus-window-menus.c:428 + msgid "Open another tab for the displayed location" + msgstr "باز کردن یک زبانه‌ی دیگر برای مکان نمایش‌ داده شده" + + #. name, stock id +-#: ../src/nautilus-window-menus.c:559 +-msgid "Close _All Windows" +-msgstr "بستن _همه‌ی پنجره‌ها" +- +-#: ../src/nautilus-window-menus.c:560 +-msgid "Close all Navigation windows" +-msgstr "بستن تمام پنجره‌های ناوش" +- +-#. name, stock id +-#: ../src/nautilus-window-menus.c:563 ++#: ../src/nautilus-window-menus.c:431 + msgid "_Back" + msgstr "_عقب" + +-#: ../src/nautilus-window-menus.c:564 ++#: ../src/nautilus-window-menus.c:432 + msgid "Go to the previous visited location" + msgstr "رفتن به مکان بازدید شده‌ی قبلی" + + #. name, stock id +-#: ../src/nautilus-window-menus.c:567 ++#: ../src/nautilus-window-menus.c:435 + msgid "_Forward" + msgstr "_جلو" + +-#: ../src/nautilus-window-menus.c:568 ++#: ../src/nautilus-window-menus.c:436 + msgid "Go to the next visited location" + msgstr "رفتن به مکان بازدید شده‌ی بعدی" + +-#: ../src/nautilus-window-menus.c:572 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:439 ++msgid "Enter _Location…" ++msgstr "_مکان را وارد کنید..." ++ ++#: ../src/nautilus-window-menus.c:440 + msgid "Specify a location to open" + msgstr "یک مکان برای باز کردن مشخص کنید" + + #. name, stock id +-#: ../src/nautilus-window-menus.c:575 ++#: ../src/nautilus-window-menus.c:443 + msgid "Bookmark this Location" + msgstr "نشانک‌گذاری این مکان" + +-#: ../src/nautilus-window-menus.c:576 ++#: ../src/nautilus-window-menus.c:444 + msgid "Add a bookmark for the current location" + msgstr "اضافه کردن یک نشانک برای مکان فعلی" + + #. name, stock id +-#: ../src/nautilus-window-menus.c:579 ++#: ../src/nautilus-window-menus.c:447 + msgid "_Bookmarks…" + msgstr "_نشانک‌ها..." + +-#: ../src/nautilus-window-menus.c:580 ++#: ../src/nautilus-window-menus.c:448 + msgid "Display and edit bookmarks" + msgstr "نمایش و ویرایش نشانک‌ها" + +-#: ../src/nautilus-window-menus.c:582 ++#: ../src/nautilus-window-menus.c:450 + msgid "_Previous Tab" + msgstr "زبانه‌ی _قبلی" + +-#: ../src/nautilus-window-menus.c:583 ++#: ../src/nautilus-window-menus.c:451 + msgid "Activate previous tab" + msgstr "فعال‌کردن زبانه‌ی قبلی" + +-#: ../src/nautilus-window-menus.c:585 ++#: ../src/nautilus-window-menus.c:453 + msgid "_Next Tab" + msgstr "زبانه‌ی _بعدی" + +-#: ../src/nautilus-window-menus.c:586 ++#: ../src/nautilus-window-menus.c:454 + msgid "Activate next tab" + msgstr "فعال‌کردن زبانه‌ی بعدی" + +-#: ../src/nautilus-window-menus.c:589 ++#: ../src/nautilus-window-menus.c:457 + msgid "Move current tab to left" + msgstr "جابه‌جایی زبانه‌ی جاری به چپ" + +-#: ../src/nautilus-window-menus.c:592 ++#: ../src/nautilus-window-menus.c:460 + msgid "Move current tab to right" + msgstr "جابه‌جایی زبانه‌ی جاری به راست" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:610 ++#: ../src/nautilus-window-menus.c:478 + msgid "_Show Sidebar" + msgstr "_نمایش نوار جانبی" + + #. tooltip +-#: ../src/nautilus-window-menus.c:611 ++#: ../src/nautilus-window-menus.c:479 + msgid "Change the visibility of this window's side pane" + msgstr "تغییر مرئی بودن قاب کناری پنجره" + + #. is_active + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:615 ++#: ../src/nautilus-window-menus.c:483 + msgid "_Search for Files…" + msgstr "_جستجوی پرونده‌ها..." + + #. tooltip +-#: ../src/nautilus-window-menus.c:616 ++#: ../src/nautilus-window-menus.c:484 + msgid "Search documents and folders by name" + msgstr "جست و جوی سندها و پوشه‌ها با نام پرونده" + +-#: ../src/nautilus-window-menus.c:622 ../src/nautilus-window-menus.c:624 ++#: ../src/nautilus-window-menus.c:490 ../src/nautilus-window-menus.c:492 + msgid "List" + msgstr "فهرست" + +-#: ../src/nautilus-window-menus.c:623 ++#: ../src/nautilus-window-menus.c:491 + msgid "View items as a list" + msgstr "نمایش به شکل فهرست" + +-#: ../src/nautilus-window-menus.c:625 ++#: ../src/nautilus-window-menus.c:493 + msgid "View items as a grid of icons" + msgstr "نمایش موارد به عنوان شبکه‌ای از شمایل‌ها" + +-#: ../src/nautilus-window-menus.c:728 ++#: ../src/nautilus-window-menus.c:554 + msgid "_Up" + msgstr "_بالا" + +-#: ../src/nautilus-window-slot.c:1276 ../src/nautilus-window-slot.c:1448 ++#: ../src/nautilus-window-slot.c:1288 ../src/nautilus-window-slot.c:1460 + #, c-format + msgid "Unable to load location" + msgstr "عدم توانایی در بارکردن مکان" + +-#: ../src/nautilus-window-slot.c:1603 ++#: ../src/nautilus-window-slot.c:1615 + msgid "Unable to display the contents of this folder." + msgstr "نمایش محتویات این پوشه امکان‌پذیر نیست." + +-#: ../src/nautilus-window-slot.c:1605 ++#: ../src/nautilus-window-slot.c:1617 + msgid "This location doesn't appear to be a folder." + msgstr "این مکان پوشه به‌نظر نمی‌رسد." + +-#: ../src/nautilus-window-slot.c:1610 +-msgid "Unable to find the requested file. Please check the spelling and try again." +-msgstr "پرونده درخواست شده پیدا نشد. لطفا صحت املا را بررسی کنید و مجددا تلاش کنید." ++#: ../src/nautilus-window-slot.c:1622 ++msgid "" ++"Unable to find the requested file. Please check the spelling and try again." ++msgstr "" ++"پرونده درخواست شده پیدا نشد. لطفا صحت املا را بررسی کنید و مجددا تلاش کنید." + +-#: ../src/nautilus-window-slot.c:1615 ++#: ../src/nautilus-window-slot.c:1627 + #, c-format + msgid "“%s” locations are not supported." + msgstr "مکان‌های «%s» پشتیبانی نمی‌شوند." + +-#: ../src/nautilus-window-slot.c:1618 ++#: ../src/nautilus-window-slot.c:1630 + msgid "Unable to handle this kind of location." + msgstr "نمی‌توان این نوع مکان‌ها را اداره کرد." + +-#: ../src/nautilus-window-slot.c:1623 ++#: ../src/nautilus-window-slot.c:1635 + msgid "Unable to access the requested location." + msgstr "نمی‌توان به مکان درخواست شده دسترسی پیدا کرد." + +-#: ../src/nautilus-window-slot.c:1626 ++#: ../src/nautilus-window-slot.c:1638 + msgid "Don't have permission to access the requested location." + msgstr "شما اجازه‌ی دسترسی به مکان درخواست شده را ندارید." + +@@ -5089,77 +5266,199 @@ msgstr "شما اجازه‌ی دسترسی به مکان درخواست شده + #. * But this case is also hit for legitimate web addresses when + #. * the proxy is set up wrong. + #. +-#: ../src/nautilus-window-slot.c:1634 +-msgid "Unable to find the requested location. Please check the spelling or the network settings." +-msgstr "نمی‌توان محل درخواست شده را پیدا کرد. لطفا املا مکان یا تنظیمات شبکه را بررسی کنید." ++#: ../src/nautilus-window-slot.c:1646 ++msgid "" ++"Unable to find the requested location. Please check the spelling or the " ++"network settings." ++msgstr "" ++"نمی‌توان محل درخواست شده را پیدا کرد. لطفا املا مکان یا تنظیمات شبکه را بررسی " ++"کنید." + +-#: ../src/nautilus-window-slot.c:1645 ++#: ../src/nautilus-window-slot.c:1657 + #, c-format + msgid "Unhandled error message: %s" + msgstr "خطای غیرقابل اداره: %s" + +-#: ../src/nautilus-window-slot.c:2246 ++#: ../src/nautilus-window-slot.c:2212 + msgid "Searching…" + msgstr "درحال جستجو..." + +-#: ../src/nautilus-x-content-bar.c:93 ++#: ../src/nautilus-x-content-bar.c:92 + msgid "Audio CD" + msgstr "سی‌دی صوتی" + +-#: ../src/nautilus-x-content-bar.c:95 ++#: ../src/nautilus-x-content-bar.c:94 + msgid "Audio DVD" + msgstr "دی‌وی‌دی صوتی" + +-#: ../src/nautilus-x-content-bar.c:97 ++#: ../src/nautilus-x-content-bar.c:96 + msgid "Video DVD" + msgstr "دی‌وی‌دی ویدئو" + +-#: ../src/nautilus-x-content-bar.c:99 ++#: ../src/nautilus-x-content-bar.c:98 + msgid "Video CD" + msgstr "سی‌دی ویدئویی" + +-#: ../src/nautilus-x-content-bar.c:101 ++#: ../src/nautilus-x-content-bar.c:100 + msgid "Super Video CD" + msgstr "سی‌دی ویدئویی سوپر" + +-#: ../src/nautilus-x-content-bar.c:103 ++#: ../src/nautilus-x-content-bar.c:102 + msgid "Photo CD" + msgstr "سی‌دی عکس" + +-#: ../src/nautilus-x-content-bar.c:105 ++#: ../src/nautilus-x-content-bar.c:104 + msgid "Picture CD" + msgstr "سی‌دی عکس" + +-#: ../src/nautilus-x-content-bar.c:107 ../src/nautilus-x-content-bar.c:140 ++#: ../src/nautilus-x-content-bar.c:106 ../src/nautilus-x-content-bar.c:139 + msgid "Contains digital photos" + msgstr "حاوی عکس‌های دیجیتال است" + +-#: ../src/nautilus-x-content-bar.c:109 ++#: ../src/nautilus-x-content-bar.c:108 + msgid "Contains music" + msgstr "حاوی موسیقی است" + +-#: ../src/nautilus-x-content-bar.c:111 ++#: ../src/nautilus-x-content-bar.c:110 + msgid "Contains software" + msgstr "حاوی نرم‌افزار است" + + #. fallback to generic greeting +-#: ../src/nautilus-x-content-bar.c:114 ++#: ../src/nautilus-x-content-bar.c:113 + #, c-format + msgid "Detected as “%s”" + msgstr "به‌عنوان «%s» شناسایی شد" + +-#: ../src/nautilus-x-content-bar.c:136 ++#: ../src/nautilus-x-content-bar.c:135 + msgid "Contains music and photos" + msgstr "به عنوان موسیقی و عکس " + +-#: ../src/nautilus-x-content-bar.c:138 ++#: ../src/nautilus-x-content-bar.c:137 + msgid "Contains photos and music" + msgstr "حاوی عکس و موسیقی است" + +-#: ../src/nautilus-x-content-bar.c:195 ++#: ../src/nautilus-x-content-bar.c:201 + msgid "Open with:" + msgstr "باز کردن با:" + ++#~ msgid "Set as _Background" ++#~ msgstr "تنظیم به عنوان پ_س‌زمینه" ++ ++#~ msgid "--geometry cannot be used with more than one URI." ++#~ msgstr "نمی‌توان برای بیش از یک نشانی اینترنتی از geometry-- استفاده کرد." ++ ++#~ msgid "" ++#~ "\n" ++#~ "\n" ++#~ "Browse the file system with the file manager" ++#~ msgstr "" ++#~ "\n" ++#~ "\n" ++#~ "مرور سیستم پرونده‌ها با مدیر پرونده‌ها" ++ ++#~ msgid "Could not parse arguments" ++#~ msgstr "نمی‌توان متغیرها را تجزیه کرد" ++ ++#~ msgid "_About Files" ++#~ msgstr "_درباره پرونده‌ها" ++ ++#~ msgid "There was an error displaying help." ++#~ msgstr "در نمایش راهنما خطایی رخ داد." ++ ++#~ msgid "_Browse" ++#~ msgstr "_مرور" ++ ++#~ msgid "" ++#~ "Files is free software; you can redistribute it and/or modify it under " ++#~ "the terms of the GNU General Public License as published by the Free " ++#~ "Software Foundation; either version 2 of the License, or (at your option) " ++#~ "any later version." ++#~ msgstr "" ++#~ "پرونده‌ها نرم‌افزار آزاد است؛ شما می‌توانید آن را تحت شرایط اجازه‌نامه‌ی " ++#~ "همگانی عمومی گنو که بنیاد نرم‌افزارهای آزاد منتشر کرده است،‌ تغییر دهید یا " ++#~ "دوباره توزیع کنید. یا نسخه‌ی 2 اجازه‌نامه یا (به اختیار خودتان) هر نسخه‌ی " ++#~ "بالاتر دیگری." ++ ++#~ msgid "" ++#~ "Files is distributed in the hope that it will be useful, but WITHOUT ANY " ++#~ "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " ++#~ "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " ++#~ "details." ++#~ msgstr "" ++#~ "پرونده‌ها با این امید توزیع شده است که به درد بخور باشد، اما بدون هر گونه " ++#~ "ضمانتی؛ حتی بدون ضمانت ضمنی قابل فروش بودن یا مناسب بودن برای یک هدف " ++#~ "مشخص. برای جزئیات بیشتر به اجازه‌نامه‌ی همگانی عمومی گنو را ببینید." ++ ++#~ msgid "" ++#~ "You should have received a copy of the GNU General Public License along " ++#~ "with Nautilus; if not, write to the Free Software Foundation, Inc., 51 " ++#~ "Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" ++#~ msgstr "" ++#~ "شما باید به همراه ناتیلوس نسخه‌ای از اجازه‌نامه‌ی همگانی عمومی گنو دریافت " ++#~ "کرده باشد؛ اگر این طور نیست برای شرکت بنیاد نرم افزارهای آزاد به آدرس زیر " ++#~ "بنویسید:Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" ++ ++#~ msgid "Copyright © %Id–%Id The Files authors" ++#~ msgstr "حق رونوشت © %Id–%Id تهیه‌کنندگان پرونده‌ها" ++ ++#~ msgid "Edit Nautilus preferences" ++#~ msgstr "ویرایش ترجیحات ناتیلوس" ++ ++#~ msgid "_All Topics" ++#~ msgstr "_تمام موضوع‌ها" ++ ++#~ msgid "Display Nautilus help" ++#~ msgstr "نمایش راهنمای ناتیلوس" ++ ++#~ msgid "Search for files" ++#~ msgstr "جستجوی پرونده‌ها" ++ ++#~ msgid "" ++#~ "Locate files based on file name and type. Save your searches for later " ++#~ "use." ++#~ msgstr "" ++#~ "مکان‌یابی محل پرونده‌ها بر اساس نام پرونده و نوع. جستجو‌های خود را برای " ++#~ "استفاده‌های بعدی ذخیره کنید." ++ ++#~ msgid "Sort files and folders" ++#~ msgstr "مرتب کردن پرونده‌ها و پوشه‌ها" ++ ++#~ msgid "Arrange files by name, size, type, or when they were changed." ++#~ msgstr "چیدن پرونده‌ها برا اساس نام، اندازه، نوع، یا زمانی که تغییر کرده‌اند." ++ ++#~ msgid "Find a lost file" ++#~ msgstr "یافتن یک پرونده‌ی گم شده" ++ ++#~ msgid "" ++#~ "Follow these tips if you can't find a file you created or downloaded." ++#~ msgstr "" ++#~ "اگر پرونده‌ای که بارگیری یا ساخته‌اید را نمی‌توانید پیدا کنید، این " ++#~ "راهنمایی‌ها را دنبال کنید." ++ ++#~ msgid "Share and transfer files" ++#~ msgstr "اشتراک‌گذاری و انتقال پرونده‌ها" ++ ++#~ msgid "" ++#~ "Easily transfer files to your contacts and devices from the file manager." ++#~ msgstr "" ++#~ "به راحتی پرونده‌ها را به آشناها یا دستگاه‌ها از طریق مدیر پرونده‌ها انتقال " ++#~ "دهید." ++ ++#~ msgid "Display credits for the creators of Nautilus" ++#~ msgstr "نمایش اسامی به وجود آورندگان ناتیلوس" ++ ++#~ msgid "Connect to a remote computer or shared disk" ++#~ msgstr "اتصال به یک رایانه دوردست و یا یک دیسک به اشتراک گذاشته شده" ++ ++#~ msgid "Open another Nautilus window for the displayed location" ++#~ msgstr "باز کردن یک پنجره‌ی ناتیلوس دیگر برای مکان نمایش‌ داده شده" ++ ++#~ msgid "Close _All Windows" ++#~ msgstr "بستن _همه‌ی پنجره‌ها" ++ ++#~ msgid "Close all Navigation windows" ++#~ msgstr "بستن تمام پنجره‌های ناوش" ++ + #~ msgid "Input Methods" + #~ msgstr "روش‌های ورودی" + +@@ -5237,8 +5536,8 @@ msgstr "باز کردن با:" + + #~ msgid "Browse the contents of the network" + #~ msgstr "نشان دادن محتویات شبکه" +-#~| msgid "Set up a connection to a network server" + ++#~| msgid "Set up a connection to a network server" + #~ msgid "Connect to a network server address" + #~ msgstr "اتصال به یک آدرس کارگزار شبکه" + +@@ -5289,8 +5588,8 @@ msgstr "باز کردن با:" + + #~ msgid "Rename..." + #~ msgstr "تغییر نام..." +-#~| msgid "Apply Permissions to Enclosed Files" + ++#~| msgid "Apply Permissions to Enclosed Files" + #~ msgid "Change Permissions for Enclosed Files..." + #~ msgstr "اعمال مجوز‌ها به پرونده‌های پیوست" + +@@ -5305,12 +5604,12 @@ msgstr "باز کردن با:" + + #~ msgid "Connect to _Server..." + #~ msgstr "اتصال به _کارگزار..." +-#~| msgid "Open _Location..." + ++#~| msgid "Open _Location..." + #~ msgid "Enter _Location..." + #~ msgstr "باز کردن _مکان..." +-#~| msgid "_Bookmarks" + ++#~| msgid "_Bookmarks" + #~ msgid "_Bookmarks..." + #~ msgstr "_نشانک‌ها" + +@@ -5769,13 +6068,11 @@ msgstr "باز کردن با:" + #~ msgstr "نمایش این مکان با نمای فشرده." + + #~ msgid "Width: %d pixel" +- + #~ msgid_plural "Width: %d pixels" + #~ msgstr[0] "عرض: %Id نقطه" + #~ msgstr[1] "عرض: %Id نقطه" + + #~ msgid "Height: %d pixel" +- + #~ msgid_plural "Height: %d pixels" + #~ msgstr[0] "ارتفاع: %Id نقطه" + #~ msgstr[1] "ارتفاع: %Id نقطه" +@@ -5941,7 +6238,6 @@ msgstr "باز کردن با:" + #~ "غیر فعال یک پنجره‌ی نمای شکافته" + + #~ msgid "The %'d selected item will be moved if you select the Paste command" +- + #~ msgid_plural "" + #~ "The %'d selected items will be moved if you select the Paste command" + #~ msgstr[0] "" +@@ -5950,7 +6246,6 @@ msgstr "باز کردن با:" + #~ "اگر فرمان چسباندن را انتخاب کنید %Id مورد انتخاب شده جابه‌جا خواهد شد" + + #~ msgid "The %'d selected item will be copied if you select the Paste command" +- + #~ msgid_plural "" + #~ "The %'d selected items will be copied if you select the Paste command" + #~ msgstr[0] "" +@@ -6339,7 +6634,6 @@ msgstr "باز کردن با:" + #~ msgstr "مرور در پنجره‌ی _جدید" + + #~ msgid "_Browse Folder" +- + #~ msgid_plural "_Browse Folders" + #~ msgstr[0] "_مرور پوشه" + #~ msgstr[1] "_مرور پوشه‌ها" +@@ -6348,13 +6642,11 @@ msgstr "باز کردن با:" + #~ msgstr "مرور در _زبانه‌ی جدید" + + #~ msgid "Browse in %'d New _Window" +- + #~ msgid_plural "Browse in %'d New _Windows" + #~ msgstr[0] "مرور در %'Id پنجره‌ی جدید" + #~ msgstr[1] "مرور در %'Id پنجره‌ی جدید" + + #~ msgid "Browse in %'d New _Tab" +- + #~ msgid_plural "Browse in %'d New _Tabs" + #~ msgstr[0] "مرور در %'Id زبانه‌ی جدید" + #~ msgstr[1] "مرور در %'Id زبانه‌ی جدید" +diff --git a/po/pl.po b/po/pl.po +index ac8afd7..506388c 100644 +--- a/po/pl.po ++++ b/po/pl.po +@@ -16,8 +16,8 @@ msgid "" + msgstr "" + "Project-Id-Version: nautilus\n" + "Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2014-03-03 01:22+0100\n" +-"PO-Revision-Date: 2014-03-03 01:23+0100\n" ++"POT-Creation-Date: 2014-09-29 03:11+0200\n" ++"PO-Revision-Date: 2014-09-29 03:12+0200\n" + "Last-Translator: Piotr Drąg \n" + "Language-Team: Polish \n" + "Language: pl\n" +@@ -29,7 +29,7 @@ msgstr "" + "X-Poedit-Language: Polish\n" + "X-Poedit-Country: Poland\n" + +-#: ../data/nautilus.appdata.xml.in.h:1 ++#: ../data/org.gnome.Nautilus.appdata.xml.in.h:1 + msgid "" + "Nautilus, also known as Files, is the default file manager of the GNOME " + "desktop. It provides a simple and integrated way of managing your files and " +@@ -39,7 +39,7 @@ msgstr "" + "menedżerem plików dla środowiska GNOME. Dostarcza on prosty i zintegrowany " + "sposób na zarządzanie plikami i przeglądanie systemu plików." + +-#: ../data/nautilus.appdata.xml.in.h:2 ++#: ../data/org.gnome.Nautilus.appdata.xml.in.h:2 + msgid "" + "Nautilus supports all the basic functions of a file manager and more. It can " + "search and manage your files and folders, both locally and on a network, " +@@ -65,18 +65,18 @@ msgid "Connect to Server" + msgstr "Połączenie z serwerem" + + #. Set initial window title +-#: ../data/nautilus.desktop.in.in.h:1 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:1 + #: ../src/nautilus-file-management-properties.ui.h:29 +-#: ../src/nautilus-properties-window.c:4479 ../src/nautilus-window.c:2168 +-#: ../src/nautilus-window.c:2347 ++#: ../src/nautilus-properties-window.c:4449 ../src/nautilus-window.c:2119 ++#: ../src/nautilus-window.c:2288 + msgid "Files" + msgstr "Pliki" + +-#: ../data/nautilus.desktop.in.in.h:2 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:2 + msgid "Access and organize files" + msgstr "Organizowanie plików" + +-#: ../data/nautilus.desktop.in.in.h:3 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:3 + msgid "folder;manager;explore;disk;filesystem;" + msgstr "" + "katalog;folder;menedżer;menadżer;manadżer;manedżer;manager;eksploruj;dysk;" +@@ -94,8 +94,8 @@ msgstr "X" + msgid "Y" + msgstr "Y" + +-#: ../eel/eel-editable-label.c:312 ../libnautilus-private/nautilus-file.c:6192 +-#: ../libnautilus-private/nautilus-file.c:6193 ++#: ../eel/eel-editable-label.c:312 ../libnautilus-private/nautilus-file.c:6393 ++#: ../libnautilus-private/nautilus-file.c:6394 + msgid "Text" + msgstr "Tekst" + +@@ -147,23 +147,23 @@ msgstr "" + #. name, stock id + #. label, accelerator + #: ../eel/eel-editable-label.c:3084 +-#: ../libnautilus-private/nautilus-clipboard.c:356 ../src/nautilus-view.c:7199 +-#: ../src/nautilus-view.c:7352 ++#: ../libnautilus-private/nautilus-clipboard.c:356 ../src/nautilus-view.c:7159 ++#: ../src/nautilus-view.c:7312 + msgid "Cu_t" + msgstr "_Wytnij" + + #. name, stock id + #. label, accelerator + #: ../eel/eel-editable-label.c:3086 +-#: ../libnautilus-private/nautilus-clipboard.c:360 ../src/nautilus-view.c:7203 +-#: ../src/nautilus-view.c:7356 ++#: ../libnautilus-private/nautilus-clipboard.c:360 ../src/nautilus-view.c:7163 ++#: ../src/nautilus-view.c:7316 + msgid "_Copy" + msgstr "S_kopiuj" + + #. name, stock id + #. label, accelerator + #: ../eel/eel-editable-label.c:3088 +-#: ../libnautilus-private/nautilus-clipboard.c:364 ../src/nautilus-view.c:7207 ++#: ../libnautilus-private/nautilus-clipboard.c:364 ../src/nautilus-view.c:7167 + msgid "_Paste" + msgstr "Wk_lej" + +@@ -184,10 +184,10 @@ msgstr "Wyświetl więcej _szczegółów" + #: ../src/nautilus-mime-actions.c:651 ../src/nautilus-mime-actions.c:722 + #: ../src/nautilus-mime-actions.c:1065 ../src/nautilus-mime-actions.c:1571 + #: ../src/nautilus-mime-actions.c:1795 +-#: ../src/nautilus-properties-window.c:4470 +-#: ../src/nautilus-properties-window.c:5446 ../src/nautilus-query-editor.c:519 +-#: ../src/nautilus-view.c:968 ../src/nautilus-view.c:1482 +-#: ../src/nautilus-view.c:1602 ../src/nautilus-view.c:5988 ++#: ../src/nautilus-properties-window.c:4440 ++#: ../src/nautilus-properties-window.c:5416 ../src/nautilus-query-editor.c:519 ++#: ../src/nautilus-view.c:964 ../src/nautilus-view.c:1478 ++#: ../src/nautilus-view.c:1598 ../src/nautilus-view.c:5948 + msgid "_Cancel" + msgstr "_Anuluj" + +@@ -200,15 +200,15 @@ msgid " (invalid Unicode)" + msgstr " (nieprawidłowe kodowanie Unicode)" + + #: ../libnautilus-private/nautilus-bookmark.c:107 +-#: ../libnautilus-private/nautilus-desktop-link.c:132 +-#: ../libnautilus-private/nautilus-file-utilities.c:274 +-#: ../src/nautilus-list-view.c:1826 ../src/nautilus-pathbar.c:293 ++#: ../libnautilus-private/nautilus-desktop-link.c:129 ++#: ../libnautilus-private/nautilus-file-utilities.c:265 ++#: ../src/nautilus-list-view.c:1828 ../src/nautilus-pathbar.c:295 + #: ../src/nautilus-query-editor.c:1094 +-#: ../src/nautilus-shell-search-provider.c:287 ++#: ../src/nautilus-shell-search-provider.c:285 + msgid "Home" + msgstr "Katalog domowy" + +-#: ../libnautilus-private/nautilus-canvas-container.c:2447 ++#: ../libnautilus-private/nautilus-canvas-container.c:2449 + msgid "The selection rectangle" + msgstr "Prostokąt zaznaczenia" + +@@ -229,7 +229,7 @@ msgstr "Wkleja tekst zapisany w schowku" + + #. name, stock id + #. label, accelerator +-#: ../libnautilus-private/nautilus-clipboard.c:368 ../src/nautilus-view.c:7223 ++#: ../libnautilus-private/nautilus-clipboard.c:368 ../src/nautilus-view.c:7183 + msgid "Select _All" + msgstr "Z_aznacz wszystko" + +@@ -251,7 +251,7 @@ msgid "Use De_fault" + msgstr "Użyj do_myślnych" + + #: ../libnautilus-private/nautilus-column-utilities.c:56 +-#: ../src/nautilus-list-view.c:2039 ++#: ../src/nautilus-list-view.c:2041 + msgid "Name" + msgstr "Nazwa" + +@@ -308,7 +308,7 @@ msgid "The group of the file." + msgstr "Grupa pliku." + + #: ../libnautilus-private/nautilus-column-utilities.c:111 +-#: ../src/nautilus-properties-window.c:4541 ++#: ../src/nautilus-properties-window.c:4511 + msgid "Permissions" + msgstr "Uprawnienia" + +@@ -362,12 +362,12 @@ msgstr "Ocena ważności wyszukiwania" + msgid "on the desktop" + msgstr "na pulpicie" + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:87 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:83 + #, c-format + msgid "You cannot move the volume “%s” to the trash." + msgstr "Nie można przenieść woluminu \"%s\" do kosza." + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:97 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:93 + msgid "" + "If you want to eject the volume, please use Eject in the popup menu of the " + "volume." +@@ -375,15 +375,15 @@ msgstr "" + "Aby wysunąć wolumin, należy użyć pozycji \"Wysuń\" w menu podręcznym " + "woluminu." + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:99 +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:108 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:95 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:104 + #: ../src/nautilus-location-entry.c:274 ../src/nautilus-mime-actions.c:1065 + #: ../src/nautilus-mime-actions.c:1242 ../src/nautilus-mime-actions.c:1795 +-#: ../src/nautilus-view.c:968 ++#: ../src/nautilus-view.c:964 + msgid "_OK" + msgstr "_OK" + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:106 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:102 + msgid "" + "If you want to unmount the volume, please use Unmount Volume in the popup " + "menu of the volume." +@@ -392,7 +392,7 @@ msgstr "" + "podręcznym woluminu." + + #. Translators: this is of the format "hostname (uri-scheme)" +-#: ../libnautilus-private/nautilus-directory.c:518 ++#: ../libnautilus-private/nautilus-directory.c:517 + #, c-format + msgid "%s (%s)" + msgstr "%s (%s)" +@@ -413,50 +413,50 @@ msgstr "Utwórz tutaj d_owiązanie" + msgid "Cancel" + msgstr "Anuluj" + +-#: ../libnautilus-private/nautilus-file.c:1208 ++#: ../libnautilus-private/nautilus-file.c:1226 + #: ../libnautilus-private/nautilus-vfs-file.c:369 + msgid "This file cannot be mounted" + msgstr "Tego pliku nie można zamontować" + +-#: ../libnautilus-private/nautilus-file.c:1253 ++#: ../libnautilus-private/nautilus-file.c:1271 + msgid "This file cannot be unmounted" + msgstr "Tego pliku nie można odmontować" + +-#: ../libnautilus-private/nautilus-file.c:1287 ++#: ../libnautilus-private/nautilus-file.c:1305 + msgid "This file cannot be ejected" + msgstr "Tego pliku nie można wysunąć" + +-#: ../libnautilus-private/nautilus-file.c:1320 ++#: ../libnautilus-private/nautilus-file.c:1338 + #: ../libnautilus-private/nautilus-vfs-file.c:547 + msgid "This file cannot be started" + msgstr "Tego pliku nie można uruchomić" + +-#: ../libnautilus-private/nautilus-file.c:1372 +-#: ../libnautilus-private/nautilus-file.c:1403 ++#: ../libnautilus-private/nautilus-file.c:1390 ++#: ../libnautilus-private/nautilus-file.c:1421 + msgid "This file cannot be stopped" + msgstr "Tego pliku nie można zatrzymać" + +-#: ../libnautilus-private/nautilus-file.c:1822 ++#: ../libnautilus-private/nautilus-file.c:1840 + #, c-format + msgid "Slashes are not allowed in filenames" + msgstr "Ukośniki w nazwach plików nie są dozwolone" + +-#: ../libnautilus-private/nautilus-file.c:1840 ++#: ../libnautilus-private/nautilus-file.c:1858 + #, c-format + msgid "File not found" + msgstr "Nie odnaleziono pliku" + +-#: ../libnautilus-private/nautilus-file.c:1868 ++#: ../libnautilus-private/nautilus-file.c:1886 + #, c-format + msgid "Toplevel files cannot be renamed" + msgstr "Nie można zmieniać nazw plików najwyższego poziomu" + +-#: ../libnautilus-private/nautilus-file.c:1891 ++#: ../libnautilus-private/nautilus-file.c:1909 + #, c-format + msgid "Unable to rename desktop icon" + msgstr "Nie można zmienić nazwy ikony pulpitu" + +-#: ../libnautilus-private/nautilus-file.c:1920 ++#: ../libnautilus-private/nautilus-file.c:1938 + #, c-format + msgid "Unable to rename desktop file" + msgstr "Nie można zmienić nazwy pliku pulpitu" +@@ -473,62 +473,62 @@ msgstr "Nie można zmienić nazwy pliku pulpitu" + #. * off zero padding, and putting a "_" there will use + #. * space padding instead of zero padding. + #. +-#: ../libnautilus-private/nautilus-file.c:4463 ++#: ../libnautilus-private/nautilus-file.c:4679 + msgid "%R" + msgstr "%-H∶%M" + +-#: ../libnautilus-private/nautilus-file.c:4464 ++#: ../libnautilus-private/nautilus-file.c:4680 + msgid "%-I:%M %P" + msgstr "%-I∶%M %P" + +-#: ../libnautilus-private/nautilus-file.c:4465 +-#: ../libnautilus-private/nautilus-file.c:4466 ++#: ../libnautilus-private/nautilus-file.c:4681 ++#: ../libnautilus-private/nautilus-file.c:4682 + msgid "%b %-e" + msgstr "%-e %b" + +-#: ../libnautilus-private/nautilus-file.c:4467 ++#: ../libnautilus-private/nautilus-file.c:4683 + msgid "%b %-d %Y" + msgstr "%-d %b %Y" + +-#: ../libnautilus-private/nautilus-file.c:4468 ++#: ../libnautilus-private/nautilus-file.c:4684 + msgid "%a, %b %e %Y %I:%M:%S %p" + msgstr "%a, %e %b %Y o %I∶%M∶%S %p" + +-#: ../libnautilus-private/nautilus-file.c:4469 ++#: ../libnautilus-private/nautilus-file.c:4685 + msgid "%a, %b %e %Y %T" + msgstr "%a, %e %b %Y o %H∶%M∶%S" + +-#: ../libnautilus-private/nautilus-file.c:4968 ++#: ../libnautilus-private/nautilus-file.c:5168 + #, c-format + msgid "Not allowed to set permissions" + msgstr "Zmiana uprawnień niedozwolona" + +-#: ../libnautilus-private/nautilus-file.c:5263 ++#: ../libnautilus-private/nautilus-file.c:5463 + #, c-format + msgid "Not allowed to set owner" + msgstr "Zmiana właściciela niedozwolona" + +-#: ../libnautilus-private/nautilus-file.c:5281 ++#: ../libnautilus-private/nautilus-file.c:5481 + #, c-format + msgid "Specified owner '%s' doesn't exist" + msgstr "Podany właściciel \"%s\" nie istnieje" + +-#: ../libnautilus-private/nautilus-file.c:5545 ++#: ../libnautilus-private/nautilus-file.c:5745 + #, c-format + msgid "Not allowed to set group" + msgstr "Zmiana grupy niedozwolona" + +-#: ../libnautilus-private/nautilus-file.c:5563 ++#: ../libnautilus-private/nautilus-file.c:5763 + #, c-format + msgid "Specified group '%s' doesn't exist" + msgstr "Podana grupa \"%s\" nie istnieje" + + #. Translators: "Me" is used to indicate the file is owned by me (the current user) +-#: ../libnautilus-private/nautilus-file.c:5697 ++#: ../libnautilus-private/nautilus-file.c:5898 + msgid "Me" + msgstr "Ja" + +-#: ../libnautilus-private/nautilus-file.c:5721 ++#: ../libnautilus-private/nautilus-file.c:5922 + #, c-format + msgid "%'u item" + msgid_plural "%'u items" +@@ -536,7 +536,7 @@ msgstr[0] "%'u element" + msgstr[1] "%'u elementy" + msgstr[2] "%'u elementów" + +-#: ../libnautilus-private/nautilus-file.c:5722 ++#: ../libnautilus-private/nautilus-file.c:5923 + #, c-format + msgid "%'u folder" + msgid_plural "%'u folders" +@@ -544,7 +544,7 @@ msgstr[0] "%'u katalog" + msgstr[1] "%'u katalogi" + msgstr[2] "%'u katalogów" + +-#: ../libnautilus-private/nautilus-file.c:5723 ++#: ../libnautilus-private/nautilus-file.c:5924 + #, c-format + msgid "%'u file" + msgid_plural "%'u files" +@@ -553,92 +553,92 @@ msgstr[1] "%'u pliki" + msgstr[2] "%'u plików" + + #. This means no contents at all were readable +-#: ../libnautilus-private/nautilus-file.c:6119 +-#: ../libnautilus-private/nautilus-file.c:6135 ++#: ../libnautilus-private/nautilus-file.c:6320 ++#: ../libnautilus-private/nautilus-file.c:6336 + msgid "? items" + msgstr "? elementów" + + #. This means no contents at all were readable +-#: ../libnautilus-private/nautilus-file.c:6125 ++#: ../libnautilus-private/nautilus-file.c:6326 + msgid "? bytes" + msgstr "? bajtów" + +-#: ../libnautilus-private/nautilus-file.c:6142 +-#: ../libnautilus-private/nautilus-file.c:6222 ++#: ../libnautilus-private/nautilus-file.c:6343 ++#: ../libnautilus-private/nautilus-file.c:6423 + msgid "Unknown" + msgstr "Nieznany" + + #. Fallback, use for both unknown attributes and attributes + #. * for which we have no more appropriate default. + #. +-#: ../libnautilus-private/nautilus-file.c:6156 +-#: ../src/nautilus-properties-window.c:1186 ++#: ../libnautilus-private/nautilus-file.c:6357 ++#: ../src/nautilus-properties-window.c:1198 + msgid "unknown" + msgstr "nieznany" + +-#: ../libnautilus-private/nautilus-file.c:6186 +-#: ../libnautilus-private/nautilus-file.c:6194 +-#: ../libnautilus-private/nautilus-file.c:6245 ++#: ../libnautilus-private/nautilus-file.c:6387 ++#: ../libnautilus-private/nautilus-file.c:6395 ++#: ../libnautilus-private/nautilus-file.c:6446 + msgid "Program" + msgstr "Program" + +-#: ../libnautilus-private/nautilus-file.c:6187 ++#: ../libnautilus-private/nautilus-file.c:6388 + msgid "Audio" + msgstr "Dźwięk" + +-#: ../libnautilus-private/nautilus-file.c:6188 ++#: ../libnautilus-private/nautilus-file.c:6389 + msgid "Font" + msgstr "Czcionka" + +-#: ../libnautilus-private/nautilus-file.c:6189 ++#: ../libnautilus-private/nautilus-file.c:6390 + #: ../src/nautilus-image-properties-page.c:767 + msgid "Image" + msgstr "Obraz" + +-#: ../libnautilus-private/nautilus-file.c:6190 ++#: ../libnautilus-private/nautilus-file.c:6391 + msgid "Archive" + msgstr "Archiwum" + +-#: ../libnautilus-private/nautilus-file.c:6191 ++#: ../libnautilus-private/nautilus-file.c:6392 + msgid "Markup" + msgstr "Hipertekst" + +-#: ../libnautilus-private/nautilus-file.c:6195 ++#: ../libnautilus-private/nautilus-file.c:6396 + #: ../src/nautilus-query-editor.c:354 + msgid "Video" + msgstr "Wideo" + +-#: ../libnautilus-private/nautilus-file.c:6196 ++#: ../libnautilus-private/nautilus-file.c:6397 + msgid "Contacts" + msgstr "Kontakty" + +-#: ../libnautilus-private/nautilus-file.c:6197 ++#: ../libnautilus-private/nautilus-file.c:6398 + msgid "Calendar" + msgstr "Kalendarz" + +-#: ../libnautilus-private/nautilus-file.c:6198 ++#: ../libnautilus-private/nautilus-file.c:6399 + msgid "Document" + msgstr "Dokument" + +-#: ../libnautilus-private/nautilus-file.c:6199 ++#: ../libnautilus-private/nautilus-file.c:6400 + #: ../src/nautilus-query-editor.c:420 + msgid "Presentation" + msgstr "Prezentacja" + +-#: ../libnautilus-private/nautilus-file.c:6200 ++#: ../libnautilus-private/nautilus-file.c:6401 + #: ../src/nautilus-query-editor.c:404 + msgid "Spreadsheet" + msgstr "Arkusz kalkulacyjny" + +-#: ../libnautilus-private/nautilus-file.c:6247 ++#: ../libnautilus-private/nautilus-file.c:6448 + msgid "Binary" + msgstr "Plik binarny" + +-#: ../libnautilus-private/nautilus-file.c:6251 ++#: ../libnautilus-private/nautilus-file.c:6452 + msgid "Folder" + msgstr "Katalog" + +-#: ../libnautilus-private/nautilus-file.c:6282 ++#: ../libnautilus-private/nautilus-file.c:6483 + msgid "Link" + msgstr "Dowiązanie" + +@@ -647,15 +647,15 @@ msgstr "Dowiązanie" + #. * to that kind of file (e.g. "link to folder"). + #. + #. appended to new link file +-#: ../libnautilus-private/nautilus-file.c:6288 ++#: ../libnautilus-private/nautilus-file.c:6489 + #: ../libnautilus-private/nautilus-file-operations.c:377 + #: ../src/nautilus-view-dnd.c:122 + #, c-format + msgid "Link to %s" + msgstr "Dowiązanie do %s" + +-#: ../libnautilus-private/nautilus-file.c:6304 +-#: ../libnautilus-private/nautilus-file.c:6318 ++#: ../libnautilus-private/nautilus-file.c:6505 ++#: ../libnautilus-private/nautilus-file.c:6519 + msgid "Link (broken)" + msgstr "Dowiązanie (uszkodzone)" + +@@ -731,13 +731,13 @@ msgstr "Pierwotny plik" + + #: ../libnautilus-private/nautilus-file-conflict-dialog.c:255 + #: ../libnautilus-private/nautilus-file-conflict-dialog.c:286 +-#: ../src/nautilus-properties-window.c:3280 ++#: ../src/nautilus-properties-window.c:3250 + msgid "Size:" + msgstr "Rozmiar:" + + #: ../libnautilus-private/nautilus-file-conflict-dialog.c:258 + #: ../libnautilus-private/nautilus-file-conflict-dialog.c:289 +-#: ../src/nautilus-properties-window.c:3262 ++#: ../src/nautilus-properties-window.c:3232 + msgid "Type:" + msgstr "Typ:" + +@@ -797,8 +797,8 @@ msgstr "P_onów" + #. name, stock id + #. label, accelerator + #: ../libnautilus-private/nautilus-file-operations.c:187 +-#: ../src/nautilus-view.c:7255 ../src/nautilus-view.c:7369 +-#: ../src/nautilus-view.c:8688 ++#: ../src/nautilus-view.c:7215 ../src/nautilus-view.c:7329 ++#: ../src/nautilus-view.c:8649 + msgid "_Delete" + msgstr "_Usuń" + +@@ -1020,7 +1020,7 @@ msgstr "Wszystkie elementy w koszu zostaną bezpowrotne usunięte." + + #: ../libnautilus-private/nautilus-file-operations.c:1394 + #: ../libnautilus-private/nautilus-file-operations.c:2270 +-#: ../src/nautilus-window.c:815 ++#: ../src/nautilus-window.c:813 + msgid "Empty _Trash" + msgstr "Op_różnij kosz" + +@@ -1165,7 +1165,7 @@ msgstr "_Nie opróżniaj kosza" + + #. Translators: %s is a file name formatted for display + #: ../libnautilus-private/nautilus-file-operations.c:2401 +-#: ../src/nautilus-view.c:6474 ++#: ../src/nautilus-view.c:6434 + #, c-format + msgid "Unable to access “%s”" + msgstr "Nie można uzyskać dostępu do pliku \"%s\"" +@@ -1533,23 +1533,23 @@ msgstr "Nie można oznaczyć aktywatora jako zaufanego (wykonywalny)" + + #. Reset to default info + #: ../libnautilus-private/nautilus-file-undo-operations.c:133 +-#: ../src/nautilus-view.c:2539 ++#: ../src/nautilus-view.c:2531 + msgid "Undo" + msgstr "Cofnij" + + #: ../libnautilus-private/nautilus-file-undo-operations.c:136 +-#: ../src/nautilus-view.c:2540 ++#: ../src/nautilus-view.c:2532 + msgid "Undo last action" + msgstr "Cofa ostatnią czynność" + + #. Reset to default info + #: ../libnautilus-private/nautilus-file-undo-operations.c:140 +-#: ../src/nautilus-view.c:2558 ++#: ../src/nautilus-view.c:2550 + msgid "Redo" + msgstr "Ponów" + + #: ../libnautilus-private/nautilus-file-undo-operations.c:143 +-#: ../src/nautilus-view.c:2559 ++#: ../src/nautilus-view.c:2551 + msgid "Redo last undone action" + msgstr "Ponawia ostatnią czynność" + +@@ -1914,12 +1914,12 @@ msgstr "_Cofnij zmianę właściciela" + msgid "_Redo Change Owner" + msgstr "_Ponów zmianę właściciela" + +-#: ../libnautilus-private/nautilus-file-utilities.c:1255 ++#: ../libnautilus-private/nautilus-file-utilities.c:932 + #, c-format + msgid "Could not determine original location of “%s” " + msgstr "Nie można określić pierwotnego położenia \"%s\" " + +-#: ../libnautilus-private/nautilus-file-utilities.c:1259 ++#: ../libnautilus-private/nautilus-file-utilities.c:936 + msgid "The item cannot be restored from trash" + msgstr "Nie można przywrócić elementu z kosza" + +@@ -2592,11 +2592,11 @@ msgid "Send files by mail…" + msgstr "Wysyła pliki przez pocztę e-mail…" + + #. Some sort of failure occurred. How 'bout we tell the user? +-#: ../src/nautilus-application.c:224 ../src/nautilus-window-slot.c:1602 ++#: ../src/nautilus-application.c:215 ../src/nautilus-window-slot.c:1611 + msgid "Oops! Something went wrong." + msgstr "Coś poszło źle." + +-#: ../src/nautilus-application.c:226 ++#: ../src/nautilus-application.c:217 + #, c-format + msgid "" + "Unable to create a required folder. Please create the following folder, or " +@@ -2607,7 +2607,7 @@ msgstr "" + "lub tak ustalić uprawnienia, aby możliwe było jego utworzenie:\n" + "%s" + +-#: ../src/nautilus-application.c:231 ++#: ../src/nautilus-application.c:222 + #, c-format + msgid "" + "Unable to create required folders. Please create the following folders, or " +@@ -2618,7 +2618,7 @@ msgstr "" + "katalogi lub tak ustalić uprawnienia, aby możliwe było ich utworzenie:\n" + "%s" + +-#: ../src/nautilus-application.c:365 ++#: ../src/nautilus-application.c:354 + msgid "" + "Nautilus 3.0 deprecated this directory and tried migrating this " + "configuration to ~/.config/nautilus" +@@ -2626,109 +2626,86 @@ msgstr "" + "W wersji 3.0 ten katalog został oznaczony jako przestarzały, a konfigurację " + "przeniesiono do katalogu ~/.config/nautilus" + +-#: ../src/nautilus-application.c:910 ../src/nautilus-window-menus.c:253 +-#, c-format +-msgid "" +-"There was an error displaying help: \n" +-"%s" +-msgstr "" +-"Wystąpił błąd podczas wyświetlania pomocy: \n" +-"%s" +- +-#: ../src/nautilus-application.c:1084 ++#: ../src/nautilus-application.c:702 + msgid "--check cannot be used with other options." + msgstr "--check nie może być użyte z innymi opcjami." + +-#: ../src/nautilus-application.c:1090 ++#: ../src/nautilus-application.c:709 + msgid "--quit cannot be used with URIs." + msgstr "--quit nie może być użyte z adresami URI." + +-#: ../src/nautilus-application.c:1097 +-msgid "--geometry cannot be used with more than one URI." +-msgstr "--geometry nie może być użyte z więcej niż jednym adresem URI." +- +-#: ../src/nautilus-application.c:1103 ++#: ../src/nautilus-application.c:717 + msgid "--select must be used with at least an URI." + msgstr "--select musi być użyte z co najmniej adresem URI." + +-#: ../src/nautilus-application.c:1109 ++#: ../src/nautilus-application.c:724 + msgid "--no-desktop and --force-desktop cannot be used together." + msgstr "--no-desktop i --force-desktop nie może być używane jednocześnie." + +-#: ../src/nautilus-application.c:1208 ++#: ../src/nautilus-application.c:808 + msgid "Perform a quick set of self-check tests." + msgstr "Przeprowadza krótkie automatyczne testy sprawdzające." + +-#: ../src/nautilus-application.c:1214 +-msgid "Show the version of the program." +-msgstr "Wyświetla wersję programu." +- +-#: ../src/nautilus-application.c:1216 ++#: ../src/nautilus-application.c:815 + msgid "Create the initial window with the given geometry." + msgstr "Tworzy początkowe okno z podaną geometrią." + +-#: ../src/nautilus-application.c:1216 ++#: ../src/nautilus-application.c:815 + msgid "GEOMETRY" + msgstr "GEOMETRIA" + +-#: ../src/nautilus-application.c:1218 ++#: ../src/nautilus-application.c:817 ++msgid "Show the version of the program." ++msgstr "Wyświetla wersję programu." ++ ++#: ../src/nautilus-application.c:819 + msgid "Always open a new window for browsing specified URIs" + msgstr "Zawsze otwiera nowe okno do przeglądania podanych adresów URI" + +-#: ../src/nautilus-application.c:1220 ++#: ../src/nautilus-application.c:821 + msgid "Only create windows for explicitly specified URIs." + msgstr "Tworzy okna tylko dla jawnie podanych adresów URI." + +-#: ../src/nautilus-application.c:1222 ++#: ../src/nautilus-application.c:823 + msgid "Never manage the desktop (ignore the GSettings preference)." + msgstr "Bez zarządzania pulpitem (ignoruje preferencję GSettings)." + +-#: ../src/nautilus-application.c:1224 ++#: ../src/nautilus-application.c:825 + msgid "Always manage the desktop (ignore the GSettings preference)." + msgstr "Zawsze zarządza pulpitem (ignoruje preferencję GSettings)." + +-#: ../src/nautilus-application.c:1226 ++#: ../src/nautilus-application.c:827 + msgid "Quit Nautilus." + msgstr "Kończy działanie programu Nautilus." + +-#: ../src/nautilus-application.c:1228 ++#: ../src/nautilus-application.c:829 + msgid "Select specified URI in parent folder." + msgstr "Zaznacza podany adres URI w katalogu nadrzędnym." + +-#: ../src/nautilus-application.c:1229 ++#: ../src/nautilus-application.c:830 + msgid "[URI...]" + msgstr "[URI...]" + +-#: ../src/nautilus-application.c:1241 +-msgid "" +-"\n" +-"\n" +-"Browse the file system with the file manager" +-msgstr "" +-"\n" +-"\n" +-"Przegląda system plików za pomocą menedżera plików" +- +-#. Translators: this is a fatal error quit message printed on the +-#. * command line +-#: ../src/nautilus-application.c:1251 +-msgid "Could not parse arguments" +-msgstr "Nie można przetworzyć parametrów" +- + #. Translators: this is a fatal error quit message printed on the + #. * command line +-#: ../src/nautilus-application.c:1284 ++#: ../src/nautilus-application.c:906 + msgid "Could not register the application" + msgstr "Nie można zarejestrować programu" + +-#. name, stock id +-#: ../src/nautilus-app-menu.ui.h:1 ../src/nautilus-window-menus.c:550 ++#: ../src/nautilus-application-actions.c:127 ++#, c-format ++msgid "" ++"There was an error displaying help: \n" ++"%s" ++msgstr "" ++"Wystąpił błąd podczas wyświetlania pomocy: \n" ++"%s" ++ ++#: ../src/nautilus-app-menu.ui.h:1 + msgid "New _Window" + msgstr "_Nowe okno" + +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-app-menu.ui.h:2 ../src/nautilus-window-menus.c:542 ++#: ../src/nautilus-app-menu.ui.h:2 + msgid "Connect to _Server…" + msgstr "Połącz z _serwerem…" + +@@ -2736,18 +2713,15 @@ msgstr "Połącz z _serwerem…" + msgid "_Bookmarks" + msgstr "_Zakładki" + +-#: ../src/nautilus-app-menu.ui.h:4 ../src/nautilus-window-menus.c:474 ++#: ../src/nautilus-app-menu.ui.h:4 + msgid "Prefere_nces" + msgstr "P_referencje" + +-#. name, stock id, label +-#: ../src/nautilus-app-menu.ui.h:5 ../src/nautilus-window-menus.c:468 ++#: ../src/nautilus-app-menu.ui.h:5 + msgid "_Help" + msgstr "Pomo_c" + +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-app-menu.ui.h:6 ../src/nautilus-window-menus.c:514 ++#: ../src/nautilus-app-menu.ui.h:6 + msgid "_About" + msgstr "_O programie" + +@@ -2797,7 +2771,7 @@ msgstr "U_ruchom" + msgid "No bookmarks defined" + msgstr "Nie określono żadnych zakładek" + +-#: ../src/nautilus-bookmarks-window.c:706 ++#: ../src/nautilus-bookmarks-window.c:711 + msgid "Bookmarks" + msgstr "Zakładki" + +@@ -2908,14 +2882,14 @@ msgstr "Według ważności wyszukiwania" + msgid "Keep icons sorted by search relevance in rows" + msgstr "Wyświetla ikony uporządkowane w wierszach według ważności wyszukiwania" + +-#: ../src/nautilus-canvas-view-container.c:572 ++#: ../src/nautilus-canvas-view-container.c:491 + #: ../src/nautilus-file-management-properties.ui.h:35 + msgid "Icon View" + msgstr "Widok ikon" + + #. if it wasn't cancelled show a dialog + #: ../src/nautilus-connect-server.c:52 ../src/nautilus-mime-actions.c:1869 +-#: ../src/nautilus-mime-actions.c:2141 ++#: ../src/nautilus-mime-actions.c:2133 + msgid "Unable to access location" + msgstr "Nie można uzyskać dostępu do położenia" + +@@ -2975,67 +2949,67 @@ msgstr "_Połącz" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:664 ../src/nautilus-view.c:7195 +-#: ../src/nautilus-view.c:8740 ++#: ../src/nautilus-desktop-canvas-view.c:663 ../src/nautilus-view.c:7155 ++#: ../src/nautilus-view.c:8701 + msgid "E_mpty Trash" + msgstr "Op_różnij kosz" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:688 +-#: ../src/nautilus-desktop-canvas-view.c:729 ++#: ../src/nautilus-desktop-canvas-view.c:687 ++#: ../src/nautilus-desktop-canvas-view.c:728 + msgid "Restore Icons' Original Si_zes" + msgstr "Przywróć p_ierwotny rozmiar ikon" + +-#: ../src/nautilus-desktop-canvas-view.c:689 ++#: ../src/nautilus-desktop-canvas-view.c:688 + msgid "Restore Icon's Original Si_ze" + msgstr "Przywróć p_ierwotny rozmiar ikony" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:701 ++#: ../src/nautilus-desktop-canvas-view.c:700 + msgid "Change Desktop _Background" + msgstr "Zmień _tło pulpitu" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:703 ++#: ../src/nautilus-desktop-canvas-view.c:702 + msgid "" + "Show a window that lets you set your desktop background's pattern or color" + msgstr "" + "Wyświetla okno, które pozwala na ustawienie desenia lub koloru tła pulpitu" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:708 ++#: ../src/nautilus-desktop-canvas-view.c:707 + msgid "Empty Trash" + msgstr "Opróżnij kosz" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:710 ../src/nautilus-trash-bar.c:212 +-#: ../src/nautilus-view.c:7196 ++#: ../src/nautilus-desktop-canvas-view.c:709 ../src/nautilus-trash-bar.c:212 ++#: ../src/nautilus-view.c:7156 + msgid "Delete all items in the Trash" + msgstr "Usuwa wszystkie elementy z kosza" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:715 ++#: ../src/nautilus-desktop-canvas-view.c:714 + msgid "_Organize Desktop by Name" + msgstr "_Organizuj pulpit według nazw" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:717 ++#: ../src/nautilus-desktop-canvas-view.c:716 + msgid "Reposition icons to better fit in the window and avoid overlapping" + msgstr "" + "Przemieszcza ikony, aby lepiej dopasować je do okna i uniknąć nakładania" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:722 ++#: ../src/nautilus-desktop-canvas-view.c:721 + msgid "Resize Icon…" + msgstr "Rozciągnij ikonę…" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:724 ++#: ../src/nautilus-desktop-canvas-view.c:723 + msgid "Make the selected icons resizable" + msgstr "Umożliwia zmianę rozmiaru zaznaczonych ikon" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:731 ++#: ../src/nautilus-desktop-canvas-view.c:730 + msgid "Restore each selected icon to its original size" + msgstr "Przywraca pierwotny rozmiar zaznaczonych ikon" + +@@ -3061,7 +3035,7 @@ msgid "Command" + msgstr "Polecenie" + + #. hardcode "Desktop" +-#: ../src/nautilus-desktop-window.c:96 ../src/nautilus-desktop-window.c:249 ++#: ../src/nautilus-desktop-window.c:197 ../src/nautilus-desktop-window.c:367 + msgid "Desktop" + msgstr "Pulpit" + +@@ -3173,9 +3147,9 @@ msgid "Renaming “%s” to “%s”." + msgstr "Zmienianie nazwy \"%s\" na \"%s\"." + + #. Translators: this is referred to captions under icons. +-#: ../src/nautilus-file-management-properties.c:211 +-#: ../src/nautilus-properties-window.c:4054 +-#: ../src/nautilus-properties-window.c:4081 ++#: ../src/nautilus-file-management-properties.c:202 ++#: ../src/nautilus-properties-window.c:4024 ++#: ../src/nautilus-properties-window.c:4051 + msgid "None" + msgstr "Brak" + +@@ -3253,7 +3227,7 @@ msgstr "_Pytanie za każdym razem" + + #. trash + #: ../src/nautilus-file-management-properties.ui.h:19 +-#: ../src/nautilus-shell-search-provider.c:292 ../src/nautilus-trash-bar.c:194 ++#: ../src/nautilus-shell-search-provider.c:290 ../src/nautilus-trash-bar.c:194 + msgid "Trash" + msgstr "Kosz" + +@@ -3278,7 +3252,7 @@ msgstr "" + "wzrostem powiększenia pojawiać się będą kolejne informacje." + + #: ../src/nautilus-file-management-properties.ui.h:24 +-#: ../src/nautilus-list-view.c:2135 ++#: ../src/nautilus-list-view.c:2137 + msgid "List View" + msgstr "Widok listy" + +@@ -3309,7 +3283,7 @@ msgid "_Only for files smaller than:" + msgstr "_Tylko dla plików nie większych niż:" + + #: ../src/nautilus-file-management-properties.ui.h:32 +-#: ../src/nautilus-properties-window.c:4482 ++#: ../src/nautilus-properties-window.c:4452 + msgid "Folders" + msgstr "Katalogi" + +@@ -3560,36 +3534,36 @@ msgid "Failed to load image information" + msgstr "Wczytanie informacji o obrazie się nie powiodło" + + #: ../src/nautilus-image-properties-page.c:706 +-#: ../src/nautilus-list-model.c:391 ../src/nautilus-window-slot.c:609 +-#: ../src/nautilus-window-slot.c:2249 ++#: ../src/nautilus-list-model.c:365 ../src/nautilus-window-slot.c:618 ++#: ../src/nautilus-window-slot.c:2212 + msgid "Loading…" + msgstr "Wczytywanie…" + +-#: ../src/nautilus-list-model.c:389 ++#: ../src/nautilus-list-model.c:363 + msgid "(Empty)" + msgstr "(Pusty)" + +-#: ../src/nautilus-list-view.c:1608 ++#: ../src/nautilus-list-view.c:1610 + msgid "Use Default" + msgstr "Użyj domyślnych" + +-#: ../src/nautilus-list-view.c:2941 ++#: ../src/nautilus-list-view.c:2943 + #, c-format + msgid "%s Visible Columns" + msgstr "Widoczne kolumny: %s" + +-#: ../src/nautilus-list-view.c:2960 ++#: ../src/nautilus-list-view.c:2962 + msgid "Choose the order of information to appear in this folder:" + msgstr "Kolejność wyświetlania informacji w tym katalogu:" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-list-view.c:3015 ++#: ../src/nautilus-list-view.c:3017 + msgid "Visible _Columns…" + msgstr "Wido_czne kolumny…" + + #. tooltip +-#: ../src/nautilus-list-view.c:3016 ++#: ../src/nautilus-list-view.c:3018 + msgid "Select the columns visible in this folder" + msgstr "Zaznacza kolumny widoczne w tym katalogu" + +@@ -3632,9 +3606,9 @@ msgstr "" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-mime-actions.c:651 ../src/nautilus-view.c:7251 +-#: ../src/nautilus-view.c:7365 ../src/nautilus-view.c:8339 +-#: ../src/nautilus-view.c:8657 ++#: ../src/nautilus-mime-actions.c:651 ../src/nautilus-view.c:7211 ++#: ../src/nautilus-view.c:7325 ../src/nautilus-view.c:8299 ++#: ../src/nautilus-view.c:8618 + msgid "Mo_ve to Trash" + msgstr "Prz_enieś do kosza" + +@@ -3657,7 +3631,7 @@ msgid "_Display" + msgstr "_Wyświetl" + + #: ../src/nautilus-mime-actions.c:1056 ../src/nautilus-mime-actions.c:1791 +-#: ../src/nautilus-view.c:959 ++#: ../src/nautilus-view.c:955 + msgid "Are you sure you want to open all files?" + msgstr "Na pewno otworzyć wszystkie pliki?" + +@@ -3733,16 +3707,16 @@ msgstr[0] "Spowoduje to otwarcie %d oddzielnego programu." + msgstr[1] "Spowoduje to otwarcie %d oddzielnych programów." + msgstr[2] "Spowoduje to otwarcie %d oddzielnych programów." + +-#: ../src/nautilus-mime-actions.c:2220 ++#: ../src/nautilus-mime-actions.c:2212 + msgid "Unable to start location" + msgstr "Nie można uruchomić położenia" + +-#: ../src/nautilus-mime-actions.c:2304 ++#: ../src/nautilus-mime-actions.c:2296 + #, c-format + msgid "Opening “%s”." + msgstr "Otwieranie \"%s\"." + +-#: ../src/nautilus-mime-actions.c:2307 ++#: ../src/nautilus-mime-actions.c:2299 + #, c-format + msgid "Opening %d item." + msgid_plural "Opening %d items." +@@ -3778,67 +3752,67 @@ msgstr[2] "%'d aktywnych działań na plikach" + msgid "All file operations have been successfully completed" + msgstr "Wszystkie działania na plikach zostały pomyślnie ukończone" + +-#: ../src/nautilus-properties-window.c:499 ++#: ../src/nautilus-properties-window.c:511 + msgid "You cannot assign more than one custom icon at a time!" + msgstr "Nie można przypisać więcej niż jednej ikony użytkownika jednocześnie." + +-#: ../src/nautilus-properties-window.c:500 ++#: ../src/nautilus-properties-window.c:512 + msgid "Please drag just one image to set a custom icon." + msgstr "Proszę przeciągnąć dokładnie jeden obraz, aby ustawić wygląd ikony." + +-#: ../src/nautilus-properties-window.c:511 ++#: ../src/nautilus-properties-window.c:523 + msgid "The file that you dropped is not local." + msgstr "Przeciągnięty plik nie jest plikiem lokalnym." + +-#: ../src/nautilus-properties-window.c:512 +-#: ../src/nautilus-properties-window.c:518 ++#: ../src/nautilus-properties-window.c:524 ++#: ../src/nautilus-properties-window.c:530 + msgid "You can only use local images as custom icons." + msgstr "Jako ikony użytkownika mogą być wykorzystywane tylko obrazy lokalne." + +-#: ../src/nautilus-properties-window.c:517 ++#: ../src/nautilus-properties-window.c:529 + msgid "The file that you dropped is not an image." + msgstr "Przeciągnięty plik nie jest obrazem." + +-#: ../src/nautilus-properties-window.c:632 ++#: ../src/nautilus-properties-window.c:644 + msgid "_Name:" + msgid_plural "_Names:" + msgstr[0] "_Nazwa:" + msgstr[1] "_Nazwy:" + msgstr[2] "_Nazwy:" + +-#: ../src/nautilus-properties-window.c:827 ++#: ../src/nautilus-properties-window.c:839 + #, c-format + msgid "Properties" + msgstr "Właściwości" + +-#: ../src/nautilus-properties-window.c:835 ++#: ../src/nautilus-properties-window.c:847 + #, c-format + msgid "%s Properties" + msgstr "Właściwości %s" + +-#: ../src/nautilus-properties-window.c:1227 ++#: ../src/nautilus-properties-window.c:1239 + #, c-format + msgctxt "MIME type description (MIME type)" + msgid "%s (%s)" + msgstr "%s (%s)" + +-#: ../src/nautilus-properties-window.c:1435 ++#: ../src/nautilus-properties-window.c:1440 + msgid "Cancel Group Change?" + msgstr "Anulować zmianę grupy?" + +-#: ../src/nautilus-properties-window.c:1850 ++#: ../src/nautilus-properties-window.c:1837 + msgid "Cancel Owner Change?" + msgstr "Anulować zmianę właściciela?" + +-#: ../src/nautilus-properties-window.c:2166 ++#: ../src/nautilus-properties-window.c:2136 + msgid "nothing" + msgstr "nic" + +-#: ../src/nautilus-properties-window.c:2168 ++#: ../src/nautilus-properties-window.c:2138 + msgid "unreadable" + msgstr "nieczytelne" + +-#: ../src/nautilus-properties-window.c:2176 ++#: ../src/nautilus-properties-window.c:2146 + #, c-format + msgid "%'d item, with size %s" + msgid_plural "%'d items, totalling %s" +@@ -3846,7 +3820,7 @@ msgstr[0] "%'d element o rozmiarze %s" + msgstr[1] "%'d elementy o całkowitym rozmiarze %s" + msgstr[2] "%'d elementów o całkowitym rozmiarze %s" + +-#: ../src/nautilus-properties-window.c:2185 ++#: ../src/nautilus-properties-window.c:2155 + msgid "(some contents unreadable)" + msgstr "(część zawartości jest nieczytelna)" + +@@ -3856,201 +3830,201 @@ msgstr "(część zawartości jest nieczytelna)" + #. * 2-line value. Maybe there's a better way to do this, but I + #. * couldn't think of one. + #. +-#: ../src/nautilus-properties-window.c:2202 ++#: ../src/nautilus-properties-window.c:2172 + msgid "Contents:" + msgstr "Zawartość:" + + #. Translators: "used" refers to the capacity of the filesystem +-#: ../src/nautilus-properties-window.c:3058 ++#: ../src/nautilus-properties-window.c:3028 + msgid "used" + msgstr "użytych" + + #. Translators: "free" refers to the capacity of the filesystem +-#: ../src/nautilus-properties-window.c:3064 ++#: ../src/nautilus-properties-window.c:3034 + msgid "free" + msgstr "wolnych" + +-#: ../src/nautilus-properties-window.c:3066 ++#: ../src/nautilus-properties-window.c:3036 + msgid "Total capacity:" + msgstr "Całkowita pojemność:" + +-#: ../src/nautilus-properties-window.c:3069 ++#: ../src/nautilus-properties-window.c:3039 + msgid "Filesystem type:" + msgstr "Typ systemu plików:" + +-#: ../src/nautilus-properties-window.c:3205 ++#: ../src/nautilus-properties-window.c:3175 + msgid "Basic" + msgstr "Podstawowe" + +-#: ../src/nautilus-properties-window.c:3270 ++#: ../src/nautilus-properties-window.c:3240 + msgid "Link target:" + msgstr "Cel dowiązania:" + +-#: ../src/nautilus-properties-window.c:3289 ++#: ../src/nautilus-properties-window.c:3259 + msgid "Location:" + msgstr "Położenie:" + +-#: ../src/nautilus-properties-window.c:3297 ++#: ../src/nautilus-properties-window.c:3267 + msgid "Volume:" + msgstr "Wolumin:" + +-#: ../src/nautilus-properties-window.c:3306 ++#: ../src/nautilus-properties-window.c:3276 + msgid "Accessed:" + msgstr "Dostęp:" + +-#: ../src/nautilus-properties-window.c:3310 ++#: ../src/nautilus-properties-window.c:3280 + msgid "Modified:" + msgstr "Zmodyfikowano:" + +-#: ../src/nautilus-properties-window.c:3320 ++#: ../src/nautilus-properties-window.c:3290 + msgid "Free space:" + msgstr "Wolne miejsce:" + + #. translators: this gets concatenated to "no read", + #. * "no access", etc. (see following strings) + #. +-#: ../src/nautilus-properties-window.c:3971 +-#: ../src/nautilus-properties-window.c:3982 +-#: ../src/nautilus-properties-window.c:3994 ++#: ../src/nautilus-properties-window.c:3941 ++#: ../src/nautilus-properties-window.c:3952 ++#: ../src/nautilus-properties-window.c:3964 + msgid "no " +-msgstr "bez " ++msgstr "Bez " + +-#: ../src/nautilus-properties-window.c:3974 ++#: ../src/nautilus-properties-window.c:3944 + msgid "list" + msgstr "wyświetlania zawartości" + +-#: ../src/nautilus-properties-window.c:3976 ++#: ../src/nautilus-properties-window.c:3946 + msgid "read" + msgstr "odczytu" + +-#: ../src/nautilus-properties-window.c:3985 ++#: ../src/nautilus-properties-window.c:3955 + msgid "create/delete" + msgstr "tworzenia/usuwania" + +-#: ../src/nautilus-properties-window.c:3987 ++#: ../src/nautilus-properties-window.c:3957 + msgid "write" + msgstr "zapisu" + +-#: ../src/nautilus-properties-window.c:3996 ++#: ../src/nautilus-properties-window.c:3966 + msgid "access" + msgstr "dostępu" + +-#: ../src/nautilus-properties-window.c:4061 ++#: ../src/nautilus-properties-window.c:4031 + msgid "List files only" + msgstr "Tylko wyświetlanie plików" + +-#: ../src/nautilus-properties-window.c:4067 ++#: ../src/nautilus-properties-window.c:4037 + msgid "Access files" + msgstr "Dostęp do plików" + +-#: ../src/nautilus-properties-window.c:4073 ++#: ../src/nautilus-properties-window.c:4043 + msgid "Create and delete files" + msgstr "Tworzenie i usuwanie plików" + +-#: ../src/nautilus-properties-window.c:4088 ++#: ../src/nautilus-properties-window.c:4058 + msgid "Read-only" + msgstr "Tylko do odczytu" + +-#: ../src/nautilus-properties-window.c:4094 ++#: ../src/nautilus-properties-window.c:4064 + msgid "Read and write" + msgstr "Odczyt i zapis" + +-#: ../src/nautilus-properties-window.c:4121 ++#: ../src/nautilus-properties-window.c:4091 + msgid "Access:" + msgstr "Dostęp:" + +-#: ../src/nautilus-properties-window.c:4123 ++#: ../src/nautilus-properties-window.c:4093 + msgid "Folder access:" + msgstr "Dostęp do katalogu:" + +-#: ../src/nautilus-properties-window.c:4125 ++#: ../src/nautilus-properties-window.c:4095 + msgid "File access:" + msgstr "Dostęp do pliku:" + +-#: ../src/nautilus-properties-window.c:4214 ++#: ../src/nautilus-properties-window.c:4184 + msgid "_Owner:" + msgstr "_Właściciel:" + +-#: ../src/nautilus-properties-window.c:4222 +-#: ../src/nautilus-properties-window.c:4486 ++#: ../src/nautilus-properties-window.c:4192 ++#: ../src/nautilus-properties-window.c:4456 + msgid "Owner:" + msgstr "Właściciel:" + +-#: ../src/nautilus-properties-window.c:4244 ++#: ../src/nautilus-properties-window.c:4214 + msgid "_Group:" + msgstr "_Grupa:" + +-#: ../src/nautilus-properties-window.c:4252 +-#: ../src/nautilus-properties-window.c:4500 ++#: ../src/nautilus-properties-window.c:4222 ++#: ../src/nautilus-properties-window.c:4470 + msgid "Group:" + msgstr "Grupa:" + +-#: ../src/nautilus-properties-window.c:4273 ++#: ../src/nautilus-properties-window.c:4243 + msgid "Others" + msgstr "Inni" + +-#: ../src/nautilus-properties-window.c:4288 ++#: ../src/nautilus-properties-window.c:4258 + msgid "Execute:" + msgstr "Wykonywanie:" + +-#: ../src/nautilus-properties-window.c:4291 ++#: ../src/nautilus-properties-window.c:4261 + msgid "Allow _executing file as program" + msgstr "Zezwolenie na _wykonywanie pliku jako programu" + +-#: ../src/nautilus-properties-window.c:4467 ++#: ../src/nautilus-properties-window.c:4437 + msgid "Change Permissions for Enclosed Files" + msgstr "Zmień uprawnienia zawartych plików" + +-#: ../src/nautilus-properties-window.c:4471 ++#: ../src/nautilus-properties-window.c:4441 + msgid "Change" + msgstr "Zmień" + +-#: ../src/nautilus-properties-window.c:4514 ++#: ../src/nautilus-properties-window.c:4484 + msgid "Others:" + msgstr "Inni:" + +-#: ../src/nautilus-properties-window.c:4555 ++#: ../src/nautilus-properties-window.c:4525 + msgid "You are not the owner, so you cannot change these permissions." + msgstr "Nie można zmienić tych uprawnień, nie będąc właścicielem." + +-#: ../src/nautilus-properties-window.c:4570 ++#: ../src/nautilus-properties-window.c:4540 + msgid "Security context:" + msgstr "Kontekst zabezpieczeń:" + +-#: ../src/nautilus-properties-window.c:4585 ++#: ../src/nautilus-properties-window.c:4555 + msgid "Change Permissions for Enclosed Files…" + msgstr "Zmień uprawnienia zawartych plików…" + +-#: ../src/nautilus-properties-window.c:4595 ++#: ../src/nautilus-properties-window.c:4565 + #, c-format + msgid "The permissions of “%s” could not be determined." + msgstr "Nie można określić uprawnień \"%s\"." + +-#: ../src/nautilus-properties-window.c:4598 ++#: ../src/nautilus-properties-window.c:4568 + msgid "The permissions of the selected file could not be determined." + msgstr "Nie można określić uprawnień do wybranego pliku." + + # wd: Nazwa karty we właściwościach pliku +-#: ../src/nautilus-properties-window.c:4842 ++#: ../src/nautilus-properties-window.c:4812 + msgid "Open With" + msgstr "Otwieranie" + +-#: ../src/nautilus-properties-window.c:5159 ++#: ../src/nautilus-properties-window.c:5129 + msgid "Creating Properties window." + msgstr "Tworzenie okna właściwości." + +-#: ../src/nautilus-properties-window.c:5443 ++#: ../src/nautilus-properties-window.c:5413 + msgid "Select Custom Icon" + msgstr "Wybór własnej ikony" + +-#: ../src/nautilus-properties-window.c:5445 ++#: ../src/nautilus-properties-window.c:5415 + msgid "_Revert" + msgstr "P_rzywróć" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-properties-window.c:5447 ../src/nautilus-view.c:7163 +-#: ../src/nautilus-view.c:8581 ++#: ../src/nautilus-properties-window.c:5417 ../src/nautilus-view.c:7123 ++#: ../src/nautilus-view.c:8543 + msgid "_Open" + msgstr "_Otwórz" + +@@ -4125,11 +4099,11 @@ msgstr "" + "Pliki wykonywalne umieszczone w tym katalogu pojawią się w menu \"Skrypty\"." + + #. Action Menu +-#: ../src/nautilus-toolbar.c:457 ++#: ../src/nautilus-toolbar.c:430 + msgid "Location options" + msgstr "Opcje położenia" + +-#: ../src/nautilus-toolbar.c:477 ++#: ../src/nautilus-toolbar.c:449 + msgid "View options" + msgstr "Opcje widoku" + +@@ -4146,7 +4120,7 @@ msgstr "Przywraca zaznaczone elementy do ich pierwotnego położenia" + msgid "Empty" + msgstr "Opróżnij" + +-#: ../src/nautilus-view.c:961 ++#: ../src/nautilus-view.c:957 + #, c-format + msgid "This will open %'d separate tab." + msgid_plural "This will open %'d separate tabs." +@@ -4154,7 +4128,7 @@ msgstr[0] "Spowoduje to otwarcie %'d oddzielnej karty." + msgstr[1] "Spowoduje to otwarcie %'d oddzielnych kart." + msgstr[2] "Spowoduje to otwarcie %'d oddzielnych kart." + +-#: ../src/nautilus-view.c:964 ++#: ../src/nautilus-view.c:960 + #, c-format + msgid "This will open %'d separate window." + msgid_plural "This will open %'d separate windows." +@@ -4162,43 +4136,43 @@ msgstr[0] "Spowoduje to otwarcie %'d oddzielnego okna." + msgstr[1] "Spowoduje to otwarcie %'d oddzielnych okien." + msgstr[2] "Spowoduje to otwarcie %'d oddzielnych okien." + +-#: ../src/nautilus-view.c:1479 ++#: ../src/nautilus-view.c:1475 + msgid "Select Items Matching" + msgstr "Zaznaczenie pasujących elementów" + +-#: ../src/nautilus-view.c:1484 ../src/nautilus-view.c:5989 ++#: ../src/nautilus-view.c:1480 ../src/nautilus-view.c:5949 + msgid "_Select" + msgstr "_Wybierz" + +-#: ../src/nautilus-view.c:1492 ++#: ../src/nautilus-view.c:1488 + msgid "_Pattern:" + msgstr "_Wzorzec:" + +-#: ../src/nautilus-view.c:1498 ++#: ../src/nautilus-view.c:1494 + msgid "Examples: " + msgstr "Przykłady: " + +-#: ../src/nautilus-view.c:1599 ++#: ../src/nautilus-view.c:1595 + msgid "Save Search as" + msgstr "Zapisanie wyszukiwania jako" + +-#: ../src/nautilus-view.c:1605 ++#: ../src/nautilus-view.c:1601 + msgid "_Save" + msgstr "_Zapisz" + +-#: ../src/nautilus-view.c:1622 ++#: ../src/nautilus-view.c:1618 + msgid "Search _name:" + msgstr "Nazwa _wyszukiwania:" + +-#: ../src/nautilus-view.c:1639 ++#: ../src/nautilus-view.c:1635 + msgid "_Folder:" + msgstr "_Katalog:" + +-#: ../src/nautilus-view.c:1644 ++#: ../src/nautilus-view.c:1640 + msgid "Select Folder to Save Search In" + msgstr "Proszę wybrać katalog do zapisu wyszukiwania" + +-#: ../src/nautilus-view.c:2292 ++#: ../src/nautilus-view.c:2284 + msgid "" + "Nautilus 3.6 deprecated this directory and tried migrating this " + "configuration to ~/.local/share/nautilus" +@@ -4206,20 +4180,20 @@ msgstr "" + "W wersji 3.6 ten katalog został oznaczony jako przestarzały, a konfigurację " + "przeniesiono do katalogu ~/.local/share/nautilus" + +-#: ../src/nautilus-view.c:2723 ++#: ../src/nautilus-view.c:2709 + msgid "Content View" + msgstr "Widok zawartości" + +-#: ../src/nautilus-view.c:2724 ++#: ../src/nautilus-view.c:2710 + msgid "View of the current folder" + msgstr "Widok bieżącego katalogu" + +-#: ../src/nautilus-view.c:2921 ../src/nautilus-view.c:2956 ++#: ../src/nautilus-view.c:2907 ../src/nautilus-view.c:2942 + #, c-format + msgid "“%s” selected" + msgstr "Zaznaczono \"%s\"" + +-#: ../src/nautilus-view.c:2923 ++#: ../src/nautilus-view.c:2909 + #, c-format + msgid "%'d folder selected" + msgid_plural "%'d folders selected" +@@ -4227,7 +4201,7 @@ msgstr[0] "Zaznaczono %'d katalog" + msgstr[1] "Zaznaczono %'d katalogi" + msgstr[2] "Zaznaczono %'d katalogów" + +-#: ../src/nautilus-view.c:2933 ++#: ../src/nautilus-view.c:2919 + #, c-format + msgid "(containing %'d item)" + msgid_plural "(containing %'d items)" +@@ -4236,7 +4210,7 @@ msgstr[1] "(zawiera %'d elementy)" + msgstr[2] "(zawiera %'d elementów)" + + #. translators: this is preceded with a string of form 'N folders' (N more than 1) +-#: ../src/nautilus-view.c:2944 ++#: ../src/nautilus-view.c:2930 + #, c-format + msgid "(containing a total of %'d item)" + msgid_plural "(containing a total of %'d items)" +@@ -4244,7 +4218,7 @@ msgstr[0] "(zawierających razem %'d element)" + msgstr[1] "(zawierających razem %'d elementy)" + msgstr[2] "(zawierających razem %'d elementów)" + +-#: ../src/nautilus-view.c:2959 ++#: ../src/nautilus-view.c:2945 + #, c-format + msgid "%'d item selected" + msgid_plural "%'d items selected" +@@ -4253,7 +4227,7 @@ msgstr[1] "Zaznaczono %'d elementy" + msgstr[2] "Zaznaczono %'d elementów" + + #. Folders selected also, use "other" terminology +-#: ../src/nautilus-view.c:2966 ++#: ../src/nautilus-view.c:2952 + #, c-format + msgid "%'d other item selected" + msgid_plural "%'d other items selected" +@@ -4265,7 +4239,7 @@ msgstr[2] "Zaznaczono %'d innych elementów" + #. * needs to use something other than parentheses. The + #. * the message in parentheses is the size of the selected items. + #. +-#: ../src/nautilus-view.c:2980 ++#: ../src/nautilus-view.c:2966 + #, c-format + msgid "(%s)" + msgstr "(%s)" +@@ -4277,17 +4251,17 @@ msgstr "(%s)" + #. * message about the number of other items and the + #. * total size of those items. + #. +-#: ../src/nautilus-view.c:3004 ++#: ../src/nautilus-view.c:2990 + #, c-format + msgid "%s %s, %s %s" + msgstr "%s %s, %s %s" + +-#: ../src/nautilus-view.c:4377 ++#: ../src/nautilus-view.c:4345 + #, c-format + msgid "Open With %s" + msgstr "Otwórz za pomocą %s" + +-#: ../src/nautilus-view.c:4379 ++#: ../src/nautilus-view.c:4347 + #, c-format + msgid "Use “%s” to open the selected item" + msgid_plural "Use “%s” to open the selected items" +@@ -4295,108 +4269,108 @@ msgstr[0] "Używa programu \"%s\" do otwarcia zaznaczonego elementu" + msgstr[1] "Używa programu \"%s\" do otwarcia zaznaczonych elementów" + msgstr[2] "Używa programu \"%s\" do otwarcia zaznaczonych elementów" + +-#: ../src/nautilus-view.c:5124 ++#: ../src/nautilus-view.c:5092 + #, c-format + msgid "Run “%s” on any selected items" + msgstr "Wykonuje skrypt \"%s\" na zaznaczonych elementach" + +-#: ../src/nautilus-view.c:5378 ++#: ../src/nautilus-view.c:5346 + #, c-format + msgid "Create a new document from template “%s”" + msgstr "Tworzy nowy dokument z szablonu \"%s\"" + +-#: ../src/nautilus-view.c:5978 ++#: ../src/nautilus-view.c:5938 + msgid "Select Move Destination" + msgstr "Wybór miejsca docelowego przeniesienia" + +-#: ../src/nautilus-view.c:5980 ++#: ../src/nautilus-view.c:5940 + msgid "Select Copy Destination" + msgstr "Wybór miejsca docelowego skopiowania" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6501 ++#: ../src/nautilus-view.c:6461 + #, c-format + msgid "Unable to remove “%s”" + msgstr "Nie można usunąć \"%s\"" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6528 ++#: ../src/nautilus-view.c:6488 + #, c-format + msgid "Unable to eject “%s”" + msgstr "Nie można wysunąć \"%s\"" + +-#: ../src/nautilus-view.c:6550 ++#: ../src/nautilus-view.c:6510 + msgid "Unable to stop drive" + msgstr "Nie można zatrzymać napędu" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6652 ++#: ../src/nautilus-view.c:6612 + #, c-format + msgid "Unable to start “%s”" + msgstr "Nie można uruchomić \"%s\"" + + #. name, stock id, label +-#: ../src/nautilus-view.c:7143 ++#: ../src/nautilus-view.c:7103 + msgid "New _Document" + msgstr "Nowy _dokument" + + #. name, stock id, label +-#: ../src/nautilus-view.c:7144 ++#: ../src/nautilus-view.c:7104 + msgid "Open Wit_h" + msgstr "Otwórz za po_mocą" + +-#: ../src/nautilus-view.c:7145 ++#: ../src/nautilus-view.c:7105 + msgid "Choose a program with which to open the selected item" + msgstr "" + "Proszę wybrać program, za pomocą którego ma zostać otwarty zaznaczony element" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7147 ../src/nautilus-view.c:7402 +-#: ../src/nautilus-window-menus.c:594 ++#: ../src/nautilus-view.c:7107 ../src/nautilus-view.c:7362 ++#: ../src/nautilus-window-menus.c:463 + msgid "P_roperties" + msgstr "Wł_aściwości" + + #. tooltip +-#: ../src/nautilus-view.c:7148 ../src/nautilus-view.c:8728 ++#: ../src/nautilus-view.c:7108 ../src/nautilus-view.c:8689 + msgid "View or modify the properties of each selected item" + msgstr "Wyświetla lub modyfikuje właściwości każdego z zaznaczonych elementów" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7155 ++#: ../src/nautilus-view.c:7115 + msgid "New _Folder" + msgstr "Nowy _katalog" + + #. tooltip +-#: ../src/nautilus-view.c:7156 ++#: ../src/nautilus-view.c:7116 + msgid "Create a new empty folder inside this folder" + msgstr "Tworzy nowy pusty katalog w tym katalogu" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7159 ++#: ../src/nautilus-view.c:7119 + msgid "New Folder with Selection" + msgstr "Nowy katalog za pomocą zaznaczenia" + + #. tooltip +-#: ../src/nautilus-view.c:7160 ++#: ../src/nautilus-view.c:7120 + msgid "Create a new folder containing the selected items" + msgstr "Tworzy nowy katalog zawierający zaznaczone elementy" + + #. tooltip +-#: ../src/nautilus-view.c:7164 ++#: ../src/nautilus-view.c:7124 + msgid "Open the selected item in this window" + msgstr "Otwiera zaznaczony element w bieżącym oknie" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7171 ++#: ../src/nautilus-view.c:7131 + msgid "Open _Item Location" + msgstr "_Otwórz położenie elementu" + + #. tooltip +-#: ../src/nautilus-view.c:7172 ++#: ../src/nautilus-view.c:7132 + msgid "Open the selected item's location in this window" + msgstr "Otwiera położenie zaznaczonego elementu w bieżącym oknie" + +@@ -4405,69 +4379,69 @@ msgstr "Otwiera położenie zaznaczonego elementu w bieżącym oknie" + #. Location-specific actions + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7175 ../src/nautilus-view.c:7343 ++#: ../src/nautilus-view.c:7135 ../src/nautilus-view.c:7303 + msgid "Open in Navigation Window" + msgstr "Otwórz w oknie nawigacji" + + #. tooltip +-#: ../src/nautilus-view.c:7176 ++#: ../src/nautilus-view.c:7136 + msgid "Open each selected item in a navigation window" + msgstr "Otwiera każdy z zaznaczonych elementów w oknie nawigacji" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7179 ../src/nautilus-view.c:7347 +-#: ../src/nautilus-view.c:8288 ../src/nautilus-view.c:8635 ++#: ../src/nautilus-view.c:7139 ../src/nautilus-view.c:7307 ++#: ../src/nautilus-view.c:8248 ../src/nautilus-view.c:8596 + msgid "Open in New _Tab" + msgstr "O_twórz w nowej karcie" + + #. tooltip +-#: ../src/nautilus-view.c:7180 ++#: ../src/nautilus-view.c:7140 + msgid "Open each selected item in a new tab" + msgstr "Otwiera każdy z zaznaczonych elementów w nowej karcie" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7183 ++#: ../src/nautilus-view.c:7143 + msgid "Other _Application…" + msgstr "Inny progra_m…" + + #. tooltip +-#: ../src/nautilus-view.c:7184 ../src/nautilus-view.c:7188 ++#: ../src/nautilus-view.c:7144 ../src/nautilus-view.c:7148 + msgid "Choose another application with which to open the selected item" + msgstr "" + "Wybór innego programu, za pomocą którego można otworzyć zaznaczony element" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7187 ++#: ../src/nautilus-view.c:7147 + msgid "Open With Other _Application…" + msgstr "Otwórz _za pomocą innego programu…" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7191 ++#: ../src/nautilus-view.c:7151 + msgid "_Open Scripts Folder" + msgstr "_Otwórz katalog skryptów" + + #. tooltip +-#: ../src/nautilus-view.c:7192 ++#: ../src/nautilus-view.c:7152 + msgid "Show the folder containing the scripts that appear in this menu" + msgstr "Wyświetla katalog zawierający skrypty pojawiające się w tym menu" + + #. tooltip +-#: ../src/nautilus-view.c:7200 ++#: ../src/nautilus-view.c:7160 + msgid "Prepare the selected files to be moved with a Paste command" + msgstr "" + "Przygotowuje zaznaczone pliki do przeniesienia za pomocą polecenia Wklej" + + #. tooltip +-#: ../src/nautilus-view.c:7204 ++#: ../src/nautilus-view.c:7164 + msgid "Prepare the selected files to be copied with a Paste command" + msgstr "Przygotowuje zaznaczone pliki do skopiowania za pomocą polecenia Wklej" + + #. tooltip +-#: ../src/nautilus-view.c:7208 ++#: ../src/nautilus-view.c:7168 + msgid "Move or copy files previously selected by a Cut or Copy command" + msgstr "" + "Przenosi lub kopiuje pliki poprzednio zaznaczone za pomocą polecenia Skopiuj " +@@ -4475,12 +4449,12 @@ msgstr "" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7211 ../src/nautilus-view.c:7360 ++#: ../src/nautilus-view.c:7171 ../src/nautilus-view.c:7320 + msgid "_Paste Into Folder" + msgstr "Wklej do katalog_u" + + #. tooltip +-#: ../src/nautilus-view.c:7212 ++#: ../src/nautilus-view.c:7172 + msgid "" + "Move or copy files previously selected by a Cut or Copy command into the " + "selected folder" +@@ -4490,56 +4464,56 @@ msgstr "" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7215 ++#: ../src/nautilus-view.c:7175 + msgid "Copy To…" + msgstr "Skopiuj do…" + + #. tooltip +-#: ../src/nautilus-view.c:7216 ++#: ../src/nautilus-view.c:7176 + msgid "Copy selected files to another location" + msgstr "Kopiuje zaznaczone pliki do innego położenia" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7219 ++#: ../src/nautilus-view.c:7179 + msgid "Move To…" + msgstr "Przenieś do…" + + #. tooltip +-#: ../src/nautilus-view.c:7220 ++#: ../src/nautilus-view.c:7180 + msgid "Move selected files to another location" + msgstr "Przenosi zaznaczone pliki do innego położenia" + + #. tooltip +-#: ../src/nautilus-view.c:7224 ++#: ../src/nautilus-view.c:7184 + msgid "Select all items in this window" + msgstr "Zaznacza wszystkie elementy w bieżącym oknie" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7227 ++#: ../src/nautilus-view.c:7187 + msgid "Select I_tems Matching…" + msgstr "Zaznacz elementy pa_sujące…" + + #. tooltip +-#: ../src/nautilus-view.c:7228 ++#: ../src/nautilus-view.c:7188 + msgid "Select items in this window matching a given pattern" + msgstr "Zaznacza elementy w bieżącym oknie pasujące do podanego wzorca" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7231 ++#: ../src/nautilus-view.c:7191 + msgid "_Invert Selection" + msgstr "_Odwróć zaznaczenie" + + #. tooltip +-#: ../src/nautilus-view.c:7232 ++#: ../src/nautilus-view.c:7192 + msgid "Select all and only the items that are not currently selected" + msgstr "Zaznacza wszystkie i aktualnie nie zaznaczone elementy" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7235 ../src/nautilus-view.c:8711 ++#: ../src/nautilus-view.c:7195 ../src/nautilus-view.c:8672 + msgid "Ma_ke Link" + msgid_plural "Ma_ke Links" + msgstr[0] "Utwórz _dowiązanie" +@@ -4547,67 +4521,67 @@ msgstr[1] "Utwórz _dowiązania" + msgstr[2] "Utwórz _dowiązania" + + #. tooltip +-#: ../src/nautilus-view.c:7236 ++#: ../src/nautilus-view.c:7196 + msgid "Create a symbolic link for each selected item" + msgstr "Tworzy dowiązanie symboliczne do każdego z zaznaczonych elementów" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7239 ++#: ../src/nautilus-view.c:7199 + msgid "Rena_me…" + msgstr "Zmień _nazwę…" + + #. tooltip +-#: ../src/nautilus-view.c:7240 ++#: ../src/nautilus-view.c:7200 + msgid "Rename selected item" + msgstr "Zmienia nazwę zaznaczonego elementu" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7243 ++#: ../src/nautilus-view.c:7203 + msgid "Set as Wallpaper" + msgstr "Ustaw jako tapetę" + + #. tooltip +-#: ../src/nautilus-view.c:7244 ++#: ../src/nautilus-view.c:7204 + msgid "Make item the wallpaper" + msgstr "Ustawia element jako tapetę" + + #. tooltip +-#: ../src/nautilus-view.c:7252 ../src/nautilus-view.c:8658 ++#: ../src/nautilus-view.c:7212 ../src/nautilus-view.c:8619 + msgid "Move each selected item to the Trash" + msgstr "Przenosi każdy z zaznaczonych elementów do kosza" + + #. tooltip +-#: ../src/nautilus-view.c:7256 ../src/nautilus-view.c:8689 ++#: ../src/nautilus-view.c:7216 ../src/nautilus-view.c:8650 + msgid "Delete each selected item, without moving to the Trash" + msgstr "Usuwa każdy z zaznaczonych elementów, bez przenoszenia ich do kosza" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7259 ../src/nautilus-view.c:7373 ++#: ../src/nautilus-view.c:7219 ../src/nautilus-view.c:7333 + msgid "_Restore" + msgstr "_Przywróć" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7263 ++#: ../src/nautilus-view.c:7223 + msgid "_Undo" + msgstr "_Cofnij" + + #. tooltip +-#: ../src/nautilus-view.c:7264 ++#: ../src/nautilus-view.c:7224 + msgid "Undo the last action" + msgstr "Cofa ostatnią czynność" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7267 ++#: ../src/nautilus-view.c:7227 + msgid "_Redo" + msgstr "_Ponów" + + #. tooltip +-#: ../src/nautilus-view.c:7268 ++#: ../src/nautilus-view.c:7228 + msgid "Redo the last undone action" + msgstr "Ponawia ostatnią czynność" + +@@ -4619,12 +4593,12 @@ msgstr "Ponawia ostatnią czynność" + #. + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7277 ++#: ../src/nautilus-view.c:7237 + msgid "Reset View to _Defaults" + msgstr "Przywróć _domyślne ustawienia widoku" + + #. tooltip +-#: ../src/nautilus-view.c:7278 ++#: ../src/nautilus-view.c:7238 + msgid "Reset sorting order and zoom level to match preferences for this view" + msgstr "" + "Przywraca porządek sortowania i powiększenie zgodne z preferencjami " +@@ -4632,157 +4606,157 @@ msgstr "" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7281 ../src/nautilus-view.c:7305 +-#: ../src/nautilus-view.c:7377 ++#: ../src/nautilus-view.c:7241 ../src/nautilus-view.c:7265 ++#: ../src/nautilus-view.c:7337 + msgid "_Mount" + msgstr "Za_montuj" + + #. tooltip +-#: ../src/nautilus-view.c:7282 ++#: ../src/nautilus-view.c:7242 + msgid "Mount the selected volume" + msgstr "Montuje wybrany wolumin" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7285 ../src/nautilus-view.c:7309 +-#: ../src/nautilus-view.c:7381 ++#: ../src/nautilus-view.c:7245 ../src/nautilus-view.c:7269 ++#: ../src/nautilus-view.c:7341 + msgid "_Unmount" + msgstr "O_dmontuj" + + #. tooltip +-#: ../src/nautilus-view.c:7286 ++#: ../src/nautilus-view.c:7246 + msgid "Unmount the selected volume" + msgstr "Odmontowuje wybrany wolumin" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7289 ../src/nautilus-view.c:7313 +-#: ../src/nautilus-view.c:7385 ++#: ../src/nautilus-view.c:7249 ../src/nautilus-view.c:7273 ++#: ../src/nautilus-view.c:7345 + msgid "_Eject" + msgstr "Wy_suń" + + #. tooltip +-#: ../src/nautilus-view.c:7290 ++#: ../src/nautilus-view.c:7250 + msgid "Eject the selected volume" + msgstr "Wysuwa wybrany wolumin" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7293 ../src/nautilus-view.c:7317 +-#: ../src/nautilus-view.c:7389 ../src/nautilus-view.c:7975 +-#: ../src/nautilus-view.c:7979 ../src/nautilus-view.c:8062 +-#: ../src/nautilus-view.c:8066 ../src/nautilus-view.c:8164 +-#: ../src/nautilus-view.c:8168 ++#: ../src/nautilus-view.c:7253 ../src/nautilus-view.c:7277 ++#: ../src/nautilus-view.c:7349 ../src/nautilus-view.c:7935 ++#: ../src/nautilus-view.c:7939 ../src/nautilus-view.c:8022 ++#: ../src/nautilus-view.c:8026 ../src/nautilus-view.c:8124 ++#: ../src/nautilus-view.c:8128 + msgid "_Start" + msgstr "_Uruchom" + + #. tooltip +-#: ../src/nautilus-view.c:7294 ++#: ../src/nautilus-view.c:7254 + msgid "Start the selected volume" + msgstr "Uruchamia wybrany wolumin" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7297 ../src/nautilus-view.c:7321 +-#: ../src/nautilus-view.c:7393 ../src/nautilus-view.c:8004 +-#: ../src/nautilus-view.c:8091 ../src/nautilus-view.c:8193 +-#: ../src/nautilus-window-menus.c:482 ++#: ../src/nautilus-view.c:7257 ../src/nautilus-view.c:7281 ++#: ../src/nautilus-view.c:7353 ../src/nautilus-view.c:7964 ++#: ../src/nautilus-view.c:8051 ../src/nautilus-view.c:8153 ++#: ../src/nautilus-window-menus.c:387 + msgid "_Stop" + msgstr "Z_atrzymaj" + + #. tooltip +-#: ../src/nautilus-view.c:7298 ../src/nautilus-view.c:8194 ++#: ../src/nautilus-view.c:7258 ../src/nautilus-view.c:8154 + msgid "Stop the selected volume" + msgstr "Zatrzymuje wybrany wolumin" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7301 ../src/nautilus-view.c:7325 +-#: ../src/nautilus-view.c:7397 ++#: ../src/nautilus-view.c:7261 ../src/nautilus-view.c:7285 ++#: ../src/nautilus-view.c:7357 + msgid "_Detect Media" + msgstr "Wy_kryj nośnik" + + #. tooltip +-#: ../src/nautilus-view.c:7302 ../src/nautilus-view.c:7326 +-#: ../src/nautilus-view.c:7398 ++#: ../src/nautilus-view.c:7262 ../src/nautilus-view.c:7286 ++#: ../src/nautilus-view.c:7358 + msgid "Detect media in the selected drive" + msgstr "Wykrywa nośnik w wybranym napędzie" + + #. tooltip +-#: ../src/nautilus-view.c:7306 ++#: ../src/nautilus-view.c:7266 + msgid "Mount the volume associated with the open folder" + msgstr "Montuje wolumin związany z otwartym katalogiem" + + #. tooltip +-#: ../src/nautilus-view.c:7310 ++#: ../src/nautilus-view.c:7270 + msgid "Unmount the volume associated with the open folder" + msgstr "Odmontowuje wolumin związany z otwartym katalogiem" + + #. tooltip +-#: ../src/nautilus-view.c:7314 ++#: ../src/nautilus-view.c:7274 + msgid "Eject the volume associated with the open folder" + msgstr "Wysuwa wolumin związany z otwartym katalogiem" + + #. tooltip +-#: ../src/nautilus-view.c:7318 ++#: ../src/nautilus-view.c:7278 + msgid "Start the volume associated with the open folder" + msgstr "Uruchamia wolumin związany z otwartym katalogiem" + + #. tooltip +-#: ../src/nautilus-view.c:7322 ++#: ../src/nautilus-view.c:7282 + msgid "Stop the volume associated with the open folder" + msgstr "Zatrzymuje wolumin związany z otwartym katalogiem" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7329 ++#: ../src/nautilus-view.c:7289 + msgid "Open File and Close window" + msgstr "Otwórz plik i zamknij okno" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7333 ++#: ../src/nautilus-view.c:7293 + msgid "Sa_ve Search" + msgstr "_Zapisz wyszukiwanie" + + #. tooltip +-#: ../src/nautilus-view.c:7334 ++#: ../src/nautilus-view.c:7294 + msgid "Save the edited search" + msgstr "Zapisuje zmodyfikowane wyszukiwanie" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7337 ++#: ../src/nautilus-view.c:7297 + msgid "Sa_ve Search As…" + msgstr "Z_apisz wyszukiwanie jako…" + + #. tooltip +-#: ../src/nautilus-view.c:7338 ++#: ../src/nautilus-view.c:7298 + msgid "Save the current search as a file" + msgstr "Zapisuje bieżące wyszukiwanie jako plik" + + #. tooltip +-#: ../src/nautilus-view.c:7344 ++#: ../src/nautilus-view.c:7304 + msgid "Open this folder in a navigation window" + msgstr "Otwiera ten katalog w oknie nawigacji" + + #. tooltip +-#: ../src/nautilus-view.c:7348 ++#: ../src/nautilus-view.c:7308 + msgid "Open this folder in a new tab" + msgstr "Otwiera ten katalog w nowej karcie" + + #. tooltip +-#: ../src/nautilus-view.c:7353 ++#: ../src/nautilus-view.c:7313 + msgid "Prepare this folder to be moved with a Paste command" + msgstr "Przygotowuje ten katalog do przeniesienia za pomocą polecenia Wklej" + + #. tooltip +-#: ../src/nautilus-view.c:7357 ++#: ../src/nautilus-view.c:7317 + msgid "Prepare this folder to be copied with a Paste command" + msgstr "Przygotowuje ten katalog do skopiowania za pomocą polecenia Wklej" + + #. tooltip +-#: ../src/nautilus-view.c:7361 ++#: ../src/nautilus-view.c:7321 + msgid "" + "Move or copy files previously selected by a Cut or Copy command into this " + "folder" +@@ -4791,252 +4765,252 @@ msgstr "" + "lub Skopiuj do tego katalogu" + + #. tooltip +-#: ../src/nautilus-view.c:7366 ++#: ../src/nautilus-view.c:7326 + msgid "Move this folder to the Trash" + msgstr "Przenosi ten katalog do kosza" + + #. tooltip +-#: ../src/nautilus-view.c:7370 ++#: ../src/nautilus-view.c:7330 + msgid "Delete this folder, without moving to the Trash" + msgstr "Usuwa ten katalog bez przenoszenia go do kosza" + + #. tooltip +-#: ../src/nautilus-view.c:7378 ++#: ../src/nautilus-view.c:7338 + msgid "Mount the volume associated with this folder" + msgstr "Montuje wolumin związany z tym katalogiem" + + #. tooltip +-#: ../src/nautilus-view.c:7382 ++#: ../src/nautilus-view.c:7342 + msgid "Unmount the volume associated with this folder" + msgstr "Odmontowuje wolumin związany z tym katalogiem" + + #. tooltip +-#: ../src/nautilus-view.c:7386 ++#: ../src/nautilus-view.c:7346 + msgid "Eject the volume associated with this folder" + msgstr "Wysuwa wolumin związany z tym katalogiem" + + #. tooltip +-#: ../src/nautilus-view.c:7390 ++#: ../src/nautilus-view.c:7350 + msgid "Start the volume associated with this folder" + msgstr "Uruchamia wolumin związany z tym katalogiem" + + #. tooltip +-#: ../src/nautilus-view.c:7394 ++#: ../src/nautilus-view.c:7354 + msgid "Stop the volume associated with this folder" + msgstr "Zatrzymuje wolumin związany z tym katalogiem" + + #. tooltip +-#: ../src/nautilus-view.c:7403 ../src/nautilus-window-menus.c:595 ++#: ../src/nautilus-view.c:7363 ../src/nautilus-window-menus.c:464 + msgid "View or modify the properties of this folder" + msgstr "Wyświetla lub modyfikuje właściwości tego katalogu" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7409 ++#: ../src/nautilus-view.c:7369 + msgid "Show _Hidden Files" + msgstr "Wyświetlanie ukrytyc_h plików" + + #. tooltip +-#: ../src/nautilus-view.c:7410 ++#: ../src/nautilus-view.c:7370 + msgid "Toggle the display of hidden files in the current window" + msgstr "Przełącza wyświetlanie ukrytych plików w bieżącym oknie" + +-#: ../src/nautilus-view.c:7471 ++#: ../src/nautilus-view.c:7431 + msgid "Run or manage scripts" + msgstr "Wykonuje lub zarządza skryptami" + + #. Create a script action here specially because its tooltip is dynamic +-#: ../src/nautilus-view.c:7473 ++#: ../src/nautilus-view.c:7433 + msgid "_Scripts" + msgstr "_Skrypty" + +-#: ../src/nautilus-view.c:7823 ++#: ../src/nautilus-view.c:7783 + #, c-format + msgid "Move the open folder out of the trash to “%s”" + msgstr "Przenosi otwarty katalog z kosza do \"%s\"" + +-#: ../src/nautilus-view.c:7827 ++#: ../src/nautilus-view.c:7787 + #, c-format + msgid "Move the selected folder out of the trash to “%s”" + msgstr "Przenosi zaznaczony katalog z kosza do \"%s\"" + +-#: ../src/nautilus-view.c:7830 ++#: ../src/nautilus-view.c:7790 + #, c-format + msgid "Move the selected folders out of the trash to “%s”" + msgstr "Przenosi zaznaczone katalogi z kosza do \"%s\"" + +-#: ../src/nautilus-view.c:7835 ++#: ../src/nautilus-view.c:7795 + msgid "Move the selected folder out of the trash" + msgstr "Przenosi zaznaczony katalog z kosza" + +-#: ../src/nautilus-view.c:7837 ++#: ../src/nautilus-view.c:7797 + msgid "Move the selected folders out of the trash" + msgstr "Przenosi zaznaczone katalogi z kosza" + +-#: ../src/nautilus-view.c:7843 ++#: ../src/nautilus-view.c:7803 + #, c-format + msgid "Move the selected file out of the trash to “%s”" + msgstr "Przenosi zaznaczony plik z kosza do \"%s\"" + +-#: ../src/nautilus-view.c:7846 ++#: ../src/nautilus-view.c:7806 + #, c-format + msgid "Move the selected files out of the trash to “%s”" + msgstr "Przenosi zaznaczone pliki z kosza do \"%s\"" + +-#: ../src/nautilus-view.c:7851 ++#: ../src/nautilus-view.c:7811 + msgid "Move the selected file out of the trash" + msgstr "Przenosi zaznaczony plik z kosza" + +-#: ../src/nautilus-view.c:7853 ++#: ../src/nautilus-view.c:7813 + msgid "Move the selected files out of the trash" + msgstr "Przenosi zaznaczone pliki z kosza" + +-#: ../src/nautilus-view.c:7859 ++#: ../src/nautilus-view.c:7819 + #, c-format + msgid "Move the selected item out of the trash to “%s”" + msgstr "Przenosi zaznaczony element z kosza do \"%s\"" + +-#: ../src/nautilus-view.c:7862 ++#: ../src/nautilus-view.c:7822 + #, c-format + msgid "Move the selected items out of the trash to “%s”" + msgstr "Przenosi zaznaczone elementy z kosza do \"%s\"" + +-#: ../src/nautilus-view.c:7867 ++#: ../src/nautilus-view.c:7827 + msgid "Move the selected item out of the trash" + msgstr "Przenosi zaznaczony element z kosza" + +-#: ../src/nautilus-view.c:7869 ++#: ../src/nautilus-view.c:7829 + msgid "Move the selected items out of the trash" + msgstr "Przenosi zaznaczone elementy z kosza" + +-#: ../src/nautilus-view.c:7976 ../src/nautilus-view.c:7980 +-#: ../src/nautilus-view.c:8165 ../src/nautilus-view.c:8169 ++#: ../src/nautilus-view.c:7936 ../src/nautilus-view.c:7940 ++#: ../src/nautilus-view.c:8125 ../src/nautilus-view.c:8129 + msgid "Start the selected drive" + msgstr "Uruchamia wybrany napęd" + +-#: ../src/nautilus-view.c:7983 ../src/nautilus-view.c:8070 +-#: ../src/nautilus-view.c:8172 ++#: ../src/nautilus-view.c:7943 ../src/nautilus-view.c:8030 ++#: ../src/nautilus-view.c:8132 + msgid "_Connect" + msgstr "_Połącz" + +-#: ../src/nautilus-view.c:7984 ../src/nautilus-view.c:8173 ++#: ../src/nautilus-view.c:7944 ../src/nautilus-view.c:8133 + msgid "Connect to the selected drive" + msgstr "Łączy z wybranym napędem" + +-#: ../src/nautilus-view.c:7987 ../src/nautilus-view.c:8074 +-#: ../src/nautilus-view.c:8176 ++#: ../src/nautilus-view.c:7947 ../src/nautilus-view.c:8034 ++#: ../src/nautilus-view.c:8136 + msgid "_Start Multi-disk Drive" + msgstr "Uruchom napęd wielody_skowy" + +-#: ../src/nautilus-view.c:7988 ../src/nautilus-view.c:8177 ++#: ../src/nautilus-view.c:7948 ../src/nautilus-view.c:8137 + msgid "Start the selected multi-disk drive" + msgstr "Uruchamia wybrany napęd wielodyskowy" + +-#: ../src/nautilus-view.c:7991 ++#: ../src/nautilus-view.c:7951 + msgid "U_nlock Drive" + msgstr "Odblokuj _napęd" + +-#: ../src/nautilus-view.c:7992 ../src/nautilus-view.c:8181 ++#: ../src/nautilus-view.c:7952 ../src/nautilus-view.c:8141 + msgid "Unlock the selected drive" + msgstr "Odblokowuje wybrany napęd" + +-#: ../src/nautilus-view.c:8005 ++#: ../src/nautilus-view.c:7965 + msgid "Stop the selected drive" + msgstr "Zatrzymuje wybrany napęd" + +-#: ../src/nautilus-view.c:8008 ../src/nautilus-view.c:8095 +-#: ../src/nautilus-view.c:8197 ++#: ../src/nautilus-view.c:7968 ../src/nautilus-view.c:8055 ++#: ../src/nautilus-view.c:8157 + msgid "_Safely Remove Drive" + msgstr "Bezpiecznie u_suń napęd" + +-#: ../src/nautilus-view.c:8009 ../src/nautilus-view.c:8198 ++#: ../src/nautilus-view.c:7969 ../src/nautilus-view.c:8158 + msgid "Safely remove the selected drive" + msgstr "Bezpiecznie usuwa wybrany napęd" + +-#: ../src/nautilus-view.c:8012 ../src/nautilus-view.c:8099 +-#: ../src/nautilus-view.c:8201 ++#: ../src/nautilus-view.c:7972 ../src/nautilus-view.c:8059 ++#: ../src/nautilus-view.c:8161 + msgid "_Disconnect" + msgstr "O_dłącz" + +-#: ../src/nautilus-view.c:8013 ../src/nautilus-view.c:8202 ++#: ../src/nautilus-view.c:7973 ../src/nautilus-view.c:8162 + msgid "Disconnect the selected drive" + msgstr "Odłącza wybrany napęd" + +-#: ../src/nautilus-view.c:8016 ../src/nautilus-view.c:8103 +-#: ../src/nautilus-view.c:8205 ++#: ../src/nautilus-view.c:7976 ../src/nautilus-view.c:8063 ++#: ../src/nautilus-view.c:8165 + msgid "_Stop Multi-disk Drive" + msgstr "Zatrzymaj napęd wielody_skowy" + +-#: ../src/nautilus-view.c:8017 ../src/nautilus-view.c:8206 ++#: ../src/nautilus-view.c:7977 ../src/nautilus-view.c:8166 + msgid "Stop the selected multi-disk drive" + msgstr "Zatrzymuje wybrany napęd wielodyskowy" + +-#: ../src/nautilus-view.c:8020 ../src/nautilus-view.c:8107 +-#: ../src/nautilus-view.c:8209 ++#: ../src/nautilus-view.c:7980 ../src/nautilus-view.c:8067 ++#: ../src/nautilus-view.c:8169 + msgid "_Lock Drive" + msgstr "_Zablokuj napęd" + +-#: ../src/nautilus-view.c:8021 ../src/nautilus-view.c:8210 ++#: ../src/nautilus-view.c:7981 ../src/nautilus-view.c:8170 + msgid "Lock the selected drive" + msgstr "Blokuje wybrany napęd" + +-#: ../src/nautilus-view.c:8063 ../src/nautilus-view.c:8067 ++#: ../src/nautilus-view.c:8023 ../src/nautilus-view.c:8027 + msgid "Start the drive associated with the open folder" + msgstr "Uruchamia napęd związany z otwartym katalogiem" + +-#: ../src/nautilus-view.c:8071 ++#: ../src/nautilus-view.c:8031 + msgid "Connect to the drive associated with the open folder" + msgstr "Łączy z napędem związanym z otwartym katalogiem" + +-#: ../src/nautilus-view.c:8075 ++#: ../src/nautilus-view.c:8035 + msgid "Start the multi-disk drive associated with the open folder" + msgstr "Uruchamia napęd wielodyskowy związany z otwartym katalogiem" + +-#: ../src/nautilus-view.c:8078 ../src/nautilus-view.c:8180 ++#: ../src/nautilus-view.c:8038 ../src/nautilus-view.c:8140 + msgid "_Unlock Drive" + msgstr "Odblok_uj napęd" + +-#: ../src/nautilus-view.c:8079 ++#: ../src/nautilus-view.c:8039 + msgid "Unlock the drive associated with the open folder" + msgstr "Odblokowuje napęd związany z otwartym katalogiem" + +-#: ../src/nautilus-view.c:8092 ++#: ../src/nautilus-view.c:8052 + msgid "_Stop the drive associated with the open folder" + msgstr "_Zatrzymaj napęd związany z otwartym katalogiem" + +-#: ../src/nautilus-view.c:8096 ++#: ../src/nautilus-view.c:8056 + msgid "Safely remove the drive associated with the open folder" + msgstr "Bezpiecznie usuwa napęd związany z otwartym katalogiem" + +-#: ../src/nautilus-view.c:8100 ++#: ../src/nautilus-view.c:8060 + msgid "Disconnect the drive associated with the open folder" + msgstr "Odłącza napęd związany z otwartym katalogiem" + +-#: ../src/nautilus-view.c:8104 ++#: ../src/nautilus-view.c:8064 + msgid "Stop the multi-disk drive associated with the open folder" + msgstr "Zatrzymuje napęd wielodyskowy związany z otwartym katalogiem" + +-#: ../src/nautilus-view.c:8108 ++#: ../src/nautilus-view.c:8068 + msgid "Lock the drive associated with the open folder" + msgstr "Blokuje napęd związany z otwartym katalogiem" + +-#: ../src/nautilus-view.c:8280 ../src/nautilus-view.c:8615 ++#: ../src/nautilus-view.c:8240 ../src/nautilus-view.c:8576 + msgid "Open in New _Window" + msgstr "Otwórz w nowy_m oknie" + +-#: ../src/nautilus-view.c:8335 ../src/nautilus-view.c:8653 ++#: ../src/nautilus-view.c:8295 ../src/nautilus-view.c:8614 + msgid "_Delete Permanently" + msgstr "_Usuń trwale" + +-#: ../src/nautilus-view.c:8336 ++#: ../src/nautilus-view.c:8296 + msgid "Delete the open folder permanently" + msgstr "Usuwa trwale otwarty katalog" + +-#: ../src/nautilus-view.c:8340 ++#: ../src/nautilus-view.c:8300 + msgid "Move the open folder to the Trash" + msgstr "Przenosi otwarty katalog do kosza" + +-#: ../src/nautilus-view.c:8524 ++#: ../src/nautilus-view.c:8486 + #, c-format + msgid "New Folder with Selection (%'d Item)" + msgid_plural "New Folder with Selection (%'d Items)" +@@ -5044,16 +5018,16 @@ msgstr[0] "Nowy katalog za pomocą zaznaczenia (%'d element)" + msgstr[1] "Nowy katalog za pomocą zaznaczenia (%'d elementy)" + msgstr[2] "Nowy katalog za pomocą zaznaczenia (%'d elementów)" + +-#: ../src/nautilus-view.c:8568 ++#: ../src/nautilus-view.c:8530 + #, c-format + msgid "_Open With %s" + msgstr "_Otwórz za pomocą %s" + +-#: ../src/nautilus-view.c:8579 ++#: ../src/nautilus-view.c:8541 + msgid "Run" + msgstr "Uruchom" + +-#: ../src/nautilus-view.c:8617 ++#: ../src/nautilus-view.c:8578 + #, c-format + msgid "Open in %'d New _Window" + msgid_plural "Open in %'d New _Windows" +@@ -5061,7 +5035,7 @@ msgstr[0] "Otwórz w %'d nowym _oknie" + msgstr[1] "Otwórz w %'d nowych _oknach" + msgstr[2] "Otwórz w %'d nowych _oknach" + +-#: ../src/nautilus-view.c:8637 ++#: ../src/nautilus-view.c:8598 + #, c-format + msgid "Open in %'d New _Tab" + msgid_plural "Open in %'d New _Tabs" +@@ -5069,19 +5043,19 @@ msgstr[0] "Otwórz w %'d nowej _karcie" + msgstr[1] "Otwórz w %'d nowych _kartach" + msgstr[2] "Otwórz w %'d nowych _kartach" + +-#: ../src/nautilus-view.c:8654 ++#: ../src/nautilus-view.c:8615 + msgid "Delete all selected items permanently" + msgstr "Trwałe usunięcie wszystkich zaznaczonych elementów" + +-#: ../src/nautilus-view.c:8685 ++#: ../src/nautilus-view.c:8646 + msgid "Remo_ve from Recent" + msgstr "Usuń z _ostatnio używanych" + +-#: ../src/nautilus-view.c:8686 ++#: ../src/nautilus-view.c:8647 + msgid "Remove each selected item from the recently used list" + msgstr "Usuwa każdy z zaznaczonych elementów z listy ostatnio używanych" + +-#: ../src/nautilus-view.c:8726 ++#: ../src/nautilus-view.c:8687 + msgid "View or modify the properties of the open folder" + msgstr "Wyświetla lub modyfikuje właściwości otwartego katalogu" + +@@ -5112,38 +5086,31 @@ msgstr "Upuszczony tekst.txt" + msgid "dropped data" + msgstr "upuszczone dane" + +-#: ../src/nautilus-window.c:829 ++#: ../src/nautilus-window.c:827 + msgid "_Properties" + msgstr "Wł_aściwości" + +-#: ../src/nautilus-window.c:838 ++#: ../src/nautilus-window.c:836 + msgid "_Format…" + msgstr "Sfo_rmatuj…" + +-#: ../src/nautilus-window.c:1189 ++#: ../src/nautilus-window.c:1187 + msgid "_New Tab" + msgstr "_Nowa karta" + +-#: ../src/nautilus-window.c:1199 ../src/nautilus-window-menus.c:587 ++#: ../src/nautilus-window.c:1197 ../src/nautilus-window-menus.c:456 + msgid "Move Tab _Left" + msgstr "Pr_zesuń kartę w lewo" + +-#: ../src/nautilus-window.c:1207 ../src/nautilus-window-menus.c:590 ++#: ../src/nautilus-window.c:1205 ../src/nautilus-window-menus.c:459 + msgid "Move Tab _Right" + msgstr "P_rzesuń kartę w prawo" + +-#: ../src/nautilus-window.c:1218 ++#: ../src/nautilus-window.c:1216 + msgid "_Close Tab" + msgstr "Za_mknij kartę" + +-#. Translators: these two strings here indicate the copyright time span, +-#. * e.g. 1999-2011. +-#. +-#: ../src/nautilus-window.c:2343 +-msgid "Copyright © %Id–%Id The Files authors" +-msgstr "Copyright © %Id–%Id Autorzy menedżera plików" +- +-#: ../src/nautilus-window.c:2349 ++#: ../src/nautilus-window.c:2290 + msgid "Access and organize your files." + msgstr "Organizowanie plików." + +@@ -5151,7 +5118,7 @@ msgstr "Organizowanie plików." + #. * which will be displayed at the bottom of the about + #. * box to give credit to the translator(s). + #. +-#: ../src/nautilus-window.c:2358 ++#: ../src/nautilus-window.c:2299 + msgid "translator-credits" + msgstr "" + "Zbigniew Chyla , 2000-2003\n" +@@ -5165,323 +5132,236 @@ msgstr "" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:470 ++#: ../src/nautilus-window-menus.c:379 + msgid "_Close" + msgstr "Zamkn_ij" + + #. tooltip +-#: ../src/nautilus-window-menus.c:471 ++#: ../src/nautilus-window-menus.c:380 + msgid "Close this folder" + msgstr "Zamyka ten katalog" + +-#: ../src/nautilus-window-menus.c:475 +-msgid "Edit Nautilus preferences" +-msgstr "Modyfikuje preferencje programu Nautilus" +- + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:478 ++#: ../src/nautilus-window-menus.c:383 + msgid "Open _Parent" + msgstr "N_adrzędny" + +-#: ../src/nautilus-window-menus.c:479 ++#: ../src/nautilus-window-menus.c:384 + msgid "Open the parent folder" + msgstr "Otwiera katalog nadrzędny" + + #. tooltip +-#: ../src/nautilus-window-menus.c:483 ++#: ../src/nautilus-window-menus.c:388 + msgid "Stop loading the current location" + msgstr "Zatrzymuje wczytywanie bieżącego położenia" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:486 ++#: ../src/nautilus-window-menus.c:391 + msgid "_Reload" + msgstr "_Odśwież" + + #. tooltip +-#: ../src/nautilus-window-menus.c:487 ++#: ../src/nautilus-window-menus.c:392 + msgid "Reload the current location" + msgstr "Wczytuje ponownie bieżące położenie" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:494 +-msgid "_All Topics" +-msgstr "_Wszystkie tematy" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:495 +-msgid "Display Nautilus help" +-msgstr "Wyświetla pomoc programu Nautilus" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:498 +-msgid "Search for files" +-msgstr "Wyszukiwanie plików" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:499 +-msgid "" +-"Locate files based on file name and type. Save your searches for later use." +-msgstr "" +-"Wyszukiwanie plików na podstawie ich nazwy i typu. Zapisywanie wyszukiwań do " +-"późniejszego użycia." +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:502 +-msgid "Sort files and folders" +-msgstr "Porządkowanie plików i katalogów" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:503 +-msgid "Arrange files by name, size, type, or when they were changed." +-msgstr "" +-"Porządkowanie plików według nazwy, rozmiaru, typu lub daty ostatniej zmiany." +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:506 +-msgid "Find a lost file" +-msgstr "Znajdowanie zgubionego pliku" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:507 +-msgid "Follow these tips if you can't find a file you created or downloaded." +-msgstr "Dzięki tym wskazówkom można znaleźć utworzony lub pobrany plik." +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:510 +-msgid "Share and transfer files" +-msgstr "Współdzielenie i wysyłanie plików" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:511 +-msgid "" +-"Easily transfer files to your contacts and devices from the file manager." +-msgstr "Łatwe wysyłanie plików do kontaktów i urządzeń z menedżera plików." +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:515 +-msgid "Display credits for the creators of Nautilus" +-msgstr "Wyświetla listę twórców programu Nautilus" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:518 ++#: ../src/nautilus-window-menus.c:399 + msgid "Zoom _In" + msgstr "Po_większ" + + #. tooltip +-#: ../src/nautilus-window-menus.c:519 ++#: ../src/nautilus-window-menus.c:400 + msgid "Increase the view size" + msgstr "Zwiększa rozmiar widoku" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:530 ++#: ../src/nautilus-window-menus.c:411 + msgid "Zoom _Out" + msgstr "Po_mniejsz" + + #. tooltip +-#: ../src/nautilus-window-menus.c:531 ++#: ../src/nautilus-window-menus.c:412 + msgid "Decrease the view size" + msgstr "Zmniejsza rozmiar widoku" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:538 ++#: ../src/nautilus-window-menus.c:419 + msgid "Normal Si_ze" + msgstr "Zwykły _rozmiar" + + #. tooltip +-#: ../src/nautilus-window-menus.c:539 ++#: ../src/nautilus-window-menus.c:420 + msgid "Use the normal view size" + msgstr "Ustawia normalny rozmiar widoku" + +-#. tooltip +-#: ../src/nautilus-window-menus.c:543 +-msgid "Connect to a remote computer or shared disk" +-msgstr "Łączy ze zdalnym komputerem lub współdzielonym dyskiem" +- + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:546 ../src/nautilus-window-menus.c:729 ++#: ../src/nautilus-window-menus.c:423 ../src/nautilus-window-menus.c:557 + msgid "_Home" + msgstr "Katalog do_mowy" + + #. tooltip +-#: ../src/nautilus-window-menus.c:547 ++#: ../src/nautilus-window-menus.c:424 + msgid "Open your personal folder" + msgstr "Otwiera katalog osobisty" + +-#: ../src/nautilus-window-menus.c:551 +-msgid "Open another Nautilus window for the displayed location" +-msgstr "Otwiera nowe okno programu Nautilus dla wyświetlanego położenia" +- + #. name, stock id +-#: ../src/nautilus-window-menus.c:554 ++#: ../src/nautilus-window-menus.c:427 + msgid "New _Tab" + msgstr "Nowa _karta" + +-#: ../src/nautilus-window-menus.c:555 ++#: ../src/nautilus-window-menus.c:428 + msgid "Open another tab for the displayed location" + msgstr "Otwiera nową kartę dla wyświetlanego położenia" + + #. name, stock id +-#: ../src/nautilus-window-menus.c:558 +-msgid "Close _All Windows" +-msgstr "Zamknij _wszystkie okna" +- +-#: ../src/nautilus-window-menus.c:559 +-msgid "Close all Navigation windows" +-msgstr "Zamyka wszystkie okna nawigacyjne" +- +-#. name, stock id +-#: ../src/nautilus-window-menus.c:562 ++#: ../src/nautilus-window-menus.c:431 + msgid "_Back" + msgstr "_Wstecz" + +-#: ../src/nautilus-window-menus.c:563 ++#: ../src/nautilus-window-menus.c:432 + msgid "Go to the previous visited location" + msgstr "Przechodzi do ostatnio odwiedzonego położenia" + + #. name, stock id +-#: ../src/nautilus-window-menus.c:566 ++#: ../src/nautilus-window-menus.c:435 + msgid "_Forward" + msgstr "_Naprzód" + +-#: ../src/nautilus-window-menus.c:567 ++#: ../src/nautilus-window-menus.c:436 + msgid "Go to the next visited location" + msgstr "Przechodzi do położenia odwiedzonego w następnej kolejności" + + #. name, stock id +-#: ../src/nautilus-window-menus.c:570 ++#: ../src/nautilus-window-menus.c:439 + msgid "Enter _Location…" + msgstr "_Przejdź do położenia…" + +-#: ../src/nautilus-window-menus.c:571 ++#: ../src/nautilus-window-menus.c:440 + msgid "Specify a location to open" + msgstr "Określa położenie do otwarcia" + + #. name, stock id +-#: ../src/nautilus-window-menus.c:574 ++#: ../src/nautilus-window-menus.c:443 + msgid "Bookmark this Location" + msgstr "Dodaj zakładkę do tego położenia" + +-#: ../src/nautilus-window-menus.c:575 ++#: ../src/nautilus-window-menus.c:444 + msgid "Add a bookmark for the current location" + msgstr "Dodaje zakładkę do bieżącego położenia" + + #. name, stock id +-#: ../src/nautilus-window-menus.c:578 ++#: ../src/nautilus-window-menus.c:447 + msgid "_Bookmarks…" + msgstr "_Zakładki…" + +-#: ../src/nautilus-window-menus.c:579 ++#: ../src/nautilus-window-menus.c:448 + msgid "Display and edit bookmarks" + msgstr "Wyświetla i modyfikuje zakładki" + +-#: ../src/nautilus-window-menus.c:581 ++#: ../src/nautilus-window-menus.c:450 + msgid "_Previous Tab" + msgstr "_Poprzednia karta" + +-#: ../src/nautilus-window-menus.c:582 ++#: ../src/nautilus-window-menus.c:451 + msgid "Activate previous tab" + msgstr "Aktywuje poprzednią kartę" + +-#: ../src/nautilus-window-menus.c:584 ++#: ../src/nautilus-window-menus.c:453 + msgid "_Next Tab" + msgstr "_Następna karta" + +-#: ../src/nautilus-window-menus.c:585 ++#: ../src/nautilus-window-menus.c:454 + msgid "Activate next tab" + msgstr "Aktywuje następną kartę" + +-#: ../src/nautilus-window-menus.c:588 ++#: ../src/nautilus-window-menus.c:457 + msgid "Move current tab to left" + msgstr "Przesuwa bieżącą kartę w lewo" + +-#: ../src/nautilus-window-menus.c:591 ++#: ../src/nautilus-window-menus.c:460 + msgid "Move current tab to right" + msgstr "Przesuwa bieżącą kartę w prawo" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:609 ++#: ../src/nautilus-window-menus.c:478 + msgid "_Show Sidebar" + msgstr "Wyświetlanie panelu _bocznego" + + #. tooltip +-#: ../src/nautilus-window-menus.c:610 ++#: ../src/nautilus-window-menus.c:479 + msgid "Change the visibility of this window's side pane" + msgstr "Zmienia widoczność panelu bocznego tego okna" + + #. is_active + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:614 ++#: ../src/nautilus-window-menus.c:483 + msgid "_Search for Files…" + msgstr "Wysz_ukiwanie plików…" + + #. tooltip +-#: ../src/nautilus-window-menus.c:615 ++#: ../src/nautilus-window-menus.c:484 + msgid "Search documents and folders by name" + msgstr "Wyszukuje dokumenty i katalogi według nazwy" + +-#: ../src/nautilus-window-menus.c:621 ../src/nautilus-window-menus.c:623 ++#: ../src/nautilus-window-menus.c:490 ../src/nautilus-window-menus.c:492 + msgid "List" + msgstr "Lista" + +-#: ../src/nautilus-window-menus.c:622 ++#: ../src/nautilus-window-menus.c:491 + msgid "View items as a list" + msgstr "Wyświetla elementy jako lista" + +-#: ../src/nautilus-window-menus.c:624 ++#: ../src/nautilus-window-menus.c:493 + msgid "View items as a grid of icons" + msgstr "Wyświetla elementy jako siatka ikon" + +-#: ../src/nautilus-window-menus.c:726 ++#: ../src/nautilus-window-menus.c:554 + msgid "_Up" + msgstr "_Góra" + +-#: ../src/nautilus-window-slot.c:1279 ../src/nautilus-window-slot.c:1451 ++#: ../src/nautilus-window-slot.c:1288 ../src/nautilus-window-slot.c:1460 + #, c-format + msgid "Unable to load location" + msgstr "Nie można wczytać położenia" + +-#: ../src/nautilus-window-slot.c:1606 ++#: ../src/nautilus-window-slot.c:1615 + msgid "Unable to display the contents of this folder." + msgstr "Nie można wyświetlić zawartości tego katalogu." + +-#: ../src/nautilus-window-slot.c:1608 ++#: ../src/nautilus-window-slot.c:1617 + msgid "This location doesn't appear to be a folder." + msgstr "To położenie nie jest katalogiem." + +-#: ../src/nautilus-window-slot.c:1613 ++#: ../src/nautilus-window-slot.c:1622 + msgid "" + "Unable to find the requested file. Please check the spelling and try again." + msgstr "" + "Nie można odnaleźć żądanego pliku. Proszę sprawdzić, czy wpisano je " + "poprawnie, i spróbować ponownie." + +-#: ../src/nautilus-window-slot.c:1618 ++#: ../src/nautilus-window-slot.c:1627 + #, c-format + msgid "“%s” locations are not supported." + msgstr "Położenia \"%s\" nie są obsługiwane." + +-#: ../src/nautilus-window-slot.c:1621 ++#: ../src/nautilus-window-slot.c:1630 + msgid "Unable to handle this kind of location." + msgstr "Nie można obsłużyć tego rodzaju położenia." + +-#: ../src/nautilus-window-slot.c:1626 ++#: ../src/nautilus-window-slot.c:1635 + msgid "Unable to access the requested location." + msgstr "Nie można uzyskać dostępu do żądanego położenia." + +-#: ../src/nautilus-window-slot.c:1629 ++#: ../src/nautilus-window-slot.c:1638 + msgid "Don't have permission to access the requested location." + msgstr "Brak uprawnień do dostępu do żądanego położenia." + +@@ -5490,7 +5370,7 @@ msgstr "Brak uprawnień do dostępu do żądanego położenia." + #. * But this case is also hit for legitimate web addresses when + #. * the proxy is set up wrong. + #. +-#: ../src/nautilus-window-slot.c:1637 ++#: ../src/nautilus-window-slot.c:1646 + msgid "" + "Unable to find the requested location. Please check the spelling or the " + "network settings." +@@ -5498,12 +5378,12 @@ msgstr "" + "Nie można odnaleźć żądanego położenia. Proszę sprawdzić, czy wpisano je " + "poprawnie oraz czy ustawienia sieci są poprawne." + +-#: ../src/nautilus-window-slot.c:1648 ++#: ../src/nautilus-window-slot.c:1657 + #, c-format + msgid "Unhandled error message: %s" + msgstr "Nieobsłużony komunikat błędu: %s" + +-#: ../src/nautilus-window-slot.c:2249 ++#: ../src/nautilus-window-slot.c:2212 + msgid "Searching…" + msgstr "Wyszukiwanie…" + +diff --git a/po/te.po b/po/te.po +index 759f81b..81bee1f 100644 +--- a/po/te.po ++++ b/po/te.po +@@ -3,22 +3,22 @@ + # This file is distributed under the same license as the nautilus package. + # + # ++# + # Prajasakti Localisation Team , 2005. + # ఎమ్.ఎ.కలీమ్ , 2005. + # శ్యామ్ కలకోటి , 2005. +-# Krishna Babu K , 2008, 2009, 2011, 2012, 2013. ++# Krishna Babu K , 2008, 2009, 2011, 2012, 2013, 2014. + # Hari Krishna , 2011, 2012. + # Praveen Illa , 2010, 2011, 2012, 2013. +-# + msgid "" + msgstr "" + "Project-Id-Version: nautilus.master.te\n" + "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" + "product=nautilus&keywords=I18N+L10N&component=Internationalization (i18n)\n" +-"POT-Creation-Date: 2013-03-21 14:28+0000\n" +-"PO-Revision-Date: 2013-03-26 19:33+0530\n" +-"Last-Translator: Praveen Illa \n" +-"Language-Team: Telugu \n" ++"POT-Creation-Date: 2014-09-23 10:10+0000\n" ++"PO-Revision-Date: 2014-09-23 17:08+0530\n" ++"Last-Translator: Krishnababu Krothapalli \n" ++"Language-Team: Telugu \n" + "Language: te\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" +@@ -26,30 +26,54 @@ msgstr "" + "Plural-Forms: nplurals=2; plural=(n != 1);\n" + "X-Generator: Lokalize 1.5\n" + ++#: ../data/org.gnome.Nautilus.appdata.xml.in.h:1 ++msgid "" ++"Nautilus, also known as Files, is the default file manager of the GNOME " ++"desktop. It provides a simple and integrated way of managing your files and " ++"browsing your file system." ++msgstr "" ++"నాటిలస్, ఫైల్స్ గా కూడా పిలువబడును, ఇది గ్రోమ్ డెస్కుటాప్ నందు అప్రమేయ ఫైల్ " ++"నిర్వాహిక. ఇది మీ ఫైళ్ళను నిర్వహించుటకు మరియు మీ ఫైల్ సిస్టమ్స్ విహారించుటకు " ++"సులువైన మార్గం అందించును." ++ ++#: ../data/org.gnome.Nautilus.appdata.xml.in.h:2 ++msgid "" ++"Nautilus supports all the basic functions of a file manager and more. It can " ++"search and manage your files and folders, both locally and on a network, " ++"read and write data to and from removable media, run scripts, and launch " ++"applications. It has three views: Icon Grid, Icon List, and Tree List. Its " ++"functions can be extended with plugins and scripts." ++msgstr "" ++"నాటిలస్ ఫైల్ నిర్వాహిక యొక్క ప్రాధమిక ఫంక్షన్లను అందించును. ఇది మీ స్థానిక " ++"మరియు నెట్వర్క్ స్థానములనందలి ఫైళ్ళను వెతుక గలదు నిర్వహించగలదు, తీసిపెట్టగల " ++"మాధ్యమానికి డాటా వ్రాయగలదు నుండి చదువగలదు, స్క్రిప్ట్స్ నడుపగలదు, " ++"అనువర్తనాలను దించగలదు. అది ముడు దర్శనాలను కలిగివుంటుంది: ప్రతిమ జాబితా, " ++"ప్రతిమ గ్రిడ్, మరియు ట్రీ జాబితా. దీని ఫంక్షన్లు చొప్పింతలతో మరియు " ++"స్క్రిప్టులతో విస్తరింపచేయవచ్చు." ++ + #: ../data/nautilus-autorun-software.desktop.in.in.h:1 + msgid "Run Software" + msgstr "సాఫ్ట్‍వేరుని నడుపు" + + #. set dialog properties + #: ../data/nautilus-connect-server.desktop.in.in.h:1 +-#: ../src/nautilus-connect-server-dialog.c:588 +-#: ../src/nautilus-places-sidebar.c:800 ++#: ../src/nautilus-connect-server-dialog.c:547 + msgid "Connect to Server" + msgstr "సేవకానికి అనుసంధానించు" + + #. Set initial window title +-#: ../data/nautilus.desktop.in.in.h:1 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:1 + #: ../src/nautilus-file-management-properties.ui.h:29 +-#: ../src/nautilus-properties-window.c:4474 ../src/nautilus-window.c:1860 +-#: ../src/nautilus-window.c:2058 ++#: ../src/nautilus-properties-window.c:4449 ../src/nautilus-window.c:2119 ++#: ../src/nautilus-window.c:2288 + msgid "Files" + msgstr "దస్త్రాలు" + +-#: ../data/nautilus.desktop.in.in.h:2 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:2 + msgid "Access and organize files" + msgstr "దస్త్రాలను నిర్వహించండి మరియు ప్రాప్తించండి" + +-#: ../data/nautilus.desktop.in.in.h:3 ++#: ../data/org.gnome.Nautilus.desktop.in.in.h:3 + msgid "folder;manager;explore;disk;filesystem;" + msgstr "సంచయం;నిర్వాహకం;అన్వేషించండి;డిస్కు;దస్త్రవ్యవస్థ;" + +@@ -57,140 +81,173 @@ msgstr "సంచయం;నిర్వాహకం;అన్వేషించ + msgid "Saved search" + msgstr "భద్రపరచబడిన శోధన" + +-#: ../eel/eel-canvas.c:1255 ../eel/eel-canvas.c:1256 ++#: ../eel/eel-canvas.c:1254 ../eel/eel-canvas.c:1255 + msgid "X" + msgstr "X" + +-#: ../eel/eel-canvas.c:1262 ../eel/eel-canvas.c:1263 ++#: ../eel/eel-canvas.c:1261 ../eel/eel-canvas.c:1262 + msgid "Y" + msgstr "Y" + +-#: ../eel/eel-editable-label.c:313 ../libnautilus-private/nautilus-file.c:6159 +-#: ../libnautilus-private/nautilus-file.c:6160 ++#: ../eel/eel-editable-label.c:312 ../libnautilus-private/nautilus-file.c:6393 ++#: ../libnautilus-private/nautilus-file.c:6394 + msgid "Text" + msgstr "పాఠ్యం" + +-#: ../eel/eel-editable-label.c:314 ++#: ../eel/eel-editable-label.c:313 + msgid "The text of the label." + msgstr "లేబుల్ యొక్క పాఠ్యం." + +-#: ../eel/eel-editable-label.c:320 ++#: ../eel/eel-editable-label.c:319 + msgid "Justification" + msgstr "సర్దుబాటు" + +-#: ../eel/eel-editable-label.c:321 ++#: ../eel/eel-editable-label.c:320 + msgid "" + "The alignment of the lines in the text of the label relative to each other. " + "This does NOT affect the alignment of the label within its allocation. See " + "GtkMisc::xalign for that." + msgstr "" +-"లేబుల్ యొక్క పాఠ్యమునందలి వరుసలయొక్క అమర్పు ఒకదానికి ఒకటి సారూప్యంగా ఉంటాయి. ఇది లేబుల్ యొక్క అమర్పుపై " ++"లేబుల్ యొక్క పాఠ్యమునందలి వరుసలయొక్క అమర్పు ఒకదానికి ఒకటి సారూప్యంగా ఉంటాయి. " ++"ఇది లేబుల్ యొక్క అమర్పుపై " + "దాని స్థానమునందు ఎటువంటి ప్రభావాన్ని చూపదు. దానికొరకు GtkMisc::xalign చూడండి." + +-#: ../eel/eel-editable-label.c:329 ++#: ../eel/eel-editable-label.c:328 + msgid "Line wrap" + msgstr "పంక్తి చుట్టివేత" + +-#: ../eel/eel-editable-label.c:330 ++#: ../eel/eel-editable-label.c:329 + msgid "If set, wrap lines if the text becomes too wide." +-msgstr "ఒకవేళ అమర్చినట్లయితే, పాఠ్యము మరీ వెడల్పుగావుంటే పంక్తులను చుట్టివేస్తుంది." ++msgstr "" ++"ఒకవేళ అమర్చినట్లయితే, పాఠ్యము మరీ వెడల్పుగావుంటే పంక్తులను చుట్టివేస్తుంది." + +-#: ../eel/eel-editable-label.c:337 ++#: ../eel/eel-editable-label.c:336 + msgid "Cursor Position" + msgstr "కర్సర్ స్థానము" + +-#: ../eel/eel-editable-label.c:338 ++#: ../eel/eel-editable-label.c:337 + msgid "The current position of the insertion cursor in chars." + msgstr "చొప్పించబడిన కర్సర్ యొక్క ప్రస్తుత స్థానము అక్షరాలలో ఉంది." + +-#: ../eel/eel-editable-label.c:347 ++#: ../eel/eel-editable-label.c:346 + msgid "Selection Bound" + msgstr "ఎంపిక హద్దు" + +-#: ../eel/eel-editable-label.c:348 ++#: ../eel/eel-editable-label.c:347 + msgid "" + "The position of the opposite end of the selection from the cursor in chars." + msgstr "కర్సర్ నుండి ఎంపికయొక్క వ్యతిరేక స్థానము అక్షరములలో." + ++#. name, stock id ++#. label, accelerator ++#: ../eel/eel-editable-label.c:3084 ++#: ../libnautilus-private/nautilus-clipboard.c:356 ../src/nautilus-view.c:7159 ++#: ../src/nautilus-view.c:7312 ++msgid "Cu_t" ++msgstr "కత్తిరించు (_t)" ++ ++#. name, stock id ++#. label, accelerator ++#: ../eel/eel-editable-label.c:3086 ++#: ../libnautilus-private/nautilus-clipboard.c:360 ../src/nautilus-view.c:7163 ++#: ../src/nautilus-view.c:7316 ++#| msgid "_Copy Here" ++msgid "_Copy" ++msgstr "నకలు (_C)" ++ ++#. name, stock id ++#. label, accelerator + #: ../eel/eel-editable-label.c:3088 ++#: ../libnautilus-private/nautilus-clipboard.c:364 ../src/nautilus-view.c:7167 ++msgid "_Paste" ++msgstr "అతికించు (_P)" ++ ++#: ../eel/eel-editable-label.c:3091 + msgid "Select All" + msgstr "అన్నిటిని ఎంచుకొను" + +-#: ../eel/eel-editable-label.c:3099 +-msgid "Input Methods" +-msgstr "ప్రవేశ పద్ధతులు" +- +-#: ../eel/eel-gtk-extensions.c:327 ++#: ../eel/eel-gtk-extensions.c:326 + msgid "Show more _details" + msgstr "మరిన్ని వివరాలను చూపించు (_d)" + +-#: ../eel/eel-stock-dialogs.c:205 ++#. Put up the timed wait window. ++#: ../eel/eel-stock-dialogs.c:195 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:542 ++#: ../libnautilus-private/nautilus-file-operations.c:183 ++#: ../src/nautilus-connect-server-dialog.c:653 ++#: ../src/nautilus-location-entry.c:274 ../src/nautilus-mime-actions.c:647 ++#: ../src/nautilus-mime-actions.c:651 ../src/nautilus-mime-actions.c:722 ++#: ../src/nautilus-mime-actions.c:1065 ../src/nautilus-mime-actions.c:1571 ++#: ../src/nautilus-mime-actions.c:1795 ++#: ../src/nautilus-properties-window.c:4440 ++#: ../src/nautilus-properties-window.c:5416 ../src/nautilus-query-editor.c:519 ++#: ../src/nautilus-view.c:964 ../src/nautilus-view.c:1478 ++#: ../src/nautilus-view.c:1598 ../src/nautilus-view.c:5948 ++#| msgid "Cancel" ++msgid "_Cancel" ++msgstr "రద్దుచేయి (_C)" ++ ++#: ../eel/eel-stock-dialogs.c:204 + msgid "You can stop this operation by clicking cancel." + msgstr "రద్దుచేయి నొక్కుట ద్వారా మీరు ఈ కార్యమును ఆపివేయవచ్చు." + +-#: ../eel/eel-vfs-extensions.c:99 ++#: ../eel/eel-vfs-extensions.c:98 + msgid " (invalid Unicode)" + msgstr "(తప్పుడు యూనికోడ్)" + +-#: ../libnautilus-private/nautilus-bookmark.c:108 +-#: ../libnautilus-private/nautilus-desktop-link.c:134 +-#: ../libnautilus-private/nautilus-file-utilities.c:275 +-#: ../src/nautilus-pathbar.c:295 ../src/nautilus-places-sidebar.c:528 +-#: ../src/nautilus-query-editor.c:1164 +-#: ../src/nautilus-shell-search-provider.c:310 ++#: ../libnautilus-private/nautilus-bookmark.c:107 ++#: ../libnautilus-private/nautilus-desktop-link.c:129 ++#: ../libnautilus-private/nautilus-file-utilities.c:265 ++#: ../src/nautilus-list-view.c:1828 ../src/nautilus-pathbar.c:295 ++#: ../src/nautilus-query-editor.c:1094 ++#: ../src/nautilus-shell-search-provider.c:285 + msgid "Home" + msgstr "నివాసం" + +-#: ../libnautilus-private/nautilus-canvas-container.c:2381 ++#: ../libnautilus-private/nautilus-canvas-container.c:2449 + msgid "The selection rectangle" + msgstr "దీర్ఘచతురస్రపు ఎంపిక" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:359 ++#: ../libnautilus-private/nautilus-clipboard.c:357 + msgid "Cut the selected text to the clipboard" + msgstr "ఎంచుకున్న పాఠ్యమును క్లిప్‌బోర్డుకు కత్తిరించు" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:363 ++#: ../libnautilus-private/nautilus-clipboard.c:361 + msgid "Copy the selected text to the clipboard" + msgstr "ఎంచుకున్న పాఠ్యమును క్లిప్‌బోర్డుకు నకలుతీయి" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:367 ++#: ../libnautilus-private/nautilus-clipboard.c:365 + msgid "Paste the text stored on the clipboard" + msgstr "క్లిప్‌బోర్డులో ఉన్న పాఠ్యమును అతికించు" + + #. name, stock id + #. label, accelerator +-#: ../libnautilus-private/nautilus-clipboard.c:370 ../src/nautilus-view.c:7174 ++#: ../libnautilus-private/nautilus-clipboard.c:368 ../src/nautilus-view.c:7183 + msgid "Select _All" + msgstr "అన్నిటినీ ఎంచుకోండి (_A)" + + #. tooltip +-#: ../libnautilus-private/nautilus-clipboard.c:371 ++#: ../libnautilus-private/nautilus-clipboard.c:369 + msgid "Select all the text in a text field" + msgstr "పాఠ్యపుక్షేత్రంలోని పాఠ్యం మొత్తాన్ని ఎంచుకోండి" + +-#: ../libnautilus-private/nautilus-column-chooser.c:372 ++#: ../libnautilus-private/nautilus-column-chooser.c:374 + msgid "Move _Up" + msgstr "పైకి కదుపు (_U)" + +-#: ../libnautilus-private/nautilus-column-chooser.c:382 ++#: ../libnautilus-private/nautilus-column-chooser.c:383 + msgid "Move Dow_n" + msgstr "క్రిందికి కదుపు (_n)" + +-#: ../libnautilus-private/nautilus-column-chooser.c:395 ++#: ../libnautilus-private/nautilus-column-chooser.c:396 + msgid "Use De_fault" + msgstr "అప్రమేయమును వాడు (_f)" + + #: ../libnautilus-private/nautilus-column-utilities.c:56 +-#: ../src/nautilus-list-view.c:1708 ++#: ../src/nautilus-list-view.c:2041 + msgid "Name" + msgstr "పేరు" + +@@ -222,168 +279,182 @@ msgstr "సవరించబడినది" + msgid "The date the file was modified." + msgstr "దస్త్రం సవరించబడిన తేది." + ++#: ../libnautilus-private/nautilus-column-utilities.c:86 ++msgid "Accessed" ++msgstr "వాడబడినది" ++ + #: ../libnautilus-private/nautilus-column-utilities.c:87 ++msgid "The date the file was accessed." ++msgstr "దస్త్రం వాడబడిన తేది." ++ ++#: ../libnautilus-private/nautilus-column-utilities.c:95 + msgid "Owner" + msgstr "యజమాని" + +-#: ../libnautilus-private/nautilus-column-utilities.c:88 ++#: ../libnautilus-private/nautilus-column-utilities.c:96 + msgid "The owner of the file." + msgstr "దస్త్రం యజమాని." + +-#: ../libnautilus-private/nautilus-column-utilities.c:95 ++#: ../libnautilus-private/nautilus-column-utilities.c:103 + msgid "Group" + msgstr "సమూహం" + +-#: ../libnautilus-private/nautilus-column-utilities.c:96 ++#: ../libnautilus-private/nautilus-column-utilities.c:104 + msgid "The group of the file." + msgstr "దస్త్రం యొక్క సమూహం." + +-#: ../libnautilus-private/nautilus-column-utilities.c:103 +-#: ../src/nautilus-properties-window.c:4536 ++#: ../libnautilus-private/nautilus-column-utilities.c:111 ++#: ../src/nautilus-properties-window.c:4511 + msgid "Permissions" + msgstr "అనుమతులు" + +-#: ../libnautilus-private/nautilus-column-utilities.c:104 ++#: ../libnautilus-private/nautilus-column-utilities.c:112 + msgid "The permissions of the file." + msgstr "దస్త్రం యొక్క అనుమతులు." + +-#: ../libnautilus-private/nautilus-column-utilities.c:111 ++#: ../libnautilus-private/nautilus-column-utilities.c:119 + msgid "MIME Type" + msgstr "MIME రకం" + +-#: ../libnautilus-private/nautilus-column-utilities.c:112 ++#: ../libnautilus-private/nautilus-column-utilities.c:120 + msgid "The mime type of the file." + msgstr "దస్త్రం యొక్క mime రకం." + +-#: ../libnautilus-private/nautilus-column-utilities.c:119 +-#: ../src/nautilus-image-properties-page.c:415 ++#: ../libnautilus-private/nautilus-column-utilities.c:127 ++#: ../src/nautilus-image-properties-page.c:413 + msgid "Location" + msgstr "స్థానము" + +-#: ../libnautilus-private/nautilus-column-utilities.c:120 ++#: ../libnautilus-private/nautilus-column-utilities.c:128 + msgid "The location of the file." + msgstr "దస్త్రం యొక్క ప్రదేశము." + +-#: ../libnautilus-private/nautilus-column-utilities.c:161 ++#: ../libnautilus-private/nautilus-column-utilities.c:169 + msgid "Trashed On" + msgstr "చెత్తబుట్టలో వేసిన తేదీ" + +-#: ../libnautilus-private/nautilus-column-utilities.c:162 ++#: ../libnautilus-private/nautilus-column-utilities.c:170 + msgid "Date when file was moved to the Trash" + msgstr "దస్త్రాన్ని చెత్తబుట్టకు తరలించిన తేదీ" + +-#: ../libnautilus-private/nautilus-column-utilities.c:168 ++#: ../libnautilus-private/nautilus-column-utilities.c:176 + msgid "Original Location" + msgstr "అసలు స్థానము" + +-#: ../libnautilus-private/nautilus-column-utilities.c:169 ++#: ../libnautilus-private/nautilus-column-utilities.c:177 + msgid "Original location of file before moved to the Trash" + msgstr "చెత్తబుట్టలోకి తరలించక ముందు దస్త్రం యొక్క ఆసలు స్థానము" + +-#: ../libnautilus-private/nautilus-column-utilities.c:186 ++#: ../libnautilus-private/nautilus-column-utilities.c:194 + msgid "Relevance" + msgstr "సాంగత్వము" + +-#: ../libnautilus-private/nautilus-column-utilities.c:187 ++#: ../libnautilus-private/nautilus-column-utilities.c:195 + msgid "Relevance rank for search" + msgstr "శోధించుటకై సాంగత్వ ర్యాంకు" + +-#: ../libnautilus-private/nautilus-desktop-directory-file.c:435 +-#: ../libnautilus-private/nautilus-desktop-icon-file.c:151 ++#: ../libnautilus-private/nautilus-desktop-directory-file.c:433 ++#: ../libnautilus-private/nautilus-desktop-icon-file.c:149 + msgid "on the desktop" + msgstr "డెస్క్‍టాప్‌ పైన" + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:89 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:83 + #, c-format + msgid "You cannot move the volume “%s” to the trash." + msgstr "మీరు “%s” సంపుటమును చెత్తబుట్టకు తరలించలేరు." + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:99 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:93 + msgid "" + "If you want to eject the volume, please use Eject in the popup menu of the " + "volume." + msgstr "" +-"ఒకవేళ మీరు సంపుటమును బయటకు నెట్టివేయాలనుకుంటే, దయచేసి సంపుటము యొక్క పాప్అప్ మెనూలోని నెట్టివేయి " ++"ఒకవేళ మీరు సంపుటమును బయటకు నెట్టివేయాలనుకుంటే, దయచేసి సంపుటము యొక్క పాప్అప్ " ++"మెనూలోని నెట్టివేయి " + "వాడండి." + +-#: ../libnautilus-private/nautilus-desktop-link-monitor.c:108 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:95 ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:104 ++#: ../src/nautilus-location-entry.c:274 ../src/nautilus-mime-actions.c:1065 ++#: ../src/nautilus-mime-actions.c:1242 ../src/nautilus-mime-actions.c:1795 ++#: ../src/nautilus-view.c:964 ++msgid "_OK" ++msgstr "సరే (_O)" ++ ++#: ../libnautilus-private/nautilus-desktop-link-monitor.c:102 + msgid "" + "If you want to unmount the volume, please use Unmount Volume in the popup " + "menu of the volume." + msgstr "" +-"ఒకవేళ మీరు సంపుటమును అనధిరోహించాలనుకుంటే, దయచేసి సంపుటము యొక్క పాప్అప్ మెనూలోని సంపుటాన్ని " ++"ఒకవేళ మీరు సంపుటమును అనధిరోహించాలనుకుంటే, దయచేసి సంపుటము యొక్క పాప్అప్ " ++"మెనూలోని సంపుటాన్ని " + "అనధిరోహించు వాడండి." + + #. Translators: this is of the format "hostname (uri-scheme)" +-#: ../libnautilus-private/nautilus-directory.c:523 ++#: ../libnautilus-private/nautilus-directory.c:517 + #, c-format + msgid "%s (%s)" + msgstr "%s (%s)" + +-#: ../libnautilus-private/nautilus-dnd.c:767 ++#: ../libnautilus-private/nautilus-dnd.c:773 + msgid "_Move Here" + msgstr "ఇక్కడకు తరలించండి (_M)" + +-#: ../libnautilus-private/nautilus-dnd.c:772 ++#: ../libnautilus-private/nautilus-dnd.c:778 + msgid "_Copy Here" + msgstr "ఇక్కడకు నకలుచేయి (_C)" + +-#: ../libnautilus-private/nautilus-dnd.c:777 ++#: ../libnautilus-private/nautilus-dnd.c:783 + msgid "_Link Here" + msgstr "ఇక్కడకు లంకెచేయి (_L)" + +-#: ../libnautilus-private/nautilus-dnd.c:782 +-msgid "Set as _Background" +-msgstr "నేపథ్యము వలె అమర్చు (_B)" +- +-#: ../libnautilus-private/nautilus-dnd.c:789 ++#: ../libnautilus-private/nautilus-dnd.c:790 + msgid "Cancel" + msgstr "రద్దుచేయి" + +-#: ../libnautilus-private/nautilus-file.c:1209 +-#: ../libnautilus-private/nautilus-vfs-file.c:356 ++#: ../libnautilus-private/nautilus-file.c:1226 ++#: ../libnautilus-private/nautilus-vfs-file.c:369 + msgid "This file cannot be mounted" + msgstr "ఈ దస్త్రం మౌంటు కాదు" + +-#: ../libnautilus-private/nautilus-file.c:1254 ++#: ../libnautilus-private/nautilus-file.c:1271 + msgid "This file cannot be unmounted" + msgstr "ఈ దస్త్రం అన్‌మౌంటు కాలేదు" + +-#: ../libnautilus-private/nautilus-file.c:1288 ++#: ../libnautilus-private/nautilus-file.c:1305 + msgid "This file cannot be ejected" + msgstr "ఈ దస్త్రం నెట్టివేయబడదు" + +-#: ../libnautilus-private/nautilus-file.c:1321 +-#: ../libnautilus-private/nautilus-vfs-file.c:534 ++#: ../libnautilus-private/nautilus-file.c:1338 ++#: ../libnautilus-private/nautilus-vfs-file.c:547 + msgid "This file cannot be started" + msgstr "ఈ దస్త్రం ప్రారంభము కాబడదు" + +-#: ../libnautilus-private/nautilus-file.c:1373 +-#: ../libnautilus-private/nautilus-file.c:1404 ++#: ../libnautilus-private/nautilus-file.c:1390 ++#: ../libnautilus-private/nautilus-file.c:1421 + msgid "This file cannot be stopped" + msgstr "ఈ దస్త్రం ఆపబడదు" + +-#: ../libnautilus-private/nautilus-file.c:1823 ++#: ../libnautilus-private/nautilus-file.c:1840 + #, c-format + msgid "Slashes are not allowed in filenames" + msgstr "దస్త్ర పేరులలో స్లాషెస్ అనుమతింపబడవు" + +-#: ../libnautilus-private/nautilus-file.c:1841 ++#: ../libnautilus-private/nautilus-file.c:1858 + #, c-format + msgid "File not found" + msgstr "దస్త్రం కనబడలేదు" + +-#: ../libnautilus-private/nautilus-file.c:1869 ++#: ../libnautilus-private/nautilus-file.c:1886 + #, c-format + msgid "Toplevel files cannot be renamed" + msgstr "పై స్థాయి దస్త్రాల పేర్లు మార్చబడవు" + +-#: ../libnautilus-private/nautilus-file.c:1892 ++#: ../libnautilus-private/nautilus-file.c:1909 + #, c-format + msgid "Unable to rename desktop icon" + msgstr "డెస్క్‍టాప్‌ ప్రతీక పేరుమార్చలేకపోతుంది" + +-#: ../libnautilus-private/nautilus-file.c:1921 ++#: ../libnautilus-private/nautilus-file.c:1938 + #, c-format + msgid "Unable to rename desktop file" + msgstr "డెస్క్‍టాప్‌ దస్త్రం పేరుమార్చలేకపోతుంది" +@@ -400,76 +471,76 @@ msgstr "డెస్క్‍టాప్‌ దస్త్రం పేరు + #. * off zero padding, and putting a "_" there will use + #. * space padding instead of zero padding. + #. +-#: ../libnautilus-private/nautilus-file.c:4430 ++#: ../libnautilus-private/nautilus-file.c:4679 + msgid "%R" + msgstr "%R" + +-#: ../libnautilus-private/nautilus-file.c:4431 ++#: ../libnautilus-private/nautilus-file.c:4680 + msgid "%-I:%M %P" + msgstr "%-I:%M %P" + +-#: ../libnautilus-private/nautilus-file.c:4432 +-#: ../libnautilus-private/nautilus-file.c:4433 ++#: ../libnautilus-private/nautilus-file.c:4681 ++#: ../libnautilus-private/nautilus-file.c:4682 + msgid "%b %-e" + msgstr "%b %-e" + +-#: ../libnautilus-private/nautilus-file.c:4434 ++#: ../libnautilus-private/nautilus-file.c:4683 + msgid "%b %-d %Y" + msgstr "%b %-d %Y" + +-#: ../libnautilus-private/nautilus-file.c:4435 ++#: ../libnautilus-private/nautilus-file.c:4684 + msgid "%a, %b %e %Y %I:%M:%S %p" + msgstr "%a, %b %e %Y %I:%M:%S %p" + +-#: ../libnautilus-private/nautilus-file.c:4436 ++#: ../libnautilus-private/nautilus-file.c:4685 + msgid "%a, %b %e %Y %T" + msgstr "%a, %b %e %Y %T" + +-#: ../libnautilus-private/nautilus-file.c:4935 ++#: ../libnautilus-private/nautilus-file.c:5168 + #, c-format + msgid "Not allowed to set permissions" + msgstr "అనుమతులను అమర్చుటకు అనుమతించుటలేదు" + +-#: ../libnautilus-private/nautilus-file.c:5230 ++#: ../libnautilus-private/nautilus-file.c:5463 + #, c-format + msgid "Not allowed to set owner" + msgstr "యజమానిని అమర్చుటకు అనుమతించుటలేదు" + +-#: ../libnautilus-private/nautilus-file.c:5248 ++#: ../libnautilus-private/nautilus-file.c:5481 + #, c-format + msgid "Specified owner '%s' doesn't exist" + msgstr "నిర్దిష్ట '%s' యజమాని లేడు" + +-#: ../libnautilus-private/nautilus-file.c:5512 ++#: ../libnautilus-private/nautilus-file.c:5745 + #, c-format + msgid "Not allowed to set group" + msgstr "సమూహమును అమర్చుటకు అనుమతించుటలేదు" + +-#: ../libnautilus-private/nautilus-file.c:5530 ++#: ../libnautilus-private/nautilus-file.c:5763 + #, c-format + msgid "Specified group '%s' doesn't exist" + msgstr "నిర్దిష్ట సమూహం '%s' అసలు లేదు" + + #. Translators: "Me" is used to indicate the file is owned by me (the current user) +-#: ../libnautilus-private/nautilus-file.c:5664 ++#: ../libnautilus-private/nautilus-file.c:5898 + msgid "Me" + msgstr "నేను" + +-#: ../libnautilus-private/nautilus-file.c:5688 ++#: ../libnautilus-private/nautilus-file.c:5922 + #, c-format + msgid "%'u item" + msgid_plural "%'u items" + msgstr[0] "%'u అంశం" + msgstr[1] "%'u అంశాలు" + +-#: ../libnautilus-private/nautilus-file.c:5689 ++#: ../libnautilus-private/nautilus-file.c:5923 + #, c-format + msgid "%'u folder" + msgid_plural "%'u folders" + msgstr[0] "%'u సంచయం" + msgstr[1] "%'u సంచయాలు" + +-#: ../libnautilus-private/nautilus-file.c:5690 ++#: ../libnautilus-private/nautilus-file.c:5924 + #, c-format + msgid "%'u file" + msgid_plural "%'u files" +@@ -477,92 +548,92 @@ msgstr[0] "%'u దస్త్రం" + msgstr[1] "%'u దస్త్రాలు" + + #. This means no contents at all were readable +-#: ../libnautilus-private/nautilus-file.c:6086 +-#: ../libnautilus-private/nautilus-file.c:6102 ++#: ../libnautilus-private/nautilus-file.c:6320 ++#: ../libnautilus-private/nautilus-file.c:6336 + msgid "? items" + msgstr "? అంశాలు" + + #. This means no contents at all were readable +-#: ../libnautilus-private/nautilus-file.c:6092 ++#: ../libnautilus-private/nautilus-file.c:6326 + msgid "? bytes" + msgstr "? బైట్లు" + +-#: ../libnautilus-private/nautilus-file.c:6109 +-#: ../libnautilus-private/nautilus-file.c:6189 ++#: ../libnautilus-private/nautilus-file.c:6343 ++#: ../libnautilus-private/nautilus-file.c:6423 + msgid "Unknown" + msgstr "తెలియదు" + + #. Fallback, use for both unknown attributes and attributes + #. * for which we have no more appropriate default. + #. +-#: ../libnautilus-private/nautilus-file.c:6123 +-#: ../src/nautilus-properties-window.c:1181 ++#: ../libnautilus-private/nautilus-file.c:6357 ++#: ../src/nautilus-properties-window.c:1198 + msgid "unknown" + msgstr "తెలియదు" + +-#: ../libnautilus-private/nautilus-file.c:6153 +-#: ../libnautilus-private/nautilus-file.c:6161 +-#: ../libnautilus-private/nautilus-file.c:6212 ++#: ../libnautilus-private/nautilus-file.c:6387 ++#: ../libnautilus-private/nautilus-file.c:6395 ++#: ../libnautilus-private/nautilus-file.c:6446 + msgid "Program" + msgstr "కార్యక్రమం" + +-#: ../libnautilus-private/nautilus-file.c:6154 ++#: ../libnautilus-private/nautilus-file.c:6388 + msgid "Audio" + msgstr "శ్రవ్యకం" + +-#: ../libnautilus-private/nautilus-file.c:6155 ++#: ../libnautilus-private/nautilus-file.c:6389 + msgid "Font" + msgstr "ఖతి" + +-#: ../libnautilus-private/nautilus-file.c:6156 +-#: ../src/nautilus-image-properties-page.c:769 ++#: ../libnautilus-private/nautilus-file.c:6390 ++#: ../src/nautilus-image-properties-page.c:767 + msgid "Image" + msgstr "బొమ్మ" + +-#: ../libnautilus-private/nautilus-file.c:6157 ++#: ../libnautilus-private/nautilus-file.c:6391 + msgid "Archive" + msgstr "కవిలె" + +-#: ../libnautilus-private/nautilus-file.c:6158 ++#: ../libnautilus-private/nautilus-file.c:6392 + msgid "Markup" + msgstr "ప్రత్యేకించు" + +-#: ../libnautilus-private/nautilus-file.c:6162 +-#: ../src/nautilus-query-editor.c:425 ++#: ../libnautilus-private/nautilus-file.c:6396 ++#: ../src/nautilus-query-editor.c:354 + msgid "Video" + msgstr "దృశ్యకం" + +-#: ../libnautilus-private/nautilus-file.c:6163 ++#: ../libnautilus-private/nautilus-file.c:6397 + msgid "Contacts" + msgstr "పరిచయాలు" + +-#: ../libnautilus-private/nautilus-file.c:6164 ++#: ../libnautilus-private/nautilus-file.c:6398 + msgid "Calendar" + msgstr "క్యాలెండరు" + +-#: ../libnautilus-private/nautilus-file.c:6165 ++#: ../libnautilus-private/nautilus-file.c:6399 + msgid "Document" + msgstr "పత్రము" + +-#: ../libnautilus-private/nautilus-file.c:6166 +-#: ../src/nautilus-query-editor.c:491 ++#: ../libnautilus-private/nautilus-file.c:6400 ++#: ../src/nautilus-query-editor.c:420 + msgid "Presentation" + msgstr "సమర్పణ" + +-#: ../libnautilus-private/nautilus-file.c:6167 +-#: ../src/nautilus-query-editor.c:475 ++#: ../libnautilus-private/nautilus-file.c:6401 ++#: ../src/nautilus-query-editor.c:404 + msgid "Spreadsheet" + msgstr "స్ప్రెడ్‌షీట్" + +-#: ../libnautilus-private/nautilus-file.c:6214 ++#: ../libnautilus-private/nautilus-file.c:6448 + msgid "Binary" + msgstr "బైనరీ" + +-#: ../libnautilus-private/nautilus-file.c:6218 ++#: ../libnautilus-private/nautilus-file.c:6452 + msgid "Folder" + msgstr "సంచయం" + +-#: ../libnautilus-private/nautilus-file.c:6249 ++#: ../libnautilus-private/nautilus-file.c:6483 + msgid "Link" + msgstr "లంకె" + +@@ -571,15 +642,15 @@ msgstr "లంకె" + #. * to that kind of file (e.g. "link to folder"). + #. + #. appended to new link file +-#: ../libnautilus-private/nautilus-file.c:6255 ++#: ../libnautilus-private/nautilus-file.c:6489 + #: ../libnautilus-private/nautilus-file-operations.c:377 +-#: ../src/nautilus-view-dnd.c:124 ++#: ../src/nautilus-view-dnd.c:122 + #, c-format + msgid "Link to %s" + msgstr "%s నకు లంకెవేయి" + +-#: ../libnautilus-private/nautilus-file.c:6271 +-#: ../libnautilus-private/nautilus-file.c:6285 ++#: ../libnautilus-private/nautilus-file.c:6505 ++#: ../libnautilus-private/nautilus-file.c:6519 + msgid "Link (broken)" + msgstr "లంకె (విరిగినది)" + +@@ -593,7 +664,8 @@ msgid "" + "Merging will ask for confirmation before replacing any files in the folder " + "that conflict with the files being copied." + msgstr "" +-"ఈ కలిపే ప్రక్రియ, ఇప్పటికే ఉన్న దస్త్రాల స్థానంలో కొత్త దస్త్రాలను భర్తీ చేయాల్సి వస్తే, మీ నిర్ధారణ కోసం " ++"ఈ కలిపే ప్రక్రియ, ఇప్పటికే ఉన్న దస్త్రాల స్థానంలో కొత్త దస్త్రాలను భర్తీ " ++"చేయాల్సి వస్తే, మీ నిర్ధారణ కోసం " + "అడుగుతుంది." + + #: ../libnautilus-private/nautilus-file-conflict-dialog.c:150 +@@ -649,75 +721,83 @@ msgstr "“%s” లో ఇదే పేరుతో ఇప్పటికే + msgid "Another file with the same name already exists in “%s”." + msgstr "“%s” లో ఇదే పేరుతో ఇప్పటికే ఇంకొక దస్త్రము ఉంది." + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:252 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:254 + msgid "Original file" + msgstr "అసలు దస్త్రము" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:253 +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:284 +-#: ../src/nautilus-properties-window.c:3275 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:255 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:286 ++#: ../src/nautilus-properties-window.c:3250 + msgid "Size:" + msgstr "పరిమాణం:" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:256 +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:287 +-#: ../src/nautilus-properties-window.c:3257 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:258 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:289 ++#: ../src/nautilus-properties-window.c:3232 + msgid "Type:" + msgstr "రకం:" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:259 +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:290 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:261 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:292 + msgid "Last modified:" + msgstr "చివరిగా సవరించబడినది:" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:283 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:285 + msgid "Replace with" + msgstr "దీనితో ప్రతిస్థాపించు" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:312 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:314 + msgid "Merge" + msgstr "మిళితంచేయి" + + #. Setup the expander for the rename action +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:505 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:507 + msgid "_Select a new name for the destination" + msgstr "గమ్యస్థానానికి ఒక కొత్త పేరును ఎంచుకోండి (_S)" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:519 +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:317 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:521 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:316 + msgid "Reset" + msgstr "యథాస్థితికి చేర్చు" + + #. Setup the checkbox to apply the action to all files +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:531 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:533 + msgid "Apply this action to all files" + msgstr "ఈ చర్యను అన్ని దస్త్రాలకు అనువర్తించు" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:542 +-#: ../libnautilus-private/nautilus-file-operations.c:185 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:544 ++#: ../libnautilus-private/nautilus-file-operations.c:184 + msgid "_Skip" + msgstr "దాటవేయి (_S)" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:547 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:549 + msgid "Re_name" + msgstr "పేరుమార్చు (_n)" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:553 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:555 + msgid "Replace" + msgstr "పునఃస్థాపించు" + +-#: ../libnautilus-private/nautilus-file-conflict-dialog.c:625 ++#: ../libnautilus-private/nautilus-file-conflict-dialog.c:629 + msgid "File conflict" + msgstr "దస్త్ర సంఘర్షణ" + +-#: ../libnautilus-private/nautilus-file-operations.c:186 ++#: ../libnautilus-private/nautilus-file-operations.c:185 + msgid "S_kip All" + msgstr "అన్నిటిని దాటవేయి (_k)" + +-#: ../libnautilus-private/nautilus-file-operations.c:187 ++#: ../libnautilus-private/nautilus-file-operations.c:186 + msgid "_Retry" + msgstr "మళ్ళీ ప్రయత్నించు (_R)" + ++#. name, stock id ++#. label, accelerator ++#: ../libnautilus-private/nautilus-file-operations.c:187 ++#: ../src/nautilus-view.c:7215 ../src/nautilus-view.c:7329 ++#: ../src/nautilus-view.c:8649 ++msgid "_Delete" ++msgstr "తొలగించు (_D)" ++ + #: ../libnautilus-private/nautilus-file-operations.c:188 + msgid "Delete _All" + msgstr "అన్నిటిని తీసివేయి (_A)" +@@ -901,11 +981,11 @@ msgstr " (" + msgid " (%'d" + msgstr " (%'d" + +-#: ../libnautilus-private/nautilus-file-operations.c:1323 ++#: ../libnautilus-private/nautilus-file-operations.c:1354 + msgid "Are you sure you want to permanently delete “%B” from the trash?" + msgstr "“%B”ను చెత్తబుట్ట నుండి శాశ్వతముగా తొలగించాలనుకుంటున్నారా?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1326 ++#: ../libnautilus-private/nautilus-file-operations.c:1357 + #, c-format + msgid "" + "Are you sure you want to permanently delete the %'d selected item from the " +@@ -913,34 +993,35 @@ msgid "" + msgid_plural "" + "Are you sure you want to permanently delete the %'d selected items from the " + "trash?" +-msgstr[0] "ఎంచుకున్న %'d అంశమును చెత్తబుట్ట నుండి శాశ్వతముగా తొలగించాలనుకుంటున్నారా?" +-msgstr[1] "ఎంచుకున్న %'d అంశములను చెత్తబుట్ట నుండి శాశ్వతముగా తొలగించాలనుకుంటున్నారా?" ++msgstr[0] "" ++"ఎంచుకున్న %'d అంశమును చెత్తబుట్ట నుండి శాశ్వతముగా తొలగించాలనుకుంటున్నారా?" ++msgstr[1] "" ++"ఎంచుకున్న %'d అంశములను చెత్తబుట్ట నుండి శాశ్వతముగా తొలగించాలనుకుంటున్నారా?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1336 +-#: ../libnautilus-private/nautilus-file-operations.c:1402 ++#: ../libnautilus-private/nautilus-file-operations.c:1367 ++#: ../libnautilus-private/nautilus-file-operations.c:1433 + msgid "If you delete an item, it will be permanently lost." + msgstr "ఒకవేళ మీరు అంశమును తీసివేస్తే, అది శాశ్వతముగా పోతుంది." + +-#: ../libnautilus-private/nautilus-file-operations.c:1356 ++#: ../libnautilus-private/nautilus-file-operations.c:1387 + msgid "Empty all items from Trash?" + msgstr "చెత్తబుట్ట నుండి అన్ని అంశాలను ఖాళీచేయాలా?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1360 ++#: ../libnautilus-private/nautilus-file-operations.c:1391 + msgid "All items in the Trash will be permanently deleted." + msgstr "చెత్తబుట్టలో ఉన్న అన్ని అంశాలు శాశ్వతంగా తొలగించబడతాయి." + +-#. Empty Trash menu item +-#: ../libnautilus-private/nautilus-file-operations.c:1363 +-#: ../libnautilus-private/nautilus-file-operations.c:2241 +-#: ../src/nautilus-places-sidebar.c:2880 ++#: ../libnautilus-private/nautilus-file-operations.c:1394 ++#: ../libnautilus-private/nautilus-file-operations.c:2270 ++#: ../src/nautilus-window.c:813 + msgid "Empty _Trash" + msgstr "చెత్తబుట్టని ఖాళీచేయి (_T)" + +-#: ../libnautilus-private/nautilus-file-operations.c:1390 ++#: ../libnautilus-private/nautilus-file-operations.c:1421 + msgid "Are you sure you want to permanently delete “%B”?" + msgstr "“%B”ను శాశ్వతముగా తొలగించాలనుకుంటున్నారా?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1393 ++#: ../libnautilus-private/nautilus-file-operations.c:1424 + #, c-format + msgid "Are you sure you want to permanently delete the %'d selected item?" + msgid_plural "" +@@ -948,77 +1029,80 @@ msgid_plural "" + msgstr[0] "ఎంచుకున్న %'d అంశమును శాశ్వతముగా తొలగించాలనుకుంటున్నారా?" + msgstr[1] "ఎంచుకున్న %'d అంశములను శాశ్వతముగా తొలగించాలనుకుంటున్నారా?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1436 ++#: ../libnautilus-private/nautilus-file-operations.c:1467 + #, c-format + msgid "%'d file left to delete" + msgid_plural "%'d files left to delete" + msgstr[0] "%'d దస్త్రము తీసివేయవలసివుంది" + msgstr[1] "%'d దస్త్రాలను తీసివేయవలసివుంది" + +-#: ../libnautilus-private/nautilus-file-operations.c:1442 ++#: ../libnautilus-private/nautilus-file-operations.c:1473 + msgid "Deleting files" + msgstr "దస్త్రాలను తొలగిస్తున్నది" + + #. To translators: %T will expand to a time like "2 minutes". + #. * The singular/plural form will be used depending on the remaining time (i.e. the %T argument). + #. +-#: ../libnautilus-private/nautilus-file-operations.c:1456 ++#: ../libnautilus-private/nautilus-file-operations.c:1487 + msgid "%T left" + msgid_plural "%T left" + msgstr[0] "%T మిగిలివుంది" + msgstr[1] "%T మిగిలివున్నవి" + +-#: ../libnautilus-private/nautilus-file-operations.c:1523 +-#: ../libnautilus-private/nautilus-file-operations.c:1557 +-#: ../libnautilus-private/nautilus-file-operations.c:1596 +-#: ../libnautilus-private/nautilus-file-operations.c:1673 +-#: ../libnautilus-private/nautilus-file-operations.c:2501 ++#: ../libnautilus-private/nautilus-file-operations.c:1554 ++#: ../libnautilus-private/nautilus-file-operations.c:1588 ++#: ../libnautilus-private/nautilus-file-operations.c:1627 ++#: ../libnautilus-private/nautilus-file-operations.c:1703 ++#: ../libnautilus-private/nautilus-file-operations.c:2530 + msgid "Error while deleting." + msgstr "తొలగించునపుడు దోషం." + +-#: ../libnautilus-private/nautilus-file-operations.c:1527 ++#: ../libnautilus-private/nautilus-file-operations.c:1558 + msgid "" + "Files in the folder “%B” cannot be deleted because you do not have " + "permissions to see them." +-msgstr "“%B” సంచయములో ఉన్న దస్త్రాలు తొలగించబడవు ఎందుకంటే వాటిని చూచుటకు మీకు అనుమతిలేదు." ++msgstr "" ++"“%B” సంచయములో ఉన్న దస్త్రాలు తొలగించబడవు ఎందుకంటే వాటిని చూచుటకు మీకు " ++"అనుమతిలేదు." + +-#: ../libnautilus-private/nautilus-file-operations.c:1530 +-#: ../libnautilus-private/nautilus-file-operations.c:2560 +-#: ../libnautilus-private/nautilus-file-operations.c:3570 ++#: ../libnautilus-private/nautilus-file-operations.c:1561 ++#: ../libnautilus-private/nautilus-file-operations.c:2589 ++#: ../libnautilus-private/nautilus-file-operations.c:3599 + msgid "" + "There was an error getting information about the files in the folder “%B”." +-msgstr "“%B” సంచయములో ఉన్న దస్త్రాల గురించిన సమాచారం పొందుటలో అక్కడ ఒక దోషం ఉన్నది." ++msgstr "" ++"“%B” సంచయములో ఉన్న దస్త్రాల గురించిన సమాచారం పొందుటలో అక్కడ ఒక దోషం ఉన్నది." + +-#: ../libnautilus-private/nautilus-file-operations.c:1539 +-#: ../libnautilus-private/nautilus-file-operations.c:3579 ++#: ../libnautilus-private/nautilus-file-operations.c:1570 ++#: ../libnautilus-private/nautilus-file-operations.c:3608 + msgid "_Skip files" + msgstr "దస్త్రాలను దాటవేయి (_S)" + +-#: ../libnautilus-private/nautilus-file-operations.c:1560 ++#: ../libnautilus-private/nautilus-file-operations.c:1591 + msgid "" + "The folder “%B” cannot be deleted because you do not have permissions to " + "read it." + msgstr "“%B” సంచయం తొలగించబడదు ఎందుకంటే మీకు దానిని చదువుటకు అనుమతులు లేవు." + +-#: ../libnautilus-private/nautilus-file-operations.c:1563 +-#: ../libnautilus-private/nautilus-file-operations.c:2599 +-#: ../libnautilus-private/nautilus-file-operations.c:3615 ++#: ../libnautilus-private/nautilus-file-operations.c:1594 ++#: ../libnautilus-private/nautilus-file-operations.c:2628 ++#: ../libnautilus-private/nautilus-file-operations.c:3644 + msgid "There was an error reading the folder “%B”." + msgstr "“%B” సంచయం చదువుటలో అక్కడ ఒక దోషం ఉన్నది." + +-#: ../libnautilus-private/nautilus-file-operations.c:1597 ++#: ../libnautilus-private/nautilus-file-operations.c:1628 + msgid "Could not remove the folder %B." + msgstr "%B సంచయమును తీసివేయలేకపోయింది." + +-#: ../libnautilus-private/nautilus-file-operations.c:1674 ++#: ../libnautilus-private/nautilus-file-operations.c:1704 + msgid "There was an error deleting %B." + msgstr "%B ను తొలగించుటలో అక్కడ ఒక దోషం ఉంది." + +-#: ../libnautilus-private/nautilus-file-operations.c:1754 ++#: ../libnautilus-private/nautilus-file-operations.c:1783 + msgid "Moving files to trash" + msgstr "దస్త్రాలను చెత్తబుట్టకు తరలిస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:1756 ++#: ../libnautilus-private/nautilus-file-operations.c:1785 + #, c-format + msgid "%'d file left to trash" + msgid_plural "%'d files left to trash" +@@ -1026,195 +1110,203 @@ msgstr[0] "%'d దస్త్రము చెత్తబుట్టలో ‌ + msgstr[1] "%'d దస్త్రాలు చెత్తబుట్టలో ‌వదిలివేయబడినవి" + + #. Translators: %B is a file name +-#: ../libnautilus-private/nautilus-file-operations.c:1808 ++#: ../libnautilus-private/nautilus-file-operations.c:1837 + msgid "“%B” can't be put in the trash. Do you want to delete it immediately?" +-msgstr "“%B”ని చెత్తబుట్టలోకి పెట్టడం వీలుకాదు. తక్షణమే తొలగించాలనుకుంటున్నారా?" ++msgstr "" ++"“%B”ని చెత్తబుట్టలోకి పెట్టడం వీలుకాదు. తక్షణమే తొలగించాలనుకుంటున్నారా?" + +-#: ../libnautilus-private/nautilus-file-operations.c:1814 ++#: ../libnautilus-private/nautilus-file-operations.c:1843 + msgid "This remote location does not support sending items to the trash." + msgstr "ఈ దూరస్థ స్థానము అంశాలను చెత్తబుట్టకు పంపుటకు సహకరించుటలేదు" + +-#: ../libnautilus-private/nautilus-file-operations.c:1988 ++#: ../libnautilus-private/nautilus-file-operations.c:2017 + msgid "Trashing Files" + msgstr "దస్త్రాలను చెత్తబుట్టలో వేస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:1990 ++#: ../libnautilus-private/nautilus-file-operations.c:2019 + msgid "Deleting Files" + msgstr "దస్త్రములను తొలగిస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2072 ++#: ../libnautilus-private/nautilus-file-operations.c:2101 + msgid "Unable to eject %V" + msgstr "%V ని నెట్టివేయలేకపోతుంది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2074 ++#: ../libnautilus-private/nautilus-file-operations.c:2103 + msgid "Unable to unmount %V" + msgstr "%V ని అన్‌మౌంటు చేయుట వీలుకాదు" + +-#: ../libnautilus-private/nautilus-file-operations.c:2231 ++#: ../libnautilus-private/nautilus-file-operations.c:2260 + msgid "Do you want to empty the trash before you unmount?" + msgstr "మీరు అన్‌మౌంట్ చేయుటకు ముందే చెత్తబుట్టను ఖాళీ చేయాలనుకుంటున్నారా?" + +-#: ../libnautilus-private/nautilus-file-operations.c:2233 ++#: ../libnautilus-private/nautilus-file-operations.c:2262 + msgid "" + "In order to regain the free space on this volume the trash must be emptied. " + "All trashed items on the volume will be permanently lost." + msgstr "" +-"ఈ సంపుటము నందు ఖాళీ స్థలమును తిరిగి పొందుటకు మీరు చెత్తబుట్టను తప్పక ఖాళీ చేయబడాలి. ఈ సంపుటము " ++"ఈ సంపుటము నందు ఖాళీ స్థలమును తిరిగి పొందుటకు మీరు చెత్తబుట్టను తప్పక ఖాళీ " ++"చేయబడాలి. ఈ సంపుటము " + "నుండి చెత్తబుట్టలో వేసిన అన్ని అంశములు శాశ్వతంగా పోతాయి." + +-#: ../libnautilus-private/nautilus-file-operations.c:2239 ++#: ../libnautilus-private/nautilus-file-operations.c:2268 + msgid "Do _not Empty Trash" + msgstr "చెత్తబుట్టను ఖాళీ చేయవద్దు (_n)" + + #. Translators: %s is a file name formatted for display +-#: ../libnautilus-private/nautilus-file-operations.c:2372 +-#: ../src/nautilus-view.c:6427 ++#: ../libnautilus-private/nautilus-file-operations.c:2401 ++#: ../src/nautilus-view.c:6434 + #, c-format + msgid "Unable to access “%s”" + msgstr "“%s”ను ప్రాపించలేకపోతుంది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2448 ++#: ../libnautilus-private/nautilus-file-operations.c:2477 + #, c-format + msgid "Preparing to copy %'d file (%S)" + msgid_plural "Preparing to copy %'d files (%S)" + msgstr[0] "%'d దస్త్రమును నకలుచేయుటకు సిద్దమౌతోంది (%S)" + msgstr[1] "%'d దస్త్రములను నకలుచేయుటకు సిద్దమౌతోంది (%S)" + +-#: ../libnautilus-private/nautilus-file-operations.c:2454 ++#: ../libnautilus-private/nautilus-file-operations.c:2483 + #, c-format + msgid "Preparing to move %'d file (%S)" + msgid_plural "Preparing to move %'d files (%S)" + msgstr[0] "%'d దస్త్రమును తరలించుటకు సిద్దమౌతోంది (%S)" + msgstr[1] "%'d దస్త్రములను తరలించుటకు సిద్దమౌతోంది (%S)" + +-#: ../libnautilus-private/nautilus-file-operations.c:2460 ++#: ../libnautilus-private/nautilus-file-operations.c:2489 + #, c-format + msgid "Preparing to delete %'d file (%S)" + msgid_plural "Preparing to delete %'d files (%S)" + msgstr[0] "%'d దస్త్రమును తొలగించుటకు సిద్దమౌతోంది (%S)" + msgstr[1] "%'d దస్త్రములను తొలగించుటకు సిద్దమౌతోంది (%S)" + +-#: ../libnautilus-private/nautilus-file-operations.c:2466 ++#: ../libnautilus-private/nautilus-file-operations.c:2495 + #, c-format + msgid "Preparing to trash %'d file" + msgid_plural "Preparing to trash %'d files" + msgstr[0] "%'d దస్త్రమును చెత్తబట్టులో వేయుటకు సిద్దమౌతోంది" + msgstr[1] "%'d దస్త్రములను చెత్తబట్టులో వేయుటకు సిద్దమౌతోంది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2497 +-#: ../libnautilus-private/nautilus-file-operations.c:3430 +-#: ../libnautilus-private/nautilus-file-operations.c:3562 +-#: ../libnautilus-private/nautilus-file-operations.c:3607 ++#: ../libnautilus-private/nautilus-file-operations.c:2526 ++#: ../libnautilus-private/nautilus-file-operations.c:3459 ++#: ../libnautilus-private/nautilus-file-operations.c:3591 ++#: ../libnautilus-private/nautilus-file-operations.c:3636 + msgid "Error while copying." + msgstr "నకలుచేయునపుడు దోషం." + +-#: ../libnautilus-private/nautilus-file-operations.c:2499 +-#: ../libnautilus-private/nautilus-file-operations.c:3560 +-#: ../libnautilus-private/nautilus-file-operations.c:3605 ++#: ../libnautilus-private/nautilus-file-operations.c:2528 ++#: ../libnautilus-private/nautilus-file-operations.c:3589 ++#: ../libnautilus-private/nautilus-file-operations.c:3634 + msgid "Error while moving." + msgstr "కదుపునపుడు దోషం." + +-#: ../libnautilus-private/nautilus-file-operations.c:2503 ++#: ../libnautilus-private/nautilus-file-operations.c:2532 + msgid "Error while moving files to trash." + msgstr "దస్త్రాన్ని చెత్తబుట్టకు తరలించుటలో దోషం." + +-#: ../libnautilus-private/nautilus-file-operations.c:2557 ++#: ../libnautilus-private/nautilus-file-operations.c:2586 + msgid "" + "Files in the folder “%B” cannot be handled because you do not have " + "permissions to see them." + msgstr "" +-"“%B” సంచయం నందు ఉన్న దస్త్రాలను వ్యవహరించలేరు ఎందుకంటే మీకు వాటిని చూచుటకు అనుమతులను " ++"“%B” సంచయం నందు ఉన్న దస్త్రాలను వ్యవహరించలేరు ఎందుకంటే మీకు వాటిని చూచుటకు " ++"అనుమతులను " + "కలిగిలేరు." + +-#: ../libnautilus-private/nautilus-file-operations.c:2596 ++#: ../libnautilus-private/nautilus-file-operations.c:2625 + msgid "" + "The folder “%B” cannot be handled because you do not have permissions to " + "read it." +-msgstr "“%B” సంచయమును వ్యవహరించలేరు ఎందుకంటే మీకు దానిని చదువుటకు అనుమతులను కలిగిలేరు." ++msgstr "" ++"“%B” సంచయమును వ్యవహరించలేరు ఎందుకంటే మీకు దానిని చదువుటకు అనుమతులను కలిగిలేరు." + +-#: ../libnautilus-private/nautilus-file-operations.c:2673 ++#: ../libnautilus-private/nautilus-file-operations.c:2702 + msgid "" + "The file “%B” cannot be handled because you do not have permissions to read " + "it." +-msgstr "“%B” దస్త్రమును వ్యవహరించలేరు ఎందుకంటే మీకు దానిని చదువుటకు అనుమతులను కలిగిలేరు." ++msgstr "" ++"“%B” దస్త్రమును వ్యవహరించలేరు ఎందుకంటే మీకు దానిని చదువుటకు అనుమతులను " ++"కలిగిలేరు." + +-#: ../libnautilus-private/nautilus-file-operations.c:2676 ++#: ../libnautilus-private/nautilus-file-operations.c:2705 + msgid "There was an error getting information about “%B”." + msgstr "“%B” గురించి సమాచారం పొందుటలో అక్కడ ఒక దోషం ఉంది." + +-#: ../libnautilus-private/nautilus-file-operations.c:2778 +-#: ../libnautilus-private/nautilus-file-operations.c:2826 +-#: ../libnautilus-private/nautilus-file-operations.c:2865 +-#: ../libnautilus-private/nautilus-file-operations.c:2895 ++#: ../libnautilus-private/nautilus-file-operations.c:2807 ++#: ../libnautilus-private/nautilus-file-operations.c:2855 ++#: ../libnautilus-private/nautilus-file-operations.c:2894 ++#: ../libnautilus-private/nautilus-file-operations.c:2924 + msgid "Error while copying to “%B”." + msgstr "“%B”కి నకలుచేయుచున్నప్పడు దోషం." + +-#: ../libnautilus-private/nautilus-file-operations.c:2782 ++#: ../libnautilus-private/nautilus-file-operations.c:2811 + msgid "You do not have permissions to access the destination folder." + msgstr "గమ్య సంచయాన్ని వాడుకొనుటకు మీరు అనుమతులను కలిగిలేరు." + +-#: ../libnautilus-private/nautilus-file-operations.c:2784 ++#: ../libnautilus-private/nautilus-file-operations.c:2813 + msgid "There was an error getting information about the destination." + msgstr "గమ్యం గురించి సమాచారం పొందుటలో దోషం ఉంది." + +-#: ../libnautilus-private/nautilus-file-operations.c:2827 ++#: ../libnautilus-private/nautilus-file-operations.c:2856 + msgid "The destination is not a folder." + msgstr "గమ్యము సంచయం కాదు." + +-#: ../libnautilus-private/nautilus-file-operations.c:2866 ++#: ../libnautilus-private/nautilus-file-operations.c:2895 + msgid "" + "There is not enough space on the destination. Try to remove files to make " + "space." +-msgstr "గమ్యం నందు తగిన ఖాళీ స్థలము లేదు. ఖాళీ స్థలము కోసం దస్త్రాలను తీసివేయుటకు ప్రయత్నించండి." ++msgstr "" ++"గమ్యం నందు తగిన ఖాళీ స్థలము లేదు. ఖాళీ స్థలము కోసం దస్త్రాలను తీసివేయుటకు " ++"ప్రయత్నించండి." + +-#: ../libnautilus-private/nautilus-file-operations.c:2868 ++#: ../libnautilus-private/nautilus-file-operations.c:2897 + #, c-format + msgid "%S more space is required to copy to the destination." + msgstr "గమ్య స్థానానికి నకలు చేయడానికి ఇంకా %S స్థలం అవసరం." + +-#: ../libnautilus-private/nautilus-file-operations.c:2896 ++#: ../libnautilus-private/nautilus-file-operations.c:2925 + msgid "The destination is read-only." + msgstr "గమ్యము చదువుటకు-మాత్రమే అయినటువంటిది." + +-#: ../libnautilus-private/nautilus-file-operations.c:2955 ++#: ../libnautilus-private/nautilus-file-operations.c:2984 + msgid "Moving “%B” to “%B”" + msgstr "“%B”ని “%B”కు తరలిస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2956 ++#: ../libnautilus-private/nautilus-file-operations.c:2985 + msgid "Copying “%B” to “%B”" + msgstr "“%B”ని “%B”కు నకలుచేస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2963 ++#: ../libnautilus-private/nautilus-file-operations.c:2992 + msgid "Duplicating “%B”" + msgstr "“%B”ని నకిలీచేస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2971 ++#: ../libnautilus-private/nautilus-file-operations.c:3000 + msgid "Moving file %'d of %'d (in “%B”) to “%B”" + msgstr "%'d వది %'d లో (“%B”లలో) దస్త్రమును “%B”కు తరలిస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2973 ++#: ../libnautilus-private/nautilus-file-operations.c:3002 + msgid "Copying file %'d of %'d (in “%B”) to “%B”" + msgstr "%'d వది %'d లో (“%B”లలో) దస్త్రమును “%B”కు నకలుచేస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2980 ++#: ../libnautilus-private/nautilus-file-operations.c:3009 + msgid "Duplicating file %'d of %'d (in “%B”)" + msgstr "%'d వది %'d లో (“%B”లలో) దస్త్రమును “%B”కు నకిలీచేస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2989 ++#: ../libnautilus-private/nautilus-file-operations.c:3018 + msgid "Moving file %'d of %'d to “%B”" + msgstr "%'d వది %'d లలో దస్త్రమును “%B”కు తరలిస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2991 ++#: ../libnautilus-private/nautilus-file-operations.c:3020 + msgid "Copying file %'d of %'d to “%B”" + msgstr "%'d వది %'d లలో దస్త్రమును “%B”కు నకలుతీస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:2997 ++#: ../libnautilus-private/nautilus-file-operations.c:3026 + #, c-format + msgid "Duplicating file %'d of %'d" + msgstr "%'d వది %'d లలో దస్త్రమును నకిలీచేస్తున్నది" + + #. To translators: %S will expand to a size like "2 bytes" or "3 MB", so something like "4 kb of 4 MB" +-#: ../libnautilus-private/nautilus-file-operations.c:3016 ++#: ../libnautilus-private/nautilus-file-operations.c:3045 + #, c-format + msgid "%S of %S" + msgstr "%S అయినది %S కి గాను" +@@ -1224,675 +1316,684 @@ msgstr "%S అయినది %S కి గాను" + #. * + #. * The singular/plural form will be used depending on the remaining time (i.e. the %T argument). + #. +-#: ../libnautilus-private/nautilus-file-operations.c:3027 ++#: ../libnautilus-private/nautilus-file-operations.c:3056 + msgid "%S of %S — %T left (%S/sec)" + msgid_plural "%S of %S — %T left (%S/sec)" + msgstr[0] "%S అయినది %S కి గాను — %T మిగిలివున్నది (%S/sec)" + msgstr[1] "%S అయినది %S కి గాను— %T మిగిలివున్నాయి (%S/sec)" + +-#: ../libnautilus-private/nautilus-file-operations.c:3434 ++#: ../libnautilus-private/nautilus-file-operations.c:3463 + msgid "" + "The folder “%B” cannot be copied because you do not have permissions to " + "create it in the destination." + msgstr "" +-"“%B” సంచయమును నకలుతీయబడదు ఎందుకంటే దానిని గమ్యస్థానములో సృష్టించగలిగే అనుమతులు మీకు లేవు." ++"“%B” సంచయమును నకలుతీయబడదు ఎందుకంటే దానిని గమ్యస్థానములో సృష్టించగలిగే " ++"అనుమతులు మీకు లేవు." + +-#: ../libnautilus-private/nautilus-file-operations.c:3437 ++#: ../libnautilus-private/nautilus-file-operations.c:3466 + msgid "There was an error creating the folder “%B”." + msgstr "“%B” సంచయమును సృష్టించుటలో అక్కడ ఒక దోషం ఉంది." + +-#: ../libnautilus-private/nautilus-file-operations.c:3567 ++#: ../libnautilus-private/nautilus-file-operations.c:3596 + msgid "" + "Files in the folder “%B” cannot be copied because you do not have " + "permissions to see them." + msgstr "" +-"“%B” సంచయములో ఉన్న దస్త్రములు నకలుతీయబడడవు ఎందుకంటే వాటిని చూడటానికి మీకు అనుమతులులేవు." ++"“%B” సంచయములో ఉన్న దస్త్రములు నకలుతీయబడడవు ఎందుకంటే వాటిని చూడటానికి మీకు " ++"అనుమతులులేవు." + +-#: ../libnautilus-private/nautilus-file-operations.c:3612 ++#: ../libnautilus-private/nautilus-file-operations.c:3641 + msgid "" + "The folder “%B” cannot be copied because you do not have permissions to read " + "it." + msgstr "“%B” సంచయమును నకలుతీయబడదు ఎందుకంటే దానిని చదువుటకు మీకు అనుమతులు లేవు." + +-#: ../libnautilus-private/nautilus-file-operations.c:3657 +-#: ../libnautilus-private/nautilus-file-operations.c:4350 +-#: ../libnautilus-private/nautilus-file-operations.c:4965 ++#: ../libnautilus-private/nautilus-file-operations.c:3686 ++#: ../libnautilus-private/nautilus-file-operations.c:4376 ++#: ../libnautilus-private/nautilus-file-operations.c:4990 + msgid "Error while moving “%B”." + msgstr "“%B”నకు తరలించుటలో దోషం." + +-#: ../libnautilus-private/nautilus-file-operations.c:3658 ++#: ../libnautilus-private/nautilus-file-operations.c:3687 + msgid "Could not remove the source folder." + msgstr "మూల సంచయాన్ని తొలగించలేము." + +-#: ../libnautilus-private/nautilus-file-operations.c:3743 +-#: ../libnautilus-private/nautilus-file-operations.c:3784 +-#: ../libnautilus-private/nautilus-file-operations.c:4352 +-#: ../libnautilus-private/nautilus-file-operations.c:4423 ++#: ../libnautilus-private/nautilus-file-operations.c:3771 ++#: ../libnautilus-private/nautilus-file-operations.c:3812 ++#: ../libnautilus-private/nautilus-file-operations.c:4378 ++#: ../libnautilus-private/nautilus-file-operations.c:4449 + msgid "Error while copying “%B”." + msgstr "“%B”ను నకలుతీస్తున్నపుడు దోషం." + +-#: ../libnautilus-private/nautilus-file-operations.c:3744 ++#: ../libnautilus-private/nautilus-file-operations.c:3772 + #, c-format + msgid "Could not remove files from the already existing folder %F." + msgstr "ఇప్పటికే ఉన్న సంచయం %F నుండి దస్త్రాలను తీసివేయలేము." + +-#: ../libnautilus-private/nautilus-file-operations.c:3785 ++#: ../libnautilus-private/nautilus-file-operations.c:3813 + #, c-format + msgid "Could not remove the already existing file %F." + msgstr "ఇప్పటికే ఉన్న %F దస్త్రాన్ని తీసివేయలేము." + + #. the run_warning() frees all strings passed in automatically +-#: ../libnautilus-private/nautilus-file-operations.c:4105 +-#: ../libnautilus-private/nautilus-file-operations.c:4808 ++#: ../libnautilus-private/nautilus-file-operations.c:4133 ++#: ../libnautilus-private/nautilus-file-operations.c:4833 + msgid "You cannot move a folder into itself." + msgstr "ఒక సంచయమును దానిలోపలికే తరలించలేరు." + +-#: ../libnautilus-private/nautilus-file-operations.c:4106 +-#: ../libnautilus-private/nautilus-file-operations.c:4809 ++#: ../libnautilus-private/nautilus-file-operations.c:4134 ++#: ../libnautilus-private/nautilus-file-operations.c:4834 + msgid "You cannot copy a folder into itself." + msgstr "ఒక సంచయమును దానిలోపలికే నకలుతీయలేరు." + +-#: ../libnautilus-private/nautilus-file-operations.c:4107 +-#: ../libnautilus-private/nautilus-file-operations.c:4810 ++#: ../libnautilus-private/nautilus-file-operations.c:4135 ++#: ../libnautilus-private/nautilus-file-operations.c:4835 + msgid "The destination folder is inside the source folder." + msgstr "గమ్య సంచయము మూల సంచయం లోపలవుంది." + + #. the run_warning() frees all strings passed in automatically +-#: ../libnautilus-private/nautilus-file-operations.c:4138 ++#: ../libnautilus-private/nautilus-file-operations.c:4165 + msgid "You cannot move a file over itself." + msgstr "మీరు ఒక దస్త్రాన్ని దానిమీదకే దానిని తరలించలేరు." + +-#: ../libnautilus-private/nautilus-file-operations.c:4139 ++#: ../libnautilus-private/nautilus-file-operations.c:4166 + msgid "You cannot copy a file over itself." + msgstr "ఒక దస్త్రాన్ని దానిమీదే దానిని నకలుచేయలేరు." + +-#: ../libnautilus-private/nautilus-file-operations.c:4140 ++#: ../libnautilus-private/nautilus-file-operations.c:4167 + msgid "The source file would be overwritten by the destination." + msgstr "మూల దస్త్రము గమ్యస్థానముచే దిద్దివ్రాయబడుతుంది." + +-#: ../libnautilus-private/nautilus-file-operations.c:4354 ++#: ../libnautilus-private/nautilus-file-operations.c:4380 + #, c-format + msgid "Could not remove the already existing file with the same name in %F." + msgstr "%F లో ఒకే పేరుతో ఇప్పటికే ఉన్న దస్త్రాన్ని తీసివేయలేము." + +-#: ../libnautilus-private/nautilus-file-operations.c:4424 ++#: ../libnautilus-private/nautilus-file-operations.c:4450 + #, c-format + msgid "There was an error copying the file into %F." + msgstr "దస్త్రాన్ని %F కు నకలుతీయుటలో అక్కడ ఒక దోషం ఉంది." + +-#: ../libnautilus-private/nautilus-file-operations.c:4656 +-#: ../libnautilus-private/nautilus-file-operations.c:4690 ++#: ../libnautilus-private/nautilus-file-operations.c:4681 ++#: ../libnautilus-private/nautilus-file-operations.c:4715 + msgid "Copying Files" + msgstr "దస్త్రాలను నకలుచేస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:4718 ++#: ../libnautilus-private/nautilus-file-operations.c:4743 + msgid "Preparing to Move to “%B”" + msgstr "“%B”కు తరలించుటకు సిద్దమౌతోంది" + +-#: ../libnautilus-private/nautilus-file-operations.c:4722 ++#: ../libnautilus-private/nautilus-file-operations.c:4747 + #, c-format + msgid "Preparing to move %'d file" + msgid_plural "Preparing to move %'d files" + msgstr[0] "%'d దస్త్రము తరలించుటకు సిద్దమౌతోంది" + msgstr[1] "%'d దస్త్రాలు తరలించుటకు సిద్దమౌతోంది" + +-#: ../libnautilus-private/nautilus-file-operations.c:4966 ++#: ../libnautilus-private/nautilus-file-operations.c:4991 + #, c-format + msgid "There was an error moving the file into %F." + msgstr "దస్త్రమును %F కు తరలించుటలో అక్కడ ఒక దోషం ఉన్నది." + +-#: ../libnautilus-private/nautilus-file-operations.c:5228 ++#: ../libnautilus-private/nautilus-file-operations.c:5253 + msgid "Moving Files" + msgstr "దస్త్రాలను తరలిస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:5263 ++#: ../libnautilus-private/nautilus-file-operations.c:5288 + msgid "Creating links in “%B”" + msgstr "“%B” నందు లంకెలను సృష్టిస్తోంది" + +-#: ../libnautilus-private/nautilus-file-operations.c:5267 ++#: ../libnautilus-private/nautilus-file-operations.c:5292 + #, c-format + msgid "Making link to %'d file" + msgid_plural "Making links to %'d files" + msgstr[0] "%'d దస్త్రానికి లంకెలు తయారుచేస్తోంది" + msgstr[1] "%'d దస్త్రాలకు లంకెలు తయారుచేస్తోంది" + +-#: ../libnautilus-private/nautilus-file-operations.c:5402 ++#: ../libnautilus-private/nautilus-file-operations.c:5427 + msgid "Error while creating link to %B." + msgstr "%B కు లంకెను సృష్టిస్తున్నప్పుడు దోషం." + +-#: ../libnautilus-private/nautilus-file-operations.c:5404 ++#: ../libnautilus-private/nautilus-file-operations.c:5429 + msgid "Symbolic links only supported for local files" + msgstr "సింబాలిక్ లంకెలు కేవలం స్థానిక దస్త్రాలకు మాత్రమే సహకరిస్తాయి" + +-#: ../libnautilus-private/nautilus-file-operations.c:5407 ++#: ../libnautilus-private/nautilus-file-operations.c:5432 + msgid "The target doesn't support symbolic links." + msgstr "గమ్యము సింబాలిక్ లంకెలకు సహకరించదు." + +-#: ../libnautilus-private/nautilus-file-operations.c:5410 ++#: ../libnautilus-private/nautilus-file-operations.c:5435 + #, c-format + msgid "There was an error creating the symlink in %F." + msgstr "symlink ను %F నందు సృష్టించుటలో ఒక దోషం ఉంది." + +-#: ../libnautilus-private/nautilus-file-operations.c:5729 ++#: ../libnautilus-private/nautilus-file-operations.c:5754 + msgid "Setting permissions" + msgstr "అనుమతులను అమరుస్తోంది" + + #. localizers: the initial name of a new folder +-#: ../libnautilus-private/nautilus-file-operations.c:5994 ++#: ../libnautilus-private/nautilus-file-operations.c:6019 + msgid "Untitled Folder" + msgstr "శీర్షికలేని సంచయం" + + #. localizers: the initial name of a new template document +-#: ../libnautilus-private/nautilus-file-operations.c:6000 ++#: ../libnautilus-private/nautilus-file-operations.c:6025 + #, c-format + msgid "Untitled %s" + msgstr "శీర్షికలేని %s" + + #. localizers: the initial name of a new empty document +-#: ../libnautilus-private/nautilus-file-operations.c:6006 ++#: ../libnautilus-private/nautilus-file-operations.c:6031 + msgid "Untitled Document" + msgstr "శీర్షికలేని పత్రము" + +-#: ../libnautilus-private/nautilus-file-operations.c:6184 ++#: ../libnautilus-private/nautilus-file-operations.c:6209 + msgid "Error while creating directory %B." + msgstr "%B డైరెక్టరీను సృష్టించుంటలో దోషం." + +-#: ../libnautilus-private/nautilus-file-operations.c:6186 ++#: ../libnautilus-private/nautilus-file-operations.c:6211 + msgid "Error while creating file %B." + msgstr "%B దస్త్రాన్ని సృష్టించుటలో దోషం." + +-#: ../libnautilus-private/nautilus-file-operations.c:6188 ++#: ../libnautilus-private/nautilus-file-operations.c:6213 + #, c-format + msgid "There was an error creating the directory in %F." + msgstr "%F లో సంచయమును సృష్టించుటలో ఒక దోషం ఉంది." + +-#: ../libnautilus-private/nautilus-file-operations.c:6457 ++#: ../libnautilus-private/nautilus-file-operations.c:6482 + msgid "Emptying Trash" + msgstr "చెత్తబుట్టను ఖాళీచేస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-operations.c:6505 +-#: ../libnautilus-private/nautilus-file-operations.c:6546 +-#: ../libnautilus-private/nautilus-file-operations.c:6581 +-#: ../libnautilus-private/nautilus-file-operations.c:6616 ++#: ../libnautilus-private/nautilus-file-operations.c:6530 ++#: ../libnautilus-private/nautilus-file-operations.c:6571 ++#: ../libnautilus-private/nautilus-file-operations.c:6606 ++#: ../libnautilus-private/nautilus-file-operations.c:6641 + msgid "Unable to mark launcher trusted (executable)" + msgstr "నమ్మదగిన ప్రారంభకమును గుర్తుపెట్టలేకపోయింది (అమలుపరచదగినది)" + + #. Reset to default info +-#: ../libnautilus-private/nautilus-file-undo-operations.c:135 +-#: ../src/nautilus-view.c:2506 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:133 ++#: ../src/nautilus-view.c:2531 + msgid "Undo" + msgstr "రద్దుచేయి" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:138 +-#: ../src/nautilus-view.c:2507 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:136 ++#: ../src/nautilus-view.c:2532 + msgid "Undo last action" + msgstr "చివరి క్రియను రద్దుచేయు" + + #. Reset to default info +-#: ../libnautilus-private/nautilus-file-undo-operations.c:142 +-#: ../src/nautilus-view.c:2525 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:140 ++#: ../src/nautilus-view.c:2550 + msgid "Redo" + msgstr "మళ్ళీచేయి" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:145 +-#: ../src/nautilus-view.c:2526 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:143 ++#: ../src/nautilus-view.c:2551 + msgid "Redo last undone action" + msgstr "చివరి అసమాప్త క్రియను మళ్ళీచేయు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:367 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:365 + #, c-format + msgid "Move %d item back to '%s'" + msgid_plural "Move %d items back to '%s'" + msgstr[0] "%d అంశాన్ని మరల'%s'నకు తరలించు" + msgstr[1] "%d అంశాలను మరల'%s'నకు తరలించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:370 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:368 + #, c-format + msgid "Move %d item to '%s'" + msgid_plural "Move %d items to '%s'" + msgstr[0] "%'d దస్త్రాన్ని '%s'కు తరలిస్తున్నది" + msgstr[1] "%'d దస్త్రాలను '%s'కు తరలిస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:374 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:372 + #, c-format + msgid "_Undo Move %d item" + msgid_plural "_Undo Move %d items" + msgstr[0] "%d అంశం తరలింపును రద్దుచేయి (_U)" + msgstr[1] "%d అంశాల తరలింపును రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:377 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:375 + #, c-format + msgid "_Redo Move %d item" + msgid_plural "_Redo Move %d items" + msgstr[0] "%d అంశం తరలింపును మళ్ళీచేయి (_R)" + msgstr[1] "%d అంశాల తరలింపును మళ్ళీచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:381 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:379 + #, c-format + msgid "Move '%s' back to '%s'" + msgstr "'%s'ని మరళ '%s'కు తరలించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:382 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:380 + #, c-format + msgid "Move '%s' to '%s'" + msgstr "'%s'ని '%s'కు తరలించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:384 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:382 + msgid "_Undo Move" + msgstr "తరలింపును రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:385 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:383 + msgid "_Redo Move" + msgstr "తరలింపును మళ్ళీచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:388 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:386 + msgid "_Undo Restore from Trash" + msgstr "చెత్తబుట్ట నుండి యధాస్థానములో ఉంచడము రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:389 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:387 + msgid "_Redo Restore from Trash" + msgstr "చెత్తబుట్ట నుండి యధాస్థానములో వుంచుము మరళచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:392 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:390 + #, c-format + msgid "Move %d item back to trash" + msgid_plural "Move %d items back to trash" + msgstr[0] "ఎంచుకున్న %d అంశమును చెత్తబుట్టకి తరలించు" + msgstr[1] "ఎంచుకున్న %d అంశములను చెత్తబుట్టకి తరలించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:395 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:981 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:393 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:979 + #, c-format + msgid "Restore %d item from trash" + msgid_plural "Restore %d items from trash" + msgstr[0] "చెత్తబుట్ట నుండి %d అంశమును ఖాళీచేయాలా?" + msgstr[1] "చెత్తబుట్ట నుండి %d అంశాలను ఖాళీచేయాలా?" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:399 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:397 + #, c-format + msgid "Move '%s' back to trash" + msgstr "'%s' చెత్తబుట్టకి తరలించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:400 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:398 + #, c-format + msgid "Restore '%s' from trash" + msgstr "'%s' చెత్తబుట్ట నుంచి యధాస్థానములో ఉంచు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:404 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:402 + #, c-format + msgid "Delete %d copied item" + msgid_plural "Delete %d copied items" + msgstr[0] "%d నకలుచేయబడ్డ అంశము రద్దుచేయి" + msgstr[1] "%d నకలుచేయబడ్డ అంశములు రద్దుచేయి" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:407 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:405 + #, c-format + msgid "Copy %d item to '%s'" + msgid_plural "Copy %d items to '%s'" + msgstr[0] "%d అంశమును '%s'కు నకలుతీస్తున్నది" + msgstr[1] "%d అంశాలను '%s'కు నకలుతీస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:411 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:409 + #, c-format + msgid "_Undo Copy %d item" + msgid_plural "_Undo Copy %d items" + msgstr[0] "%d అంశమును నకలు చేయుట రద్దుచేయు(_U)" + msgstr[1] "%d అంశములును నకలుచేయుట రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:414 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:412 + #, c-format + msgid "_Redo Copy %d item" + msgid_plural "_Redo Copy %d items" + msgstr[0] "%d అంశమును నకలుచేయుట మరళచేయి (_R)" + msgstr[1] "%d అంశములను నకలు చేయుట మరళచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:418 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:440 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:673 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:416 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:438 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:671 + #, c-format + msgid "Delete '%s'" + msgstr "'%s'ను తొలగించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:419 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:417 + #, c-format + msgid "Copy '%s' to '%s'" + msgstr "'%s'ను '%s'నకు నకలుచేయు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:421 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:419 + msgid "_Undo Copy" + msgstr "నకలుచేయుటను రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:422 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:420 + msgid "_Redo Copy" + msgstr "నకలును మళ్ళీచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:426 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:424 + #, c-format + msgid "Delete %d duplicated item" + msgid_plural "Delete %d duplicated items" + msgstr[0] "ఎంచుకున్న %d అంశమును నకిలీచేయి" + msgstr[1] "ఎంచుకున్న %d అంశములను నకిలీచేయి" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:429 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:427 + #, c-format + msgid "Duplicate %d item in '%s'" + msgid_plural "Duplicate %d items in '%s'" + msgstr[0] " %d అంశమును '%s'లో నకిలీ చేస్తున్నది" + msgstr[1] "%d అంశములను '%s'లో నకిలీ చేస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:433 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:431 + #, c-format + msgid "_Undo Duplicate %d item" + msgid_plural "_Undo Duplicate %d items" + msgstr[0] "%d నకిలీ అంశమును రద్దుచేయి (_U)" + msgstr[1] "%d నకిలీ అంశములను రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:436 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:434 + #, c-format + msgid "_Redo Duplicate %d item" + msgid_plural "_Redo Duplicate %d items" + msgstr[0] "%d నకిలీ అంశమును మరళచేయి (_R)" + msgstr[1] "%d నకిలీ అంశములను మరళచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:441 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:439 + #, c-format + msgid "Duplicate '%s' in '%s'" + msgstr "'%s'ను '%s'కు నకిలీచేయుచున్నది" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:444 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:442 + msgid "_Undo Duplicate" + msgstr "నకిళీ రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:445 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:443 + msgid "_Redo Duplicate" + msgstr "నకిళీ మరళచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:449 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:447 + #, c-format + msgid "Delete links to %d item" + msgid_plural "Delete links to %d items" + msgstr[0] "%d అంశము యొక్క లంకెలను తొలగించు" + msgstr[1] "%d అంశముల యొక్క లంకెలను తొలగించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:452 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:450 + #, c-format + msgid "Create links to %d item" + msgid_plural "Create links to %d items" + msgstr[0] "%d అంశము యొక్క లంకెను సృష్టించు" + msgstr[1] "%d అంశాల యొక్క లంకెను సృష్టించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:456 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:454 + #, c-format + msgid "Delete link to '%s'" + msgstr "'%s' నకు లంకెను తొలగించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:457 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:455 + #, c-format + msgid "Create link to '%s'" + msgstr "'%s' నకు లంకె సృష్టించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:459 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:457 + msgid "_Undo Create Link" + msgstr "లంకె సృష్టిని రద్దుచేయి(_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:460 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:458 + msgid "_Redo Create Link" + msgstr "లంకె సృష్టిని మళ్ళీచేయి(_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:676 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:674 + #, c-format + msgid "Create an empty file '%s'" + msgstr "'%s'ఖాళీ దస్త్రాలను సృష్టించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:678 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:676 + msgid "_Undo Create Empty File" + msgstr "ఖాళీ దస్త్రము సృష్టించుట రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:679 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:677 + msgid "_Redo Create Empty File" + msgstr "ఖాళీ దస్త్రము సృష్టించుట రద్దుచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:681 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:679 + #, c-format + msgid "Create a new folder '%s'" + msgstr "'%s' అనే ఒక కొత్త సంచయాన్ని సృష్టించండి" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:683 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:681 + msgid "_Undo Create Folder" + msgstr "సృష్టించిన సంచయాన్ని రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:684 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:682 + msgid "_Redo Create Folder" + msgstr "సంచయాన్ని సృష్టించుటను మళ్ళీచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:686 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:684 + #, c-format + msgid "Create new file '%s' from template " + msgstr "'%s' మూస నుండి ఒక కొత్త పత్రాన్ని సృష్టించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:688 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:686 + msgid "_Undo Create from Template" + msgstr "మూస నుండి సృష్టించుట రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:689 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:687 + msgid "_Redo Create from Template" + msgstr "మూస నుండి సృష్టించుట మళ్ళీచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:869 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:870 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:867 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:868 + #, c-format + msgid "Rename '%s' as '%s'" + msgstr "'%s' ను '%s'గా పేరుమార్చు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:872 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:870 + msgid "_Undo Rename" + msgstr "పేరుమార్పును రద్దుచేయి...(_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:873 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:871 + msgid "_Redo Rename" + msgstr "పేరుమార్పును మళ్ళీచేయి...(_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:984 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:982 + #, c-format + msgid "Move %d item to trash" + msgid_plural "Move %d items to trash" + msgstr[0] "%d దస్త్రాన్ని చెత్తబుట్టకు తరలిస్తున్నది" + msgstr[1] "%d దస్త్రాలను చెత్తబుట్టకు తరలిస్తున్నది" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:996 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:994 + #, c-format + msgid "Restore '%s' to '%s'" + msgstr "'%s'ను '%s'నుంచి యధాస్థానమునకు తరలించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1003 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1001 + #, c-format + msgid "Move '%s' to trash" + msgstr "'%s'ని చెత్తబుట్టకి తరలించు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1007 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1005 + msgid "_Undo Trash" + msgstr "చెత్తబుట్టకు తరలించుట రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1008 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1006 + msgid "_Redo Trash" + msgstr "చెత్తబుట్టకు తరలించుట మరళచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1299 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1297 + #, c-format + msgid "Restore original permissions of items enclosed in '%s'" + msgstr "'%s'లోనున్న అంశముల యొక్క నిజమైన అనుమతులు యధాస్థానమున ఉంచు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1300 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1298 + #, c-format + msgid "Set permissions of items enclosed in '%s'" + msgstr "'%s' దస్త్రము యొక్క అనుమతులు అమర్చు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1302 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1457 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1300 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1455 + msgid "_Undo Change Permissions" + msgstr "అనుమతులు మార్పు రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1303 +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1458 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1301 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1456 + msgid "_Redo Change Permissions" + msgstr "అనుమతులు మార్పు మరళచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1454 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1452 + #, c-format + msgid "Restore original permissions of '%s'" + msgstr "'%s'యొక్క నిజమైన అనుమతులు యధాస్థానమున ఉంచు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1455 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1453 + #, c-format + msgid "Set permissions of '%s'" + msgstr "'%s' అనుమతులను అమర్చు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1565 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1563 + #, c-format + msgid "Restore group of '%s' to '%s'" + msgstr "'%s'నుంచి'%s' సమూహమునకు యధాస్థానమునకు మార్చు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1567 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1565 + #, c-format + msgid "Set group of '%s' to '%s'" + msgstr "'%s'నుంచి'%s' సమూహమునకు అమర్చు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1570 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1568 + msgid "_Undo Change Group" + msgstr "సమూహమునకు మార్పు రద్దుచేయు(_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1571 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1569 + msgid "_Redo Change Group" + msgstr "సమూహమునకు మార్పు రద్దుచేయు(_R)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1573 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1571 + #, c-format + msgid "Restore owner of '%s' to '%s'" + msgstr "యజమాని'%s'ని '%s' యధాస్థానమునకు మార్చు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1575 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1573 + #, c-format + msgid "Set owner of '%s' to '%s'" + msgstr "యజమాని'%s'ని '%s'నకు మార్చు" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1578 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1576 + msgid "_Undo Change Owner" + msgstr "యజమాని మార్పును రద్దుచేయి (_U)" + +-#: ../libnautilus-private/nautilus-file-undo-operations.c:1579 ++#: ../libnautilus-private/nautilus-file-undo-operations.c:1577 + msgid "_Redo Change Owner" + msgstr "యజమాని మార్పును మళ్ళీచేయి (_R)" + +-#: ../libnautilus-private/nautilus-file-utilities.c:1256 ++#: ../libnautilus-private/nautilus-file-utilities.c:932 + #, c-format + msgid "Could not determine original location of “%s” " + msgstr "“%s” యొక్క అసలు స్థానమును నిర్ణయించలేకపోయింది " + +-#: ../libnautilus-private/nautilus-file-utilities.c:1260 ++#: ../libnautilus-private/nautilus-file-utilities.c:936 + msgid "The item cannot be restored from trash" + msgstr "అంశము చెత్తబుట్ట నుండి యధాస్థానములో వుంచబడదు" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:81 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:80 + #, c-format + msgid "Error while adding “%s”: %s" + msgstr "“%s” ను కలుపుతున్నపుడు దోషం: “%s” " + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:83 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:82 + msgid "Could not add application" + msgstr "అనువర్తనమును జతచేయలేకపోయింది" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:111 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:110 + msgid "Could not forget association" + msgstr "సంబంధాన్ని మరచిపోవుట వీలుకాదు" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:135 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:134 + msgid "Forget association" + msgstr "సంబంధాన్ని మరచిపోవు" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:173 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:172 + #, c-format + msgid "Error while setting “%s” as default application: %s" + msgstr "“%s”ను అప్రమేయ అనువర్తనముగా అమర్చునప్పుడు దోషము: %s" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:175 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:174 + msgid "Could not set as default" + msgstr "అప్రమేయముగా అమర్చలేకపోయింది" + + #. Translators: the %s here is a file extension +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:253 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:252 + #, c-format + msgid "%s document" + msgstr "%s పత్రము" + + #. Translators; %s here is a mime-type description +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:260 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:259 + #, c-format + msgid "Open all files of type “%s” with" + msgstr "“%s” రకానికి చెందిన అన్ని దస్త్రాలను దీనితో తెరువు" + + #. Translators: first %s is filename, second %s is mime-type description +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:267 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:266 + #, c-format + msgid "Select an application to open “%s” and other files of type “%s”" + msgstr "%s మరియు “%s” రకపు ఇతర దస్త్రాలను తెరుచుటకు ఒక అనువర్తనమును ఎంచుకోండి" + +-#: ../libnautilus-private/nautilus-mime-application-chooser.c:333 ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:324 ++msgid "_Add" ++msgstr "కలుపుము(_A)" ++ ++#: ../libnautilus-private/nautilus-mime-application-chooser.c:332 + msgid "Set as default" + msgstr "అప్రమేయముగా అమర్చు" + +-#: ../libnautilus-private/nautilus-program-choosing.c:311 ++#: ../libnautilus-private/nautilus-program-choosing.c:312 + msgid "Sorry, but you cannot execute commands from a remote site." + msgstr "క్షమించండి, మీరు దూరస్థ సైటు నుండి ఆదేశములను నిర్వర్తించలేరు." + +-#: ../libnautilus-private/nautilus-program-choosing.c:313 ++#: ../libnautilus-private/nautilus-program-choosing.c:314 + msgid "This is disabled due to security considerations." + msgstr "భద్రతా కారణముల వలన దీనిని అచేతనపరచడమైనది." + +-#: ../libnautilus-private/nautilus-program-choosing.c:324 +-#: ../libnautilus-private/nautilus-program-choosing.c:392 ++#: ../libnautilus-private/nautilus-program-choosing.c:325 ++#: ../libnautilus-private/nautilus-program-choosing.c:393 + msgid "There was an error launching the application." + msgstr "అనువర్తనమును ప్రారంభించుటలో ఆక్కడ ఒక దోషం ఉంది." + +-#: ../libnautilus-private/nautilus-program-choosing.c:349 +-#: ../libnautilus-private/nautilus-program-choosing.c:360 ++#: ../libnautilus-private/nautilus-program-choosing.c:350 ++#: ../libnautilus-private/nautilus-program-choosing.c:361 + msgid "This drop target only supports local files." + msgstr "ఈ గమ్యపు పడవేయుట స్థానిక దస్త్రాలకు మాత్రమే సహకరించును." + +-#: ../libnautilus-private/nautilus-program-choosing.c:350 ++#: ../libnautilus-private/nautilus-program-choosing.c:351 + msgid "" + "To open non-local files copy them to a local folder and then drop them again." +-msgstr "స్థానిక దస్త్రాలు కాని వాటిని తెరుచుటకు, వాటిని స్థానిక సంచయములోనికి నకలుచేసి లాగివేయండి." ++msgstr "" ++"స్థానిక దస్త్రాలు కాని వాటిని తెరుచుటకు, వాటిని స్థానిక సంచయములోనికి నకలుచేసి " ++"లాగివేయండి." + +-#: ../libnautilus-private/nautilus-program-choosing.c:361 ++#: ../libnautilus-private/nautilus-program-choosing.c:362 + msgid "" + "To open non-local files copy them to a local folder and then drop them " + "again. The local files you dropped have already been opened." + msgstr "" +-"స్థానిక దస్త్రాలు కాని వాటిని తెరుచుటకు ముందు వాటిని ఒక స్థానిక సంచయానికి నకలుతీసి అప్పుడు మరలా వాటిని " ++"స్థానిక దస్త్రాలు కాని వాటిని తెరుచుటకు ముందు వాటిని ఒక స్థానిక సంచయానికి " ++"నకలుతీసి అప్పుడు మరలా వాటిని " + "లాగివదలండి. మీరు లాగివదిలిన స్థానిక దస్త్రాలు ఇప్పటికే తెరువబడి ఉన్నాయి." + +-#: ../libnautilus-private/nautilus-program-choosing.c:390 ++#: ../libnautilus-private/nautilus-program-choosing.c:391 + msgid "Details: " + msgstr "వివరాలు: " + +-#: ../libnautilus-private/nautilus-progress-info.c:192 +-#: ../libnautilus-private/nautilus-progress-info.c:210 ++#: ../libnautilus-private/nautilus-progress-info.c:190 ++#: ../libnautilus-private/nautilus-progress-info.c:208 + msgid "Preparing" + msgstr "సిద్దమౌతోంది..." + +-#: ../libnautilus-private/nautilus-query.c:205 +-#: ../libnautilus-private/nautilus-search-directory-file.c:160 +-#: ../libnautilus-private/nautilus-search-directory-file.c:186 +-#: ../libnautilus-private/nautilus-search-directory-file.c:220 ++#: ../libnautilus-private/nautilus-query.c:207 ++#: ../libnautilus-private/nautilus-search-directory-file.c:159 ++#: ../libnautilus-private/nautilus-search-directory-file.c:211 ++#: ../libnautilus-private/nautilus-search-directory-file.c:256 + msgid "Search" + msgstr "వెతుకు" + +-#: ../libnautilus-private/nautilus-query.c:208 ++#: ../libnautilus-private/nautilus-query.c:210 + #, c-format + msgid "Search for “%s”" + msgstr "“%s” కోసం వెతుకు" + +-#: ../libnautilus-private/nautilus-search-engine.c:190 ++#: ../libnautilus-private/nautilus-search-engine.c:189 + msgid "Unable to complete the requested search" + msgstr "అభ్యర్ధించిన శోధనను పూర్తి చేయలేకపోయాము" + +@@ -1906,7 +2007,8 @@ msgid "" + "current tab. If set to \"end\", then new tabs are appended to the end of the " + "tab list." + msgstr "" +-"ఒకవేళ \"after_current_tab\" అమర్చినట్లయితే, కొత్త టాబ్‌లు ప్రస్తుత ట్యాబ్ తర్వాత చేర్చబడతాయి. ఒకవేళ " ++"ఒకవేళ \"after_current_tab\" అమర్చినట్లయితే, కొత్త టాబ్‌లు ప్రస్తుత ట్యాబ్ " ++"తర్వాత చేర్చబడతాయి. ఒకవేళ " + "\"end\" అమర్చినట్లయితే, కొత్త టాబ్‌లు ట్యాబ్ జాబితా చివరకు చేర్చబడతాయి." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:3 +@@ -1918,19 +2020,23 @@ msgid "" + "If set to true, then Nautilus browser windows will always use a textual " + "input entry for the location toolbar, instead of the pathbar." + msgstr "" +-"ఒకవేళ నిజమని అమరిస్తే, నాటిలస్ గమన కిటికీలు బాటపట్టీకు బదులుగా, ఎల్లప్పుడూ స్థానపు సాధనములపట్టీ " ++"ఒకవేళ నిజమని అమరిస్తే, నాటిలస్ గమన కిటికీలు బాటపట్టీకు బదులుగా, ఎల్లప్పుడూ " ++"స్థానపు సాధనములపట్టీ " + "కొరకు అక్షర ప్రవేశమును కలిగిఉంటాయి." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:5 + msgid "Whether to ask for confirmation when deleting files, or emptying Trash" +-msgstr "దస్త్రాలను తొలగించునప్పుడు, లేదా చెత్తబుట్టను ఖాళీ చేస్తున్నప్పుడు నిర్ధారణ కోసం అడగవలెనా" ++msgstr "" ++"దస్త్రాలను తొలగించునప్పుడు, లేదా చెత్తబుట్టను ఖాళీ చేస్తున్నప్పుడు నిర్ధారణ " ++"కోసం అడగవలెనా" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:6 + msgid "" + "If set to true, then Nautilus will ask for confirmation when you attempt to " + "delete files, or empty the Trash." + msgstr "" +-"ఒకవేళ నిజమని అమరిస్తే, మీరు దస్త్రాలను తొలిగించుటకు లేదా చెత్తను ఖాళీచేయుటకు ప్రయత్నించినప్పుడు నాటిలస్ " ++"ఒకవేళ నిజమని అమరిస్తే, మీరు దస్త్రాలను తొలిగించుటకు లేదా చెత్తను ఖాళీచేయుటకు " ++"ప్రయత్నించినప్పుడు నాటిలస్ " + "నిర్ధారణ కోసం అడుగుతుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:7 +@@ -1943,8 +2049,10 @@ msgid "" + "file immediately and in-place, instead of moving it to the trash. This " + "feature can be dangerous, so use caution." + msgstr "" +-"ఒకవేళ నిజమని అమరిస్తే, దస్త్రాన్ని చెత్తబుట్టకు కదుపుటకు బదులుగా, నాటిలస్ తక్షణమే ఆ స్థానము నుండి " +-"దస్త్రాలను తొలగించుటకు మిమ్మల్ని అనుమతినిస్తుంది.ఈ సౌలభ్యము చాలా ప్రమాదకరమైంది, కాబట్టి జాగ్రత్తగా " ++"ఒకవేళ నిజమని అమరిస్తే, దస్త్రాన్ని చెత్తబుట్టకు కదుపుటకు బదులుగా, నాటిలస్ " ++"తక్షణమే ఆ స్థానము నుండి " ++"దస్త్రాలను తొలగించుటకు మిమ్మల్ని అనుమతినిస్తుంది.ఈ సౌలభ్యము చాలా " ++"ప్రమాదకరమైంది, కాబట్టి జాగ్రత్తగా " + "వినియోగించండి." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:9 +@@ -1958,9 +2066,12 @@ msgid "" + "server. If set to \"local-only\" then only show counts for local file " + "systems. If set to \"never\" then never bother to compute item counts." + msgstr "" +-"సంచయంలో అంశముల సంఖ్య చూపించుతున్నప్పుడు వేగం ట్రేడ్ఆఫ్. ఒకవేళ \"always\" అమర్చితే దూరస్థ " +-"సేవకంలో ఉన్నా కూడా ఎప్పుడూ అంశముల సంఖ్యను చూపుతుంది. ఒకవేళ \"local-only\" కి అమర్చినట్లయితే " +-"స్థానిక దస్త్ర వ్యవస్థకు మాత్రమే సంఖ్యలను చూపిస్తుంది. ఒకవేళ \"never\"కి అమర్చినట్లైతే ఎప్పటికి " ++"సంచయంలో అంశముల సంఖ్య చూపించుతున్నప్పుడు వేగం ట్రేడ్ఆఫ్. ఒకవేళ \"always\" " ++"అమర్చితే దూరస్థ " ++"సేవకంలో ఉన్నా కూడా ఎప్పుడూ అంశముల సంఖ్యను చూపుతుంది. ఒకవేళ \"local-only\" కి " ++"అమర్చినట్లయితే " ++"స్థానిక దస్త్ర వ్యవస్థకు మాత్రమే సంఖ్యలను చూపిస్తుంది. ఒకవేళ \"never\"కి " ++"అమర్చినట్లైతే ఎప్పటికి " + "అంశముల సంఖ్య లెక్కించదు." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:11 +@@ -1972,7 +2083,8 @@ msgid "" + "Possible values are \"single\" to launch files on a single click, or \"double" + "\" to launch them on a double click." + msgstr "" +-"ఒక క్లిక్కుతో దస్త్రాలను ప్రారంభించుటకు సాధ్యమయ్యే విలువ \"single\", లేదా రెండు క్లిక్కులతో వాటిని " ++"ఒక క్లిక్కుతో దస్త్రాలను ప్రారంభించుటకు సాధ్యమయ్యే విలువ \"single\", లేదా " ++"రెండు క్లిక్కులతో వాటిని " + "ప్రారంభించుటకు సాధ్యమయ్యే విలువ \"double\"." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:13 +@@ -1986,8 +2098,10 @@ msgid "" + "\"ask\" to ask what to do via a dialog, and \"display\" to display them as " + "text files." + msgstr "" +-"ఎగ్జిక్యూటబుల్ పాఠ్య దస్త్రాలు (ఒకటి లేదా రెండు క్లిక్కులతో) చేతనం అయినప్పుడు వాటితో ఏమి చేయాలి.సాధ్యమగు " +-"విలువలు \"launch\" వాటిని ప్రోగ్రామ్ వలె ప్రారంభించుటకు, \"ask\" డైలాగ్ ద్వారా ఏమిచేయలో అడుగుటకు, " ++"ఎగ్జిక్యూటబుల్ పాఠ్య దస్త్రాలు (ఒకటి లేదా రెండు క్లిక్కులతో) చేతనం అయినప్పుడు " ++"వాటితో ఏమి చేయాలి.సాధ్యమగు " ++"విలువలు \"launch\" వాటిని ప్రోగ్రామ్ వలె ప్రారంభించుటకు, \"ask\" డైలాగ్ " ++"ద్వారా ఏమిచేయలో అడుగుటకు, " + "మరియు \"display\" వాటిని పాఠ్య దస్త్రాలుగా ప్రదర్శించుటకు." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:15 +@@ -1999,7 +2113,8 @@ msgid "" + "Whether to show the user a package installer dialog in case an unknown mime " + "type is opened, in order to search for an application to handle it." + msgstr "" +-"తెలియని mime రకము తెరువబడినప్పుడు దానిని వ్యవహరించుటకు ఒక అనువర్తనమును శోధించుటకు, వాడుకరికి " ++"తెలియని mime రకము తెరువబడినప్పుడు దానిని వ్యవహరించుటకు ఒక అనువర్తనమును " ++"శోధించుటకు, వాడుకరికి " + "ప్యాకేజీ స్థాపకము డైలాగును చూపించాలా." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:17 +@@ -2012,12 +2127,14 @@ msgid "" + "will determine if any action is taken inside of Nautilus when either is " + "pressed." + msgstr "" +-"\"ముందుకు\" మరియు \"వెనుకకు\" బటన్సుతో ఉన్న మౌస్‌ను కలిగివున్న వాడుకరులకు, అవి నొక్క " ++"\"ముందుకు\" మరియు \"వెనుకకు\" బటన్సుతో ఉన్న మౌస్‌ను కలిగివున్న వాడుకరులకు, " ++"అవి నొక్క " + "బడినవప్పుడు నాటిలస్ నందు ఏవైనా చర్యలు తీసుకొనవలెనంటే ఈ కీ నిర్ణయిస్తుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:19 + msgid "Mouse button to activate the \"Forward\" command in browser window" +-msgstr "విహారిణి కిటికీలో \"ముందుకు\" ఆదేశమును క్రియాశీల పర్చుటకు వాడే మౌస్ బటన్" ++msgstr "" ++"విహారిణి కిటికీలో \"ముందుకు\" ఆదేశమును క్రియాశీల పర్చుటకు వాడే మౌస్ బటన్" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:20 + msgid "" +@@ -2025,13 +2142,16 @@ msgid "" + "will set which button activates the \"Forward\" command in a browser window. " + "Possible values range between 6 and 14." + msgstr "" +-"\"ముందుకు\" మరియు \"వెనుకకు\" బటన్సు ఉన్న మౌస్‌ను కలిగివున్న వాడుకరులకు, విహారిణి కిటికీ నందు " +-"\"ముందుకు\" ఆదేశమును ఏ బటన్ ద్వారా క్రియాశీలం చేయాలో ఈ కీ నిర్ణయిస్తుంది. సాధ్యమగు విలువలు 6 నుండి " ++"\"ముందుకు\" మరియు \"వెనుకకు\" బటన్సు ఉన్న మౌస్‌ను కలిగివున్న వాడుకరులకు, " ++"విహారిణి కిటికీ నందు " ++"\"ముందుకు\" ఆదేశమును ఏ బటన్ ద్వారా క్రియాశీలం చేయాలో ఈ కీ నిర్ణయిస్తుంది. " ++"సాధ్యమగు విలువలు 6 నుండి " + "14 మధ్యన వుంటాయి." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:21 + msgid "Mouse button to activate the \"Back\" command in browser window" +-msgstr "విహారిణి కిటికీ నందు \"వెనుకకు\" ఆదేశమును క్రియాశీల పర్చుటకు వాడే మౌస్ బటన్" ++msgstr "" ++"విహారిణి కిటికీ నందు \"వెనుకకు\" ఆదేశమును క్రియాశీల పర్చుటకు వాడే మౌస్ బటన్" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:22 + msgid "" +@@ -2039,8 +2159,10 @@ msgid "" + "will set which button activates the \"Back\" command in a browser window. " + "Possible values range between 6 and 14." + msgstr "" +-"\"ముందుకు\" మరియు \"వెనుకకు\" బటన్సు ఉన్న మౌస్‌ను కలిగివున్న వాడుకరులకు, విహారిణి కిటికీ నందు " +-"\"వెనుకకు\" ఆదేశమును ఏ బటన్ ద్వారా క్రియాశీలం చేయాలో ఈ కీ నిర్ణయిస్తుంది. సాధ్యమగు విలువలు 6 నుండి " ++"\"ముందుకు\" మరియు \"వెనుకకు\" బటన్సు ఉన్న మౌస్‌ను కలిగివున్న వాడుకరులకు, " ++"విహారిణి కిటికీ నందు " ++"\"వెనుకకు\" ఆదేశమును ఏ బటన్ ద్వారా క్రియాశీలం చేయాలో ఈ కీ నిర్ణయిస్తుంది. " ++"సాధ్యమగు విలువలు 6 నుండి " + "14 మధ్యన వుంటాయి." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:23 +@@ -2055,10 +2177,14 @@ msgid "" + "\"never\" then never bother to thumbnail files, just use a generic icon. " + "Despite what the name may suggest, this applies to any previewable file type." + msgstr "" +-"బొమ్మ దస్త్రాన్ని చిరుచిత్రముగా చూపించునప్పుడు వేగం ట్రేడ్ఆఫ్. ఒకవేళ \"always\" అమర్చితే సంచయం " +-"దూరస్థ సేవకంలో ఉన్నా కూడా ఎల్లప్పుడూ చిరుచిత్రముగా చూపబడుతుంది. ఒకవేళ \"local_only\" కి " +-"అమర్చినట్లైతే చిరుచిత్రాలను స్థానిక దస్త్ర వ్యవస్థలో మాత్రమే చూపిస్తుంది.ఒకవేళ \"never\" కి అమర్చినట్లైతే " +-"ఎప్పటికి చిరుచిత్రాల గురించి పట్టించుకోదు, సాధారణ ప్రతీకను మాత్రమే ఉపయోగిస్తుంది. ఏ పేరును " ++"బొమ్మ దస్త్రాన్ని చిరుచిత్రముగా చూపించునప్పుడు వేగం ట్రేడ్ఆఫ్. ఒకవేళ " ++"\"always\" అమర్చితే సంచయం " ++"దూరస్థ సేవకంలో ఉన్నా కూడా ఎల్లప్పుడూ చిరుచిత్రముగా చూపబడుతుంది. ఒకవేళ " ++"\"local_only\" కి " ++"అమర్చినట్లైతే చిరుచిత్రాలను స్థానిక దస్త్ర వ్యవస్థలో మాత్రమే " ++"చూపిస్తుంది.ఒకవేళ \"never\" కి అమర్చినట్లైతే " ++"ఎప్పటికి చిరుచిత్రాల గురించి పట్టించుకోదు, సాధారణ ప్రతీకను మాత్రమే " ++"ఉపయోగిస్తుంది. ఏ పేరును " + "సూచించిప్పటికీ, ఇది అన్ని మునుజూపగల దస్త్ర రకాలకు వర్తిస్తుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:25 +@@ -2071,8 +2197,10 @@ msgid "" + "setting is to avoid thumbnailing large images that may take a long time to " + "load or use lots of memory." + msgstr "" +-"ప్రతీకలు ఈ పరిమాణంకన్నా (బైట్లలో) మించితే చిరుచిత్రాలు కావు. లోడవ్వడానికి ఎక్కువసమయం తీసుకొని మరియు " +-"ఎక్కువ మెమోరీని ‌ఉపయోగించుకొను బొమ్మల చిరుచిత్రాలను నిరోధించుటే ఈ అమరిక ప్రయోజనం." ++"ప్రతీకలు ఈ పరిమాణంకన్నా (బైట్లలో) మించితే చిరుచిత్రాలు కావు. లోడవ్వడానికి " ++"ఎక్కువసమయం తీసుకొని మరియు " ++"ఎక్కువ మెమోరీని ‌ఉపయోగించుకొను బొమ్మల చిరుచిత్రాలను నిరోధించుటే ఈ అమరిక " ++"ప్రయోజనం." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:27 + msgid "Show folders first in windows" +@@ -2083,7 +2211,8 @@ msgid "" + "If set to true, then Nautilus shows folders prior to showing files in the " + "icon and list views." + msgstr "" +-"ఒకవేళ నిజమని అమరిస్తే, సంచయాలలో దస్త్రాల ప్రతీకలు మరియు జాబితా దర్శనంలో చూపించుటకు నాటిలస్ " ++"ఒకవేళ నిజమని అమరిస్తే, సంచయాలలో దస్త్రాల ప్రతీకలు మరియు జాబితా దర్శనంలో " ++"చూపించుటకు నాటిలస్ " + "ప్రాధాన్యమిస్తుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:29 +@@ -2095,7 +2224,8 @@ msgid "" + "The default sort-order for items in the icon view. Possible values are \"name" + "\", \"size\", \"type\" and \"mtime\"." + msgstr "" +-"ప్రతీక దర్శనంలో అంశముల కొరకు అప్రమేయ పేర్చు-క్రమం. సాధ్యమగు విలువలు \"name\", \"size\", " ++"ప్రతీక దర్శనంలో అంశముల కొరకు అప్రమేయ పేర్చు-క్రమం. సాధ్యమగు విలువలు \"name\", " ++"\"size\", " + "\"type\", మరియు \"modification_date\"." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:31 +@@ -2109,9 +2239,12 @@ msgid "" + "sorted from \"z\" to \"a\"; if sorted by size, instead of being " + "incrementally they will be sorted decrementally." + msgstr "" +-"ఒకవేళ నిజమైతే, కొత్త కిటికీలలోని దస్త్రాలు వ్యతిరేక క్రమములో పేర్చబడతాయి.అనగా, ఒకవేళ పేరును బట్టి " +-"క్రమబద్దీకరిస్తే, అప్పుడు దస్త్రాలను \"a\" నుండి \"z\" కి క్రమబద్దీకరించుటకు బదులుగా, \"z\" " +-"నుండి \"a\" క్రమబద్దీకరిస్తుంది; పరిమాణం ద్వారా క్రమబద్దీకరిస్తే, ఆరోహణం కు బదులుగా అవరోహణంలో " ++"ఒకవేళ నిజమైతే, కొత్త కిటికీలలోని దస్త్రాలు వ్యతిరేక క్రమములో " ++"పేర్చబడతాయి.అనగా, ఒకవేళ పేరును బట్టి " ++"క్రమబద్దీకరిస్తే, అప్పుడు దస్త్రాలను \"a\" నుండి \"z\" కి క్రమబద్దీకరించుటకు " ++"బదులుగా, \"z\" " ++"నుండి \"a\" క్రమబద్దీకరిస్తుంది; పరిమాణం ద్వారా క్రమబద్దీకరిస్తే, ఆరోహణం కు " ++"బదులుగా అవరోహణంలో " + "క్రమబద్దీకరిస్తుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:33 +@@ -2124,8 +2257,10 @@ msgid "" + "another view for that particular folder. Possible values are \"list-view\", " + "and \"icon-view\"." + msgstr "" +-"సంచయాన్ని సందర్శించినపుడు ఆ నిర్దిష్ట సంచయానికి మీరు వేరొక దర్శనాన్ని ఎంపికచేయకపోయినట్టయితే ఈ వీక్షకం " +-"వాడబడుతుంది. సాధ్యమగు విలువలు \"జాబితా-వీక్షణం\", \"ప్రతీక-వీక్షణం\" మరియు \"కాంపాక్ట్-వీక్షణం\"." ++"సంచయాన్ని సందర్శించినపుడు ఆ నిర్దిష్ట సంచయానికి మీరు వేరొక దర్శనాన్ని " ++"ఎంపికచేయకపోయినట్టయితే ఈ వీక్షకం " ++"వాడబడుతుంది. సాధ్యమగు విలువలు \"జాబితా-వీక్షణం\", \"ప్రతీక-వీక్షణం\" మరియు " ++"\"కాంపాక్ట్-వీక్షణం\"." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:35 + msgid "Whether to show hidden files" +@@ -2136,7 +2271,8 @@ msgid "" + "This key is deprecated and ignored. The \"show-hidden\" key from \"org.gtk." + "Settings.FileChooser\" is now used instead." + msgstr "" +-"ఈ కీ తీసివేయబడెను మరియు విస్మరించబడెను. బదులుగా యిప్పుడు \"org.gtk.Settings.FileChooser\" " ++"ఈ కీ తీసివేయబడెను మరియు విస్మరించబడెను. బదులుగా యిప్పుడు " ++"\"org.gtk.Settings.FileChooser\" " + "నుండి \"మరుగునవున్నవి-చూపు\" కీ వుపయోగించబడుచున్నది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:37 +@@ -2151,10 +2287,14 @@ msgid "" + "their executable name and any command line options. If the executable name " + "is not set to a full path, it will be searched for in the search path." + msgstr "" +-"ఒకవేళ అమర్చితే, నాటిలస్ ఎంచుకున్న దస్త్రాల యొక్క URIలను జతచేస్తుంది మరియు పెద్దమొత్తంలో పేరుమార్చుటకు " +-"ఫలితాన్ని కమాండు లైను వలె పరిగణిస్తుంది. అధికమొత్తంలో అనువర్తనాల పేరుమార్చుట వల్ల వాటంతట అవే ఈ కీ " +-"నందు కీను ఎక్జిక్యూటబుల్ పేరు యొక్క ఖాళీ అక్షరం అమర్చుట ద్వారా నమోదుచేసుకుంటాయి మరియు ఏదైనా కమాండు " +-"లైను ఐచ్ఛికాల ద్వారా. ఒకవేళ ఎక్జిక్యూటబుల్ పేరును ఒక పూర్తి త్రోవకు అమర్చన్లయితే, దానిని వెతుకులాట " ++"ఒకవేళ అమర్చితే, నాటిలస్ ఎంచుకున్న దస్త్రాల యొక్క URIలను జతచేస్తుంది మరియు " ++"పెద్దమొత్తంలో పేరుమార్చుటకు " ++"ఫలితాన్ని కమాండు లైను వలె పరిగణిస్తుంది. అధికమొత్తంలో అనువర్తనాల పేరుమార్చుట " ++"వల్ల వాటంతట అవే ఈ కీ " ++"నందు కీను ఎక్జిక్యూటబుల్ పేరు యొక్క ఖాళీ అక్షరం అమర్చుట ద్వారా " ++"నమోదుచేసుకుంటాయి మరియు ఏదైనా కమాండు " ++"లైను ఐచ్ఛికాల ద్వారా. ఒకవేళ ఎక్జిక్యూటబుల్ పేరును ఒక పూర్తి త్రోవకు " ++"అమర్చన్లయితే, దానిని వెతుకులాట " + "త్రోవలో వెతకబడుతుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:39 +@@ -2168,8 +2308,10 @@ msgid "" + "values are: \"size\", \"type\", \"date_modified\", \"owner\", \"group\", " + "\"permissions\", and \"mime_type\"." + msgstr "" +-"ప్రతీక వీక్షణం మరియు డెస్క్‍టాప్‌లోని ప్రతీక క్రింది క్లుప్తవివరణల యొక్క జాబితా.యాదార్ధంగా చూపించవలిసిన " +-"క్లుప్తవివరణల యొక్క సంఖ్య రూపీకరణ స్థాయి మీద ఆధారపడి ఉంటుంది. సాధ్యమగు విలువలు: \"size\", " ++"ప్రతీక వీక్షణం మరియు డెస్క్‍టాప్‌లోని ప్రతీక క్రింది క్లుప్తవివరణల యొక్క " ++"జాబితా.యాదార్ధంగా చూపించవలిసిన " ++"క్లుప్తవివరణల యొక్క సంఖ్య రూపీకరణ స్థాయి మీద ఆధారపడి ఉంటుంది. సాధ్యమగు " ++"విలువలు: \"size\", " + "\"type\", \"date_modified\", \"owner\", \"group\", \"permissions\", మరియు " + "\"mime_type\"." + +@@ -2211,15 +2353,24 @@ msgid "" + "smallest (33%), smaller (50%), small (66%), standard (100%), large (150%), " + "larger (200%), largest (400%)" + msgstr "" +-"జూమ్ స్థాయి పై అధారపడి, పొడవైన దస్త్రం పేర్లు ఎలా ఎలిప్సెస్‌తో పునఃస్థాపించాలో తెలిపే స్ట్రింగ్. జాబితా యొక్క ప్రతీ " +-"అంశము \"Zoom Level:Integer\" రూపమువి. తెలుపబడిన ప్రతి జూమ్ స్థాయికు, యిచ్చిన పూర్ణాంకము 0 " +-"కన్నా పెద్దదైతే, దస్త్రం పేరు యిచ్చిన వరుసల సంఖ్యకు మించదు. పూర్ణాంకం 0 కన్నా తక్కవైతే, జూమ్ స్థాయిపై " +-"యెటువంటి పరిమితివుండదు. ఎటువంటి జూమ్ స్థాయి తెలుపకుండా అప్రమేయ జూమ్ \"integer\"కూడా యివ్వవచ్చు." +-"ఉదాహరణకు: 0- ఎల్లప్పుడు పొడవైన దస్త్రాలను ప్రదర్శిస్తుంది. 3- మూడువరుసల కన్నాపొడవైన పేర్లను " +-"కుదిస్తుంది; అంత్యంతచిన్నది:5, చిన్నది:4, 0 - ఐదువరుసల కన్నామించిన దస్త్రాల పేర్లు కుదించబడతాయి " +-"జూమ్ స్థాయి \"అత్యంతచిన్నది\" కొరకు.జూమ్ స్థాయి \"చిన్నది\" కొరకు నాలుగువరుసల కన్నా మించిన " +-"దస్త్రమును కుదిస్తుంది. ఇతరజూమ్ స్థాయిలకొరకు దస్త్రం పేర్లను కుదించదు. అందుబాటులోవున్న జూమ్ " +-"స్థాయిలు:అత్యంతచిన్నది (33%) కొద్దిగాచిన్నది (50%), చిన్నది (66%), ప్రామాణికమైంది (100%), పెద్దది " ++"జూమ్ స్థాయి పై అధారపడి, పొడవైన దస్త్రం పేర్లు ఎలా ఎలిప్సెస్‌తో " ++"పునఃస్థాపించాలో తెలిపే స్ట్రింగ్. జాబితా యొక్క ప్రతీ " ++"అంశము \"Zoom Level:Integer\" రూపమువి. తెలుపబడిన ప్రతి జూమ్ స్థాయికు, యిచ్చిన " ++"పూర్ణాంకము 0 " ++"కన్నా పెద్దదైతే, దస్త్రం పేరు యిచ్చిన వరుసల సంఖ్యకు మించదు. పూర్ణాంకం 0 కన్నా " ++"తక్కవైతే, జూమ్ స్థాయిపై " ++"యెటువంటి పరిమితివుండదు. ఎటువంటి జూమ్ స్థాయి తెలుపకుండా అప్రమేయ జూమ్ " ++"\"integer\"కూడా యివ్వవచ్చు." ++"ఉదాహరణకు: 0- ఎల్లప్పుడు పొడవైన దస్త్రాలను ప్రదర్శిస్తుంది. 3- మూడువరుసల " ++"కన్నాపొడవైన పేర్లను " ++"కుదిస్తుంది; అంత్యంతచిన్నది:5, చిన్నది:4, 0 - ఐదువరుసల కన్నామించిన దస్త్రాల " ++"పేర్లు కుదించబడతాయి " ++"జూమ్ స్థాయి \"అత్యంతచిన్నది\" కొరకు.జూమ్ స్థాయి \"చిన్నది\" కొరకు నాలుగువరుసల " ++"కన్నా మించిన " ++"దస్త్రమును కుదిస్తుంది. ఇతరజూమ్ స్థాయిలకొరకు దస్త్రం పేర్లను కుదించదు. " ++"అందుబాటులోవున్న జూమ్ " ++"స్థాయిలు:అత్యంతచిన్నది (33%) కొద్దిగాచిన్నది (50%), చిన్నది (66%), " ++"ప్రామాణికమైంది (100%), పెద్దది " + "(150%), కొద్దిగాపెద్దది (200%), అత్యంతపెద్దది (400%)" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:48 +@@ -2247,7 +2398,6 @@ msgid "Default column order in the list view." + msgstr "జాబితా వీక్షణలో అప్రమేయపు నిలువు వరుస క్రమం." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:54 +-#| msgid "Text view:" + msgid "Use tree view" + msgstr "వృక్ష వీక్షణను వాడు" + +@@ -2261,8 +2411,9 @@ msgid "Desktop font" + msgstr "డెస్క్‍టాప్‌ ఖతి" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:57 +-msgid "The font _description used for the icons on the desktop." +-msgstr "డెస్క్‍టాప్‌మీద ప్రతీకల కొరకు వాడే ఖతి వివరణ." ++#| msgid "The font _description used for the icons on the desktop." ++msgid "The font description used for the icons on the desktop." ++msgstr "డెస్క్‌టాప్ మీద ప్రతిమల కొరకు వాడే ఖతి వివరణ." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:58 + msgid "Home icon visible on desktop" +@@ -2272,7 +2423,9 @@ msgstr "నివాస సంచయం ప్రతీక డెస్క్‍ + msgid "" + "If this is set to true, an icon linking to the home folder will be put on " + "the desktop." +-msgstr "ఒకవేళ నిజమని అమరిస్తే, నివాస సంచయానికి లంకె చేయబడిన ప్రతీక డెస్క్‍టాప్ మీద పెట్టబడుతుంది." ++msgstr "" ++"ఒకవేళ నిజమని అమరిస్తే, నివాస సంచయానికి లంకె చేయబడిన ప్రతీక డెస్క్‍టాప్ మీద " ++"పెట్టబడుతుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:60 + msgid "Trash icon visible on desktop" +@@ -2282,7 +2435,9 @@ msgstr "చెత్తబుట్ట ప్రతీకను డెస్క + msgid "" + "If this is set to true, an icon linking to the trash will be put on the " + "desktop." +-msgstr "ఒకవేళ నిజమని అమరిస్తే, చెత్తబుట్టకు లంకె చేయబడిన ప్రతీక డెస్క్‍టాప్‌మీద పెట్టబడుతుంది." ++msgstr "" ++"ఒకవేళ నిజమని అమరిస్తే, చెత్తబుట్టకు లంకె చేయబడిన ప్రతీక డెస్క్‍టాప్‌మీద " ++"పెట్టబడుతుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:62 + msgid "Show mounted volumes on the desktop" +@@ -2292,7 +2447,9 @@ msgstr "మౌంటుచేయబడిన సంపుటములను డ + msgid "" + "If this is set to true, icons linking to mounted volumes will be put on the " + "desktop." +-msgstr "ఒకవేళ నిజమని అమరిస్తే, మౌంటయిన సంపుటములకు లంకె చేయబడిన ప్రతీక డెస్క్‍టాప్‌మీద పెట్టబడుతుంది." ++msgstr "" ++"ఒకవేళ నిజమని అమరిస్తే, మౌంటయిన సంపుటములకు లంకె చేయబడిన ప్రతీక డెస్క్‍టాప్‌మీద " ++"పెట్టబడుతుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:64 + msgid "Network Servers icon visible on the desktop" +@@ -2303,7 +2460,8 @@ msgid "" + "If this is set to true, an icon linking to the Network Servers view will be " + "put on the desktop." + msgstr "" +-"ఒకవేళ నిజమని అమరిస్తే, నెట్‌వర్కు సేవకాల దర్శనముకు లంకెచేసిన ఒక ప్రతీకను డెస్క్‍టాప్‌పై ఉంచుతుంది." ++"ఒకవేళ నిజమని అమరిస్తే, నెట్‌వర్కు సేవకాల దర్శనముకు లంకెచేసిన ఒక ప్రతీకను " ++"డెస్క్‍టాప్‌పై ఉంచుతుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:66 + msgid "Desktop home icon name" +@@ -2314,7 +2472,8 @@ msgid "" + "This name can be set if you want a custom name for the home icon on the " + "desktop." + msgstr "" +-"ఒకవేళ డెస్క్‍టాప్‌మీద ఉన్న నివాస సంచయము ప్రతీకకు ఒక మలచిన పేరు పెట్టాలనుకుంటే, ఈ పేరును అమర్చవచ్చు." ++"ఒకవేళ డెస్క్‍టాప్‌మీద ఉన్న నివాస సంచయము ప్రతీకకు ఒక మలచిన పేరు " ++"పెట్టాలనుకుంటే, ఈ పేరును అమర్చవచ్చు." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:68 + msgid "Desktop trash icon name" +@@ -2325,7 +2484,8 @@ msgid "" + "This name can be set if you want a custom name for the trash icon on the " + "desktop." + msgstr "" +-"ఒకవేళ డెస్క్‍టాప్‌మీద ఉన్న చెత్తబుట్ట ప్రతీకకు ఒక మలచిన పేరు పెట్టాలనుకుంటే, ఈ పేరును అమర్చవచ్చు." ++"ఒకవేళ డెస్క్‍టాప్‌మీద ఉన్న చెత్తబుట్ట ప్రతీకకు ఒక మలచిన పేరు పెట్టాలనుకుంటే, " ++"ఈ పేరును అమర్చవచ్చు." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:70 + msgid "Network servers icon name" +@@ -2336,7 +2496,8 @@ msgid "" + "This name can be set if you want a custom name for the network servers icon " + "on the desktop." + msgstr "" +-"ఒకవేళ డెస్క్‍టాప్‌మీద ఉన్న నెట్‌వర్కు సేవకాల ప్రతీకకు ఒక మలచిన పేరు పెట్టాలనుకుంటే, ఈ పేరును అమర్చవచ్చు." ++"ఒకవేళ డెస్క్‍టాప్‌మీద ఉన్న నెట్‌వర్కు సేవకాల ప్రతీకకు ఒక మలచిన పేరు " ++"పెట్టాలనుకుంటే, ఈ పేరును అమర్చవచ్చు." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:72 + msgid "" +@@ -2345,8 +2506,10 @@ msgid "" + "not exceed the given number of lines. If the number is 0 or smaller, no " + "limit is imposed on the number of displayed lines." + msgstr "" +-"అతిపొడవైన దస్త్రాల పేర్ల భాగములు డెస్కుటాప్ పై ఎలా ఎలిప్సెస్ చేత పునఃస్థాపించ బడవలెనో పూర్ణసంఖ్య " +-"తెలుపుతుంది. సంఖ్య 0 కన్నా ఎక్కువ అయితే, దస్త్రం పేరు వరుసలు ఇచ్చిన సంఖ్య కన్నా మించవు. సంఖ్య " ++"అతిపొడవైన దస్త్రాల పేర్ల భాగములు డెస్కుటాప్ పై ఎలా ఎలిప్సెస్ చేత పునఃస్థాపించ " ++"బడవలెనో పూర్ణసంఖ్య " ++"తెలుపుతుంది. సంఖ్య 0 కన్నా ఎక్కువ అయితే, దస్త్రం పేరు వరుసలు ఇచ్చిన సంఖ్య " ++"కన్నా మించవు. సంఖ్య " + "0 లేదా తక్కువైనా, ప్రదర్శించవలసిన వరుసలపై ఎటువంటి పరిమితివుండదు." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:73 +@@ -2358,7 +2521,8 @@ msgid "" + "If set to true, then Nautilus will use a fade effect to change the desktop " + "background." + msgstr "" +-"ఒకవేళ నిజముకు అమర్చినట్లయితే, అపుడు నాటిలస్ డెస్క్‍టాప్ నేపథ్యాన్ని మార్చుటకు ఒక క్రమంగా అంతరించు " ++"ఒకవేళ నిజముకు అమర్చినట్లయితే, అపుడు నాటిలస్ డెస్క్‍టాప్ నేపథ్యాన్ని మార్చుటకు " ++"ఒక క్రమంగా అంతరించు " + "ప్రభావాన్ని వాడుకుంటుంది." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:75 +@@ -2369,7 +2533,9 @@ msgstr "నావిగేషన్ కిటికీ కొరకు జ్య + msgid "" + "A string containing the saved geometry and coordinates string for navigation " + "windows." +-msgstr "నావిగేషన్ కిటికీల కొరకు దాచబడిన జ్యామితిని మరియు సమన్వయించే స్ట్రింగును కలిగివున్న ఒక స్ట్రింగ్" ++msgstr "" ++"నావిగేషన్ కిటికీల కొరకు దాచబడిన జ్యామితిని మరియు సమన్వయించే స్ట్రింగును " ++"కలిగివున్న ఒక స్ట్రింగ్" + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:77 + msgid "Whether the navigation window should be maximized." +@@ -2394,7 +2560,8 @@ msgstr "కొత్త కిటికీలలో స్థానపట్ట + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:82 + msgid "" + "If set to true, newly opened windows will have the location bar visible." +-msgstr "ఒకవేళ నిజమని అమరిస్తే, కొత్తగా తెరిచిన కిటికీలు స్థానపు పట్టీని కలిగివుంటాయి." ++msgstr "" ++"ఒకవేళ నిజమని అమరిస్తే, కొత్తగా తెరిచిన కిటికీలు స్థానపు పట్టీని కలిగివుంటాయి." + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:83 + msgid "Show side pane in new windows" +@@ -2402,201 +2569,167 @@ msgstr "కొత్త కిటికీలలో పక్క పట్టీ + + #: ../libnautilus-private/org.gnome.nautilus.gschema.xml.in.h:84 + msgid "If set to true, newly opened windows will have the side pane visible." +-msgstr "ఒకవేళ నిజమని అమరిస్తే, కొత్త గా తెరిచిన కిటికీలు ప్రక్క పట్టీని కలిగివుంటాయి." ++msgstr "" ++"ఒకవేళ నిజమని అమరిస్తే, కొత్త గా తెరిచిన కిటికీలు ప్రక్క పట్టీని కలిగివుంటాయి." + +-#: ../nautilus-sendto-extension/nautilus-nste.c:80 +-#: ../nautilus-sendto-extension/nautilus-nste.c:85 +-#| msgid "Send To..." +-msgid "Send To…" +-msgstr "ఇచటకు పంపు..." ++#: ../nautilus-sendto-extension/nautilus-nste.c:96 ++#: ../nautilus-sendto-extension/nautilus-nste.c:101 ++msgid "Email…" ++msgstr "ఈమెయిల్…" + +-#: ../nautilus-sendto-extension/nautilus-nste.c:81 +-#| msgid "Send file by mail, instant message..." +-msgid "Send file by mail, instant message…" +-msgstr "మెయిల్ ద్వారా దస్త్రాన్ని పంపు, సత్వర సందేశం…" ++#: ../nautilus-sendto-extension/nautilus-nste.c:97 ++#| msgid "Send file by mail, instant message…" ++msgid "Send file by mail…" ++msgstr "మెయిల్ ద్వారా దస్త్రాన్ని పంపు…" + +-#: ../nautilus-sendto-extension/nautilus-nste.c:86 +-#| msgid "Send files by mail, instant message..." +-msgid "Send files by mail, instant message…" +-msgstr "మెయిల్ ద్వారా దస్త్రాలను పంపు, సత్వర సందేశం..." ++#: ../nautilus-sendto-extension/nautilus-nste.c:102 ++#| msgid "Send files by mail, instant message…" ++msgid "Send files by mail…" ++msgstr "మెయిల్ ద్వారా దస్త్రాలను పంపు..." + + #. Some sort of failure occurred. How 'bout we tell the user? +-#: ../src/nautilus-application.c:232 ../src/nautilus-window-slot.c:1611 ++#: ../src/nautilus-application.c:215 ../src/nautilus-window-slot.c:1611 + msgid "Oops! Something went wrong." + msgstr "అయ్యో! ఏదో తప్పు జరిగింది." + +-#: ../src/nautilus-application.c:234 ++#: ../src/nautilus-application.c:217 + #, c-format + msgid "" + "Unable to create a required folder. Please create the following folder, or " + "set permissions such that it can be created:\n" + "%s" + msgstr "" +-"అవసరమైన సంచయాన్ని సృష్టించుట వీలుకావడం లేదు. దయచేసి పేర్కొన్న సంచయమును సృష్టించండి, లేదా ఆ " ++"అవసరమైన సంచయాన్ని సృష్టించుట వీలుకావడం లేదు. దయచేసి పేర్కొన్న సంచయమును " ++"సృష్టించండి, లేదా ఆ " + "సంచయాన్ని సృష్టించడానికి అనుమతి ఇవ్వండి:\n" + "%s" + +-#: ../src/nautilus-application.c:239 ++#: ../src/nautilus-application.c:222 + #, c-format + msgid "" + "Unable to create required folders. Please create the following folders, or " + "set permissions such that they can be created:\n" + "%s" + msgstr "" +-"అవసరమైన సంచయాలను సృష్టించుట వీలుకావడం లేదు. దయచేసి పేర్కొన్న సంచయాలను సృష్టించండి, లేదా ఆ " ++"అవసరమైన సంచయాలను సృష్టించుట వీలుకావడం లేదు. దయచేసి పేర్కొన్న సంచయాలను " ++"సృష్టించండి, లేదా ఆ " + "సంచయాలను సృష్టించడానికి అనుమతి ఇవ్వండి:\n" + "%s" + +-#: ../src/nautilus-application.c:373 ++#: ../src/nautilus-application.c:354 + msgid "" + "Nautilus 3.0 deprecated this directory and tried migrating this " + "configuration to ~/.config/nautilus" + msgstr "" +-"నాటిలస్ 3.0 ఈ డైరెక్టరీని తగ్గించింది మరియు ఈ స్వరూపణాన్ని ~/.config/nautilus కు మార్చుటకు " ++"నాటిలస్ 3.0 ఈ డైరెక్టరీని తగ్గించింది మరియు ఈ స్వరూపణాన్ని ~/.config/nautilus " ++"కు మార్చుటకు " + "ప్రయత్నించింది" + +-#: ../src/nautilus-application.c:921 +-#: ../src/nautilus-file-management-properties.c:197 +-#: ../src/nautilus-window-menus.c:253 +-#, c-format +-msgid "" +-"There was an error displaying help: \n" +-"%s" +-msgstr "" +-"సహాయాన్ని ప్రదర్శించుటలో అక్కడ ఒక దోషం ఉన్నది: \n" +-"%s" +- +-#: ../src/nautilus-application.c:1095 ++#: ../src/nautilus-application.c:702 + msgid "--check cannot be used with other options." + msgstr "--check అను దానిని ఇతర ఐచ్ఛికాలతో వాడకూడదు." + +-#: ../src/nautilus-application.c:1101 ++#: ../src/nautilus-application.c:709 + msgid "--quit cannot be used with URIs." + msgstr "--quit అను దానిని URIలతో వాడకూడదు." + +-#: ../src/nautilus-application.c:1108 +-msgid "--geometry cannot be used with more than one URI." +-msgstr "--geometryని ఒకటి కంటే ఎక్కువ URIలతో ఉపయోగించకూడదు." +- +-#: ../src/nautilus-application.c:1114 +-#| msgid "--geometry cannot be used with more than one URI." ++#: ../src/nautilus-application.c:717 + msgid "--select must be used with at least an URI." + msgstr "--select ని కనీసం వొక URIతో ఉపయోగించాలి." + +-#: ../src/nautilus-application.c:1120 ++#: ../src/nautilus-application.c:724 + msgid "--no-desktop and --force-desktop cannot be used together." + msgstr "--no-desktop మరియు --force-desktop అనునవి కలిపి వుపయోగించబడవు." + +-#: ../src/nautilus-application.c:1219 ++#: ../src/nautilus-application.c:808 + msgid "Perform a quick set of self-check tests." + msgstr "స్వయం-తనిఖీ పరీక్షలు సత్వరముగా జరుపు." + +-#: ../src/nautilus-application.c:1225 +-msgid "Show the version of the program." +-msgstr "కార్యక్రమం యొక్క రూపాంతరాన్ని చూపించు." +- +-#: ../src/nautilus-application.c:1227 ++#: ../src/nautilus-application.c:815 + msgid "Create the initial window with the given geometry." + msgstr "ఇచ్చిన క్షేత్రగణితంతో ప్రథమ కిటికీని సృష్టించు." + +-#: ../src/nautilus-application.c:1227 ++#: ../src/nautilus-application.c:815 + msgid "GEOMETRY" + msgstr "క్షేత్రగణితం" + +-#: ../src/nautilus-application.c:1229 +-#| msgid "Only create windows for explicitly specified URIs." ++#: ../src/nautilus-application.c:817 ++msgid "Show the version of the program." ++msgstr "కార్యక్రమం యొక్క రూపాంతరాన్ని చూపించు." ++ ++#: ../src/nautilus-application.c:819 + msgid "Always open a new window for browsing specified URIs" + msgstr "తెలుపబడిన URIలను విహరించుటకు యెల్లప్పుడూ కొత్త కిటికీ తెరువు" + +-#: ../src/nautilus-application.c:1231 ++#: ../src/nautilus-application.c:821 + msgid "Only create windows for explicitly specified URIs." + msgstr "స్పష్టమైన నిర్దిష్ట URIలతో మాత్రమే కిటికీలను సృష్టించు." + +-#: ../src/nautilus-application.c:1233 +-#| msgid "" +-#| "Do not manage the desktop (ignore the preference set in the preferences " +-#| "dialog)." ++#: ../src/nautilus-application.c:823 + msgid "Never manage the desktop (ignore the GSettings preference)." + msgstr "డెస్క్‍టాప్ నిర్వహించవద్దు (GSettings అభీష్టమును విస్మరించు)." + +-#: ../src/nautilus-application.c:1235 +-#| msgid "" +-#| "Do not manage the desktop (ignore the preference set in the preferences " +-#| "dialog)." ++#: ../src/nautilus-application.c:825 + msgid "Always manage the desktop (ignore the GSettings preference)." + msgstr "ఎల్లప్పుడూ డెస్క్‍టాప్ నిర్వహించు (GSettings అభీష్టం విస్మరించు)." + +-#: ../src/nautilus-application.c:1237 ++#: ../src/nautilus-application.c:827 + msgid "Quit Nautilus." + msgstr "నాటిలస్ నుండి నిష్క్రమించు." + +-#: ../src/nautilus-application.c:1239 +-#| msgid "Select the columns visible in this folder" ++#: ../src/nautilus-application.c:829 + msgid "Select specified URI in parent folder." + msgstr "పేరెంట్ సంచయంనందు తెలుపబడిన URI యెంపికచేయి." + +-#: ../src/nautilus-application.c:1240 ++#: ../src/nautilus-application.c:830 + msgid "[URI...]" + msgstr "[URI...]" + +-#: ../src/nautilus-application.c:1252 +-msgid "" +-"\n" +-"\n" +-"Browse the file system with the file manager" +-msgstr "" +-"\n" +-"\n" +-"దస్త్ర నిర్వాహకముతో దస్త్ర వ్యవస్థలో విహరించు" +- + #. Translators: this is a fatal error quit message printed on the + #. * command line +-#: ../src/nautilus-application.c:1262 +-msgid "Could not parse arguments" +-msgstr "పరామితులు పార్స్ చేయలేకపోయింది" +- +-#. Translators: this is a fatal error quit message printed on the +-#. * command line +-#: ../src/nautilus-application.c:1295 ++#: ../src/nautilus-application.c:906 + msgid "Could not register the application" + msgstr "అనువర్తనాన్ని నమోదు చేయలేకపోయింది" + +-#. name, stock id, label +-#: ../src/nautilus-app-menu.ui.h:1 ../src/nautilus-window-menus.c:536 ++#: ../src/nautilus-application-actions.c:127 ++#, c-format ++msgid "" ++"There was an error displaying help: \n" ++"%s" ++msgstr "" ++"సహాయాన్ని ప్రదర్శించుటలో అక్కడ ఒక దోషం ఉన్నది: \n" ++"%s" ++ ++#: ../src/nautilus-app-menu.ui.h:1 + msgid "New _Window" + msgstr "కొత్త కిటికీ (_W)" + + #: ../src/nautilus-app-menu.ui.h:2 +-msgid "Connect to _Server" +-msgstr "సేవకానికి అనుసంధానించు (_S)" ++msgid "Connect to _Server…" ++msgstr "సేవకానికి అనుసంధానించు... (_S)" + + #: ../src/nautilus-app-menu.ui.h:3 +-msgid "Enter _Location" +-msgstr "స్థానాన్ని ప్రవేశపెట్టండి (_L)" +- +-#: ../src/nautilus-app-menu.ui.h:4 + msgid "_Bookmarks" + msgstr "ఇష్టాంశాలు (_B)" + +-#: ../src/nautilus-app-menu.ui.h:5 ../src/nautilus-window-menus.c:462 ++#: ../src/nautilus-app-menu.ui.h:4 + msgid "Prefere_nces" + msgstr "ప్రాధాన్యతలు (_n)" + +-#: ../src/nautilus-app-menu.ui.h:6 +-msgid "_About Files" +-msgstr "దస్త్రాల గురించి (_A)" +- +-#. name, stock id, label +-#: ../src/nautilus-app-menu.ui.h:7 ../src/nautilus-window-menus.c:456 ++#: ../src/nautilus-app-menu.ui.h:5 + msgid "_Help" + msgstr "సహాయం (_H)" + +-#: ../src/nautilus-app-menu.ui.h:8 ++#: ../src/nautilus-app-menu.ui.h:6 ++msgid "_About" ++msgstr "గురించి (_A)" ++ ++#: ../src/nautilus-app-menu.ui.h:7 + msgid "_Quit" + msgstr "నిష్క్రమించు (_Q)" + +-#: ../src/nautilus-autorun-software.c:143 +-#: ../src/nautilus-autorun-software.c:146 ++#: ../src/nautilus-autorun-software.c:142 ++#: ../src/nautilus-autorun-software.c:145 + #, c-format + msgid "" + "Unable to start the program:\n" +@@ -2605,40 +2738,43 @@ msgstr "" + "కార్యక్రమాన్ని ప్రారంభించలేకపోతుంది:\n" + "%s" + +-#: ../src/nautilus-autorun-software.c:149 ++#: ../src/nautilus-autorun-software.c:148 + #, c-format + msgid "Unable to locate the program" + msgstr "కార్యక్రమాన్ని స్థానాన్ని నిర్ణయించలేకపోతున్నది." + +-#: ../src/nautilus-autorun-software.c:171 ++#: ../src/nautilus-autorun-software.c:170 + msgid "Oops! There was a problem running this software." + msgstr "అయ్యో! ఈ సాఫ్ట్‍వేరుని నడుపుటలో సమస్య ఉన్నది." + +-#: ../src/nautilus-autorun-software.c:202 ++#: ../src/nautilus-autorun-software.c:201 + #, c-format + msgid "" + "“%s” contains software intended to be automatically started. Would you like " + "to run it?" +-msgstr "స్యయంచాలకంగా ప్రారంభించబడే సాఫ్ట్‍వేర్‌ను “%s” కలిగివుంది. దీనిని నడుపుటకు మీరు ఇష్టపడతున్నారా?" ++msgstr "" ++"స్యయంచాలకంగా ప్రారంభించబడే సాఫ్ట్‍వేర్‌ను “%s” కలిగివుంది. దీనిని నడుపుటకు " ++"మీరు ఇష్టపడతున్నారా?" + +-#: ../src/nautilus-autorun-software.c:206 ++#: ../src/nautilus-autorun-software.c:205 + msgid "If you don't trust this location or aren't sure, press Cancel." +-msgstr "ఒకవేళ ఈ స్థానముపై నమ్మకం లేకపోయినా లేదా ఖచ్ఛితంగా తెలియకపోయినా, రద్దుచేయి నొక్కండి." ++msgstr "" ++"ఒకవేళ ఈ స్థానముపై నమ్మకం లేకపోయినా లేదా ఖచ్ఛితంగా తెలియకపోయినా, రద్దుచేయి " ++"నొక్కండి." + +-#: ../src/nautilus-autorun-software.c:240 ../src/nautilus-mime-actions.c:724 ++#: ../src/nautilus-autorun-software.c:240 ../src/nautilus-mime-actions.c:723 + msgid "_Run" + msgstr "నడుపు (_R)" + +-#: ../src/nautilus-bookmarks-window.c:168 ++#: ../src/nautilus-bookmarks-window.c:166 + msgid "No bookmarks defined" + msgstr "ఇష్టాంశాలు నిర్వచించలేదు" + +-#: ../src/nautilus-bookmarks-window.c:710 ../src/nautilus-places-sidebar.c:249 ++#: ../src/nautilus-bookmarks-window.c:711 + msgid "Bookmarks" + msgstr "ఇష్టాంశాలు" + + #: ../src/nautilus-bookmarks-window.ui.h:1 +-#: ../src/nautilus-places-sidebar.c:2809 + msgid "Remove" + msgstr "తీసివేయి" + +@@ -2660,124 +2796,115 @@ msgstr "స్థానము(_L)" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-canvas-view.c:1155 ++#: ../src/nautilus-canvas-view.c:1108 + msgid "Re_versed Order" + msgstr "వ్యతిరేక క్రమము (_v)" + + #. tooltip +-#: ../src/nautilus-canvas-view.c:1156 ++#: ../src/nautilus-canvas-view.c:1109 + msgid "Display icons in the opposite order" + msgstr "వ్యతిరేకక్రమములో ప్రతీకలను ప్రదర్శించు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-canvas-view.c:1160 ++#: ../src/nautilus-canvas-view.c:1113 + msgid "_Keep Aligned" + msgstr "క్రమానుగుణంగా (_K)" + + #. tooltip +-#: ../src/nautilus-canvas-view.c:1161 ++#: ../src/nautilus-canvas-view.c:1114 + msgid "Keep icons lined up on a grid" + msgstr "గడి మీద ప్రతీకలను వరుసలో ఉంచు" + +-#: ../src/nautilus-canvas-view.c:1168 ++#: ../src/nautilus-canvas-view.c:1121 + msgid "_Manually" + msgstr "మానవీయము (_M)" + +-#: ../src/nautilus-canvas-view.c:1169 ++#: ../src/nautilus-canvas-view.c:1122 + msgid "Leave icons wherever they are dropped" + msgstr "ప్రతీకలను జరిపినపుడు వాటిని అలానే వదిలివేయి" + +-#: ../src/nautilus-canvas-view.c:1172 ++#: ../src/nautilus-canvas-view.c:1125 + msgid "By _Name" + msgstr "పేరును బట్టి (_N)" + +-#: ../src/nautilus-canvas-view.c:1173 ++#: ../src/nautilus-canvas-view.c:1126 + msgid "Keep icons sorted by name in rows" + msgstr "పేరును బట్టి అడ్డవరుసలలో ప్రతీకలను క్రమబద్దీకరించి వుంచు" + +-#: ../src/nautilus-canvas-view.c:1176 ++#: ../src/nautilus-canvas-view.c:1129 + msgid "By _Size" + msgstr "పరిమాణమును బట్టి (_S)" + +-#: ../src/nautilus-canvas-view.c:1177 ++#: ../src/nautilus-canvas-view.c:1130 + msgid "Keep icons sorted by size in rows" + msgstr "పరిమాణమును బట్టి అడ్డవరుసలలో ప్రతీకలను క్రమబద్దీకరించి వుంచు" + +-#: ../src/nautilus-canvas-view.c:1180 ++#: ../src/nautilus-canvas-view.c:1133 + msgid "By _Type" + msgstr "రకమును బట్టి (_T)" + +-#: ../src/nautilus-canvas-view.c:1181 ++#: ../src/nautilus-canvas-view.c:1134 + msgid "Keep icons sorted by type in rows" + msgstr "రకమును బట్టి అడ్డవరుసలలో ప్రతీకలను క్రమబద్దీకరించి వుంచు" + +-#: ../src/nautilus-canvas-view.c:1184 ++#: ../src/nautilus-canvas-view.c:1137 + msgid "By Modification _Date" + msgstr "సవరించబడిన తేదీని బట్టి (_D)" + +-#: ../src/nautilus-canvas-view.c:1185 ++#: ../src/nautilus-canvas-view.c:1138 + msgid "Keep icons sorted by modification date in rows" + msgstr "సవరించబడిన తేదీని బట్టి అడ్డవరుసలలో ప్రతీకలను క్రమబద్దీకరించి వుంచు" + +-#: ../src/nautilus-canvas-view.c:1188 ++#: ../src/nautilus-canvas-view.c:1141 ++#| msgid "By Access Date" ++msgid "By _Access Date" ++msgstr "వాడిన తేదీని బట్టి (_A)" ++ ++#: ../src/nautilus-canvas-view.c:1142 ++#| msgid "Keep icons sorted by trash time in rows" ++msgid "Keep icons sorted by access date in rows" ++msgstr "వాడిన తేదీ ప్రకారం ప్రతిమలను అడ్డువరుసలలో ఉంచుే" ++ ++#: ../src/nautilus-canvas-view.c:1145 + msgid "By T_rash Time" + msgstr "చెత్తబుట్టలో వేసిన సమయాన్ని బట్టి (_r)" + +-#: ../src/nautilus-canvas-view.c:1189 ++#: ../src/nautilus-canvas-view.c:1146 + msgid "Keep icons sorted by trash time in rows" +-msgstr "చెత్తలో వేసిన సమయాన్ని బట్టి అడ్డవరుసలో ప్రతీకలను క్రమబద్దీకరించి వుంచు" ++msgstr "" ++"చెత్తలో వేసిన సమయాన్ని బట్టి అడ్డవరుసలో ప్రతీకలను క్రమబద్దీకరించి వుంచు" + +-#: ../src/nautilus-canvas-view.c:1192 ++#: ../src/nautilus-canvas-view.c:1149 + msgid "By Search Relevance" + msgstr "శోధన సాంగత్వము బట్టి" + +-#: ../src/nautilus-canvas-view.c:1193 ++#: ../src/nautilus-canvas-view.c:1150 + msgid "Keep icons sorted by search relevance in rows" + msgstr "శోధన సంగత్వం ద్వారా ప్రతీకలను నిలువ వరుసలలో క్రమబద్ధీకరించు" + +-#. translators: this is used in the view selection dropdown +-#. * of navigation windows and in the preferences dialog +-#: ../src/nautilus-canvas-view.c:2306 +-#: ../src/nautilus-canvas-view-container.c:571 ++#: ../src/nautilus-canvas-view-container.c:491 + #: ../src/nautilus-file-management-properties.ui.h:35 + msgid "Icon View" + msgstr "ప్రతీక వీక్షణం" + +-#. translators: this is used in the view menu +-#: ../src/nautilus-canvas-view.c:2308 +-msgid "_Icons" +-msgstr "ప్రతీకలు (_I)" +- +-#: ../src/nautilus-canvas-view.c:2309 +-msgid "The icon view encountered an error." +-msgstr "ప్రతీక వీక్షణము ఒక దోషం ఎదుర్కొన్నది." +- +-#: ../src/nautilus-canvas-view.c:2310 +-msgid "The icon view encountered an error while starting up." +-msgstr "ప్రారంభించునపుడు ప్రతీక దర్శనంముకు దోషం ఎదురైంది." +- +-#: ../src/nautilus-canvas-view.c:2311 +-msgid "Display this location with the icon view." +-msgstr "ఈ స్థానమును ప్రతీక వీక్షణముతో ప్రదర్శించు." +- + #. if it wasn't cancelled show a dialog +-#: ../src/nautilus-connect-server.c:53 ../src/nautilus-mime-actions.c:1870 +-#: ../src/nautilus-mime-actions.c:2142 ++#: ../src/nautilus-connect-server.c:52 ../src/nautilus-mime-actions.c:1869 ++#: ../src/nautilus-mime-actions.c:2133 + msgid "Unable to access location" + msgstr "స్థానమును ప్రాపించలేకపోతుంది" + +-#: ../src/nautilus-connect-server.c:74 ++#: ../src/nautilus-connect-server.c:73 + msgid "Unable to display location" + msgstr "స్థానమును ప్రదర్శించలేకపోతుంది" + +-#: ../src/nautilus-connect-server.c:140 ++#: ../src/nautilus-connect-server.c:139 + msgid "Print but do not open the URI" + msgstr "ముద్రించు కాని URIను మాత్రం తెరవవద్దు" + + #. Translators: This is the --help description for the connect to server app, + #. the initial newlines are between the command line arg and the description +-#: ../src/nautilus-connect-server.c:152 ++#: ../src/nautilus-connect-server.c:151 + msgid "" + "\n" + "\n" +@@ -2787,256 +2914,242 @@ msgstr "" + "\n" + "సేవకాన్ని మౌంటుచేయుటకు అనుసంధానమును జతచేయి" + +-#: ../src/nautilus-connect-server-dialog.c:104 +-#: ../src/nautilus-properties-window.c:5192 ../src/nautilus-view.c:1438 +-msgid "There was an error displaying help." +-msgstr "సహాయాన్ని ప్రదర్శించుటలో అక్కడ ఒక దోషము ఉన్నది." +- +-#: ../src/nautilus-connect-server-dialog.c:149 +-msgid "Don't recognize this file server type." +-msgstr "ఇటువంటి దస్త్ర సేవకపు రకాన్ని గుర్తించవద్దు." ++#: ../src/nautilus-connect-server-dialog.c:109 ++#| msgid "The server at \"%s\" cannot be found." ++msgid "This file server type is not recognized." ++msgstr "ఈ ఫైల్ సేవిక రకం గుర్తించబడలేదు." + +-#: ../src/nautilus-connect-server-dialog.c:156 ++#: ../src/nautilus-connect-server-dialog.c:116 + msgid "This doesn't look like an address." + msgstr "ఇది చిరునామాలాగా అనిపించడం లేదు." + + #. Translators: %s is a URI of the form "smb://foo.example.com" +-#: ../src/nautilus-connect-server-dialog.c:265 ++#: ../src/nautilus-connect-server-dialog.c:225 + #, c-format + msgid "For example, %s" + msgstr "ఉదాహరణకు, %s" + +-#: ../src/nautilus-connect-server-dialog.c:533 ++#: ../src/nautilus-connect-server-dialog.c:493 + msgid "_Remove" + msgstr "తీసివేయి (_R)" + +-#: ../src/nautilus-connect-server-dialog.c:542 ++#: ../src/nautilus-connect-server-dialog.c:502 + msgid "_Clear All" + msgstr "అన్నీ తుడిచివేయి (_C)" + +-#: ../src/nautilus-connect-server-dialog.c:604 ++#: ../src/nautilus-connect-server-dialog.c:563 + msgid "_Server Address" + msgstr "సేవకము చిరునామా (_S)" + +-#: ../src/nautilus-connect-server-dialog.c:628 ++#: ../src/nautilus-connect-server-dialog.c:587 + msgid "_Recent Servers" + msgstr "ఇటీవలి సేవకాలు (_R)" + +-#: ../src/nautilus-connect-server-dialog.c:694 +-msgid "_Browse" +-msgstr "విహరించు (_B)" +- +-#: ../src/nautilus-connect-server-dialog.c:704 ++#: ../src/nautilus-connect-server-dialog.c:656 + msgid "C_onnect" + msgstr "అనుసంధానించు (_C)" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:623 ../src/nautilus-view.c:7144 +-#: ../src/nautilus-view.c:8677 ++#: ../src/nautilus-desktop-canvas-view.c:663 ../src/nautilus-view.c:7155 ++#: ../src/nautilus-view.c:8701 + msgid "E_mpty Trash" + msgstr "చెత్తబుట్టను ఖాళీచేయి (_m)" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:647 +-#: ../src/nautilus-desktop-canvas-view.c:688 ++#: ../src/nautilus-desktop-canvas-view.c:687 ++#: ../src/nautilus-desktop-canvas-view.c:728 + msgid "Restore Icons' Original Si_zes" + msgstr "ప్రతీకల అసలు పరిమాణాలకు పునరుద్ధరించు (_z)" + +-#: ../src/nautilus-desktop-canvas-view.c:648 ++#: ../src/nautilus-desktop-canvas-view.c:688 + msgid "Restore Icon's Original Si_ze" + msgstr "ప్రతీకల పరిమాణమును వాటి అసలు పరిమాణమునకు తిరిగివుంచు (_z)" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:660 ++#: ../src/nautilus-desktop-canvas-view.c:700 + msgid "Change Desktop _Background" + msgstr "డెస్క్‍టాప్‌ నేపథ్యమును మార్చండి (_B)" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:662 ++#: ../src/nautilus-desktop-canvas-view.c:702 + msgid "" + "Show a window that lets you set your desktop background's pattern or color" +-msgstr "డెస్క్‍టాప్‌ నేపథ్యము రీతిని లేదా రంగును అమర్చుటకు ఒక కిటికీని చూపించు" ++msgstr "" ++"డెస్క్‍టాప్‌ నేపథ్యము రీతిని లేదా రంగును అమర్చుటకు ఒక కిటికీని చూపించు" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:667 ++#: ../src/nautilus-desktop-canvas-view.c:707 + msgid "Empty Trash" + msgstr "చెత్తబుట్టను ఖాళీ చేయి" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:669 ../src/nautilus-trash-bar.c:213 +-#: ../src/nautilus-view.c:7145 ++#: ../src/nautilus-desktop-canvas-view.c:709 ../src/nautilus-trash-bar.c:212 ++#: ../src/nautilus-view.c:7156 + msgid "Delete all items in the Trash" + msgstr "చెత్తబుట్టలో ఉన్న అన్ని అంశాలను తొలగించు" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:674 ++#: ../src/nautilus-desktop-canvas-view.c:714 + msgid "_Organize Desktop by Name" + msgstr "డెస్క్‍టాప్‌ను పేరును బట్టి క్రమబద్దీకరించు (_O)" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:676 ++#: ../src/nautilus-desktop-canvas-view.c:716 + msgid "Reposition icons to better fit in the window and avoid overlapping" + msgstr "" +-"కిటికీలో ప్రతీకల ఉత్తమ అమరికకు మరియు అతివ్యాప్తి చెందుటను నిరోధించడానికి ప్రతీకల స్థానమును తాజాపరుచు" ++"కిటికీలో ప్రతీకల ఉత్తమ అమరికకు మరియు అతివ్యాప్తి చెందుటను నిరోధించడానికి " ++"ప్రతీకల స్థానమును తాజాపరుచు" + + #. label, accelerator +-#: ../src/nautilus-desktop-canvas-view.c:681 +-#| msgid "Resize Icon..." ++#: ../src/nautilus-desktop-canvas-view.c:721 + msgid "Resize Icon…" + msgstr "ప్రతిమ పరిమాణం మార్చు..." + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:683 ++#: ../src/nautilus-desktop-canvas-view.c:723 + msgid "Make the selected icons resizable" + msgstr "ఎంచుకున్న ప్రతీకాల పరిమాణం మార్చేటట్లు చేయి" + + #. tooltip +-#: ../src/nautilus-desktop-canvas-view.c:690 +-msgid "Restore each selected icons to its original size" +-msgstr "ఎంచుకున్న ప్రతీ ప్రతీకను దాని అసలు పరిమాణానికి పునరుద్ధరించు" +- +-#: ../src/nautilus-desktop-canvas-view.c:778 +-msgid "The desktop view encountered an error." +-msgstr "డెస్క్‍టాప్‌ వీక్షణం ఒక దోషము ఎదుర్కొన్నది." +- +-#: ../src/nautilus-desktop-canvas-view.c:779 +-msgid "The desktop view encountered an error while starting up." +-msgstr "ప్రారంభములో డెస్క్‍టాప్‌ వీక్షణం ఒక దోషము ఎదుర్కొన్నది." ++#: ../src/nautilus-desktop-canvas-view.c:730 ++#| msgid "Restore each selected icons to its original size" ++msgid "Restore each selected icon to its original size" ++msgstr "ఎంచుకున్న ప్రతీ ప్రతిమను దాని అసలు పరిమాణానికి పునరుద్ధరించు" + +-#: ../src/nautilus-desktop-item-properties.c:405 +-#: ../src/nautilus-desktop-item-properties.c:415 +-#: ../src/nautilus-image-properties-page.c:370 ++#: ../src/nautilus-desktop-item-properties.c:404 ++#: ../src/nautilus-desktop-item-properties.c:414 ++#: ../src/nautilus-image-properties-page.c:368 + msgid "Comment" + msgstr "వ్యాఖ్య" + +-#: ../src/nautilus-desktop-item-properties.c:408 ++#: ../src/nautilus-desktop-item-properties.c:407 + msgid "URL" + msgstr "URL" + +-#: ../src/nautilus-desktop-item-properties.c:411 +-#: ../src/nautilus-desktop-item-properties.c:421 +-#: ../src/nautilus-image-properties-page.c:361 +-#: ../src/nautilus-image-properties-page.c:416 ++#: ../src/nautilus-desktop-item-properties.c:410 ++#: ../src/nautilus-desktop-item-properties.c:420 ++#: ../src/nautilus-image-properties-page.c:359 ++#: ../src/nautilus-image-properties-page.c:414 + msgid "Description" + msgstr "వివరణ" + +-#: ../src/nautilus-desktop-item-properties.c:418 ++#: ../src/nautilus-desktop-item-properties.c:417 + msgid "Command" + msgstr "ఆదేశము" + + #. hardcode "Desktop" +-#: ../src/nautilus-desktop-window.c:92 ../src/nautilus-desktop-window.c:240 +-#: ../src/nautilus-places-sidebar.c:540 ++#: ../src/nautilus-desktop-window.c:197 ../src/nautilus-desktop-window.c:367 + msgid "Desktop" + msgstr "డెస్క్‍టాప్‌" + +-#: ../src/nautilus-error-reporting.c:68 ++#: ../src/nautilus-error-reporting.c:67 + #, c-format + msgid "You do not have the permissions necessary to view the contents of “%s”." + msgstr "“%s” యొక్క విషయములను చూచుటకు మీకు సరైన అనుమతులు లేవు." + +-#: ../src/nautilus-error-reporting.c:72 ++#: ../src/nautilus-error-reporting.c:71 + #, c-format + msgid "“%s” could not be found. Perhaps it has recently been deleted." + msgstr "“%s” కనుగొనలేకపోయింది. బహుశా అది ఇటీవలే తొలగించబడి ఉండవచ్చు." + +-#: ../src/nautilus-error-reporting.c:76 ++#: ../src/nautilus-error-reporting.c:75 + #, c-format + msgid "Sorry, could not display all the contents of “%s”: %s" + msgstr "క్షమించండి, “%s” యొక్క అన్ని విషయములను ప్రదర్శించలేకపోయింది: %s" + +-#: ../src/nautilus-error-reporting.c:83 ++#: ../src/nautilus-error-reporting.c:82 + msgid "This location could not be displayed." + msgstr "ఈ స్థానము ప్రదర్శించబడదు." + +-#: ../src/nautilus-error-reporting.c:107 ++#: ../src/nautilus-error-reporting.c:106 + #, c-format + msgid "You do not have the permissions necessary to change the group of “%s”." + msgstr "“%s” యొక్క సమూహాన్ని మార్చడానికి మీకు సరైన అనుమతులు లేవు." + + #. fall through +-#: ../src/nautilus-error-reporting.c:120 ++#: ../src/nautilus-error-reporting.c:119 + #, c-format + msgid "Sorry, could not change the group of “%s”: %s" + msgstr "క్షమించండి, “%s” యొక్క సమూహాన్ని మార్చలేకపోయింది: %s" + +-#: ../src/nautilus-error-reporting.c:125 ++#: ../src/nautilus-error-reporting.c:124 + msgid "The group could not be changed." + msgstr "సమూహంను మార్చుటకు వీలుకాదు." + +-#: ../src/nautilus-error-reporting.c:145 ++#: ../src/nautilus-error-reporting.c:144 + #, c-format + msgid "Sorry, could not change the owner of “%s”: %s" + msgstr "క్షమించండి, “%s” యొక్క యజమానిని మార్చలేకపోయింది: %s" + +-#: ../src/nautilus-error-reporting.c:147 ++#: ../src/nautilus-error-reporting.c:146 + msgid "The owner could not be changed." + msgstr "యజమానిని మార్చుటకు వీలుకాదు." + +-#: ../src/nautilus-error-reporting.c:167 ++#: ../src/nautilus-error-reporting.c:166 + #, c-format + msgid "Sorry, could not change the permissions of “%s”: %s" + msgstr "క్షమించండి, “%s” యొక్క అనుమతులను మార్చలేకపోయింది: %s" + +-#: ../src/nautilus-error-reporting.c:169 ++#: ../src/nautilus-error-reporting.c:168 + msgid "The permissions could not be changed." + msgstr "అనుమతులు మార్చుటకు వీలుకాదు." + +-#: ../src/nautilus-error-reporting.c:204 ++#: ../src/nautilus-error-reporting.c:203 + #, c-format + msgid "" + "The name “%s” is already used in this location. Please use a different name." + msgstr "“%s” పేరు ఇప్పటికే ఈ సంచయములో ఉన్నది.దయచేసి వేరొక పేరును వాడండి." + +-#: ../src/nautilus-error-reporting.c:209 ++#: ../src/nautilus-error-reporting.c:208 + #, c-format + msgid "" + "There is no “%s” in this location. Perhaps it was just moved or deleted?" + msgstr "ఈ సంచయములో “%s” లేదు. దీనిని తరలించారనుకుంటా లేదా తొలగించారనుకుంటా?" + +-#: ../src/nautilus-error-reporting.c:214 ++#: ../src/nautilus-error-reporting.c:213 + #, c-format + msgid "You do not have the permissions necessary to rename “%s”." + msgstr "“%s” యొక్క పేరు మార్చుటకు మీకు సరైన అనుమతులు లేవు." + +-#: ../src/nautilus-error-reporting.c:219 ++#: ../src/nautilus-error-reporting.c:218 + #, c-format + msgid "" + "The name “%s” is not valid because it contains the character “/”. Please use " + "a different name." + msgstr "" +-"“%s” యొక్క పేరు చెల్లదు, ఎందుకంటే దానిలో \"/\"అక్షరము ఉన్నది . దయచేసి వేరొక పేరును వాడండి." ++"“%s” యొక్క పేరు చెల్లదు, ఎందుకంటే దానిలో \"/\"అక్షరము ఉన్నది . దయచేసి వేరొక " ++"పేరును వాడండి." + +-#: ../src/nautilus-error-reporting.c:223 ++#: ../src/nautilus-error-reporting.c:222 + #, c-format + msgid "The name “%s” is not valid. Please use a different name." + msgstr "“%s” యొక్క పేరు చెల్లదు. దయచేసి వేరొక పేరును వాడండి." + +-#: ../src/nautilus-error-reporting.c:229 ++#: ../src/nautilus-error-reporting.c:228 + #, c-format + msgid "The name “%s” is too long. Please use a different name." + msgstr "“%s” పేరు మరీ పెద్దగా ఉంది. దయచేసి వేరొక పేరును వాడండి." + + #. fall through +-#: ../src/nautilus-error-reporting.c:243 ++#: ../src/nautilus-error-reporting.c:242 + #, c-format + msgid "Sorry, could not rename “%s” to “%s”: %s" + msgstr "క్షమించండి, “%s”ను “%s”కు పేరు మార్చలేము: %s" + +-#: ../src/nautilus-error-reporting.c:251 ++#: ../src/nautilus-error-reporting.c:250 + msgid "The item could not be renamed." + msgstr "అంశపు పేరును మార్చుట వీలుకాదు." + +-#: ../src/nautilus-error-reporting.c:348 ++#: ../src/nautilus-error-reporting.c:347 + #, c-format + msgid "Renaming “%s” to “%s”." + msgstr "“%s” ను “%s”కి పేరుమార్చబడుతుంది." + + #. Translators: this is referred to captions under icons. +-#: ../src/nautilus-file-management-properties.c:281 +-#: ../src/nautilus-properties-window.c:4049 +-#: ../src/nautilus-properties-window.c:4076 ++#: ../src/nautilus-file-management-properties.c:202 ++#: ../src/nautilus-properties-window.c:4024 ++#: ../src/nautilus-properties-window.c:4051 + msgid "None" + msgstr "ఏదీకాదు" + +@@ -3114,8 +3227,7 @@ msgstr "ప్రతీసారి అడుగు(_A)" + + #. trash + #: ../src/nautilus-file-management-properties.ui.h:19 +-#: ../src/nautilus-places-sidebar.c:554 +-#: ../src/nautilus-shell-search-provider.c:315 ../src/nautilus-trash-bar.c:195 ++#: ../src/nautilus-shell-search-provider.c:290 ../src/nautilus-trash-bar.c:194 + msgid "Trash" + msgstr "చెత్తబుట్ట" + +@@ -3136,13 +3248,12 @@ msgid "" + "Choose the order of information to appear beneath icon names. More " + "information will appear when zooming in closer." + msgstr "" +-"ప్రతీకల పేర్ల క్రింద కనిపించాల్సిన సమాచార క్రమాన్ని ఎంచుకోండి. ఎప్పుడైతే దగ్గరగా జూమ్ చేస్తారో అప్పుడు " ++"ప్రతీకల పేర్ల క్రింద కనిపించాల్సిన సమాచార క్రమాన్ని ఎంచుకోండి. ఎప్పుడైతే " ++"దగ్గరగా జూమ్ చేస్తారో అప్పుడు " + "మరింత సమాచారం కనిపిస్తుంది." + +-#. translators: this is used in the view selection dropdown +-#. * of navigation windows and in the preferences dialog + #: ../src/nautilus-file-management-properties.ui.h:24 +-#: ../src/nautilus-list-view.c:1790 ../src/nautilus-list-view.c:3325 ++#: ../src/nautilus-list-view.c:2137 + msgid "List View" + msgstr "జాబితా వీక్షణం" + +@@ -3171,7 +3282,7 @@ msgid "_Only for files smaller than:" + msgstr "ఈ పరిమాణం కంటే చిన్న దస్త్రాలకు మాత్రమే (_O):" + + #: ../src/nautilus-file-management-properties.ui.h:32 +-#: ../src/nautilus-properties-window.c:4477 ++#: ../src/nautilus-properties-window.c:4452 + msgid "Folders" + msgstr "సంచయాలు" + +@@ -3294,280 +3405,265 @@ msgstr "2 గిబై" + msgid "4 GB" + msgstr "4 గిబై" + +-#: ../src/nautilus-image-properties-page.c:331 ++#: ../src/nautilus-image-properties-page.c:329 + msgid "Image Type" + msgstr "బొమ్మ రకం" + +-#: ../src/nautilus-image-properties-page.c:333 +-#: ../src/nautilus-image-properties-page.c:339 ++#: ../src/nautilus-image-properties-page.c:331 ++#: ../src/nautilus-image-properties-page.c:337 + #, c-format + msgid "%d pixel" + msgid_plural "%d pixels" + msgstr[0] "%d చిణువు" + msgstr[1] "%d చిణువులు" + +-#: ../src/nautilus-image-properties-page.c:337 ++#: ../src/nautilus-image-properties-page.c:335 + msgid "Width" + msgstr "వెడల్పు" + +-#: ../src/nautilus-image-properties-page.c:343 ++#: ../src/nautilus-image-properties-page.c:341 + msgid "Height" + msgstr "ఎత్తు" + +-#: ../src/nautilus-image-properties-page.c:356 +-#: ../src/nautilus-image-properties-page.c:357 ++#: ../src/nautilus-image-properties-page.c:354 ++#: ../src/nautilus-image-properties-page.c:355 + msgid "Title" + msgstr "శీర్షిక" + +-#: ../src/nautilus-image-properties-page.c:358 +-#: ../src/nautilus-image-properties-page.c:359 ++#: ../src/nautilus-image-properties-page.c:356 ++#: ../src/nautilus-image-properties-page.c:357 + msgid "Author" + msgstr "ములకర్త" + +-#: ../src/nautilus-image-properties-page.c:362 +-#: ../src/nautilus-image-properties-page.c:419 ++#: ../src/nautilus-image-properties-page.c:360 ++#: ../src/nautilus-image-properties-page.c:417 + msgid "Copyright" + msgstr "కాపీరైట్" + +-#: ../src/nautilus-image-properties-page.c:363 +-#| msgid "Trashed On" ++#: ../src/nautilus-image-properties-page.c:361 + msgid "Created On" + msgstr "సృష్టించబడినది" + +-#: ../src/nautilus-image-properties-page.c:364 ++#: ../src/nautilus-image-properties-page.c:362 + msgid "Created By" + msgstr "వీరిచే సృష్టించబడెను" + + #. Translators: this refers to a legal disclaimer string embedded in + #. * the metadata of an image +-#: ../src/nautilus-image-properties-page.c:367 ++#: ../src/nautilus-image-properties-page.c:365 + msgid "Disclaimer" + msgstr "నిష్పూచీ" + +-#: ../src/nautilus-image-properties-page.c:368 ++#: ../src/nautilus-image-properties-page.c:366 + msgid "Warning" + msgstr "హెచ్చరిక" + +-#: ../src/nautilus-image-properties-page.c:369 ++#: ../src/nautilus-image-properties-page.c:367 + msgid "Source" + msgstr "మూలం" + +-#: ../src/nautilus-image-properties-page.c:384 ++#: ../src/nautilus-image-properties-page.c:382 + msgid "Camera Brand" + msgstr "కెమెరా బ్రాండ్" + +-#: ../src/nautilus-image-properties-page.c:385 ++#: ../src/nautilus-image-properties-page.c:383 + msgid "Camera Model" + msgstr "కెమెరా మోడల్" + + #. Choose which date to show in order of relevance +-#: ../src/nautilus-image-properties-page.c:388 ++#: ../src/nautilus-image-properties-page.c:386 + msgid "Date Taken" + msgstr "తీసుకోబడిన తేది" + +-#: ../src/nautilus-image-properties-page.c:389 ++#: ../src/nautilus-image-properties-page.c:387 + msgid "Date Digitized" + msgstr "డిజిటైజ్డ్ తేదీ" + +-#: ../src/nautilus-image-properties-page.c:390 ++#: ../src/nautilus-image-properties-page.c:388 + msgid "Date Modified" + msgstr "సవరించబడిన తేది" + +-#: ../src/nautilus-image-properties-page.c:394 ++#: ../src/nautilus-image-properties-page.c:392 + msgid "Exposure Time" + msgstr "ఎక్స్‍పోజర్‌ కాలం" + +-#: ../src/nautilus-image-properties-page.c:395 ++#: ../src/nautilus-image-properties-page.c:393 + msgid "Aperture Value" + msgstr "అపెర్ట్యుర్ విలువ" + +-#: ../src/nautilus-image-properties-page.c:396 ++#: ../src/nautilus-image-properties-page.c:394 + msgid "ISO Speed Rating" + msgstr "ISO వేగము రేటింగు" + +-#: ../src/nautilus-image-properties-page.c:397 ++#: ../src/nautilus-image-properties-page.c:395 + msgid "Flash Fired" + msgstr "కాంతిపుంజం" + +-#: ../src/nautilus-image-properties-page.c:398 ++#: ../src/nautilus-image-properties-page.c:396 + msgid "Metering Mode" + msgstr "కొలమానం" + +-#: ../src/nautilus-image-properties-page.c:399 ++#: ../src/nautilus-image-properties-page.c:397 + msgid "Exposure Program" + msgstr "ఎక్స్‍పోజర్‌ ప్రోగ్రామ్" + +-#: ../src/nautilus-image-properties-page.c:400 ++#: ../src/nautilus-image-properties-page.c:398 + msgid "Focal Length" + msgstr "నాభ్యంతర పొడవు" + +-#: ../src/nautilus-image-properties-page.c:401 ++#: ../src/nautilus-image-properties-page.c:399 + msgid "Software" + msgstr "సాఫ్ట్‍వేర్‌" + +-#: ../src/nautilus-image-properties-page.c:417 ++#: ../src/nautilus-image-properties-page.c:415 + msgid "Keywords" + msgstr "కీలకపదాలు" + +-#: ../src/nautilus-image-properties-page.c:418 ++#: ../src/nautilus-image-properties-page.c:416 + msgid "Creator" + msgstr "సృష్టికర్త" + +-#: ../src/nautilus-image-properties-page.c:420 ++#: ../src/nautilus-image-properties-page.c:418 + msgid "Rating" + msgstr "రేటింగు" + +-#: ../src/nautilus-image-properties-page.c:443 ++#: ../src/nautilus-image-properties-page.c:441 + msgid "Failed to load image information" + msgstr "బొమ్మ సమాచారాన్ని లోడుచేయుటలో విఫలమైంది" + +-#: ../src/nautilus-image-properties-page.c:708 +-#: ../src/nautilus-list-model.c:372 ../src/nautilus-window-slot.c:607 +-#: ../src/nautilus-window-slot.c:2258 +-#| msgid "Loading..." ++#: ../src/nautilus-image-properties-page.c:706 ++#: ../src/nautilus-list-model.c:365 ../src/nautilus-window-slot.c:618 ++#: ../src/nautilus-window-slot.c:2212 + msgid "Loading…" + msgstr "లోడవుతోంది…" + +-#: ../src/nautilus-list-model.c:370 ++#: ../src/nautilus-list-model.c:363 + msgid "(Empty)" + msgstr "(ఖాళీ )" + +-#: ../src/nautilus-list-view.c:2579 ++#: ../src/nautilus-list-view.c:1610 ++#| msgid "Use De_fault" ++msgid "Use Default" ++msgstr "అప్రమేయమును వాడు" ++ ++#: ../src/nautilus-list-view.c:2943 + #, c-format + msgid "%s Visible Columns" + msgstr "%s కనిపించు నిలువువరుసలు" + +-#: ../src/nautilus-list-view.c:2599 ++#: ../src/nautilus-list-view.c:2962 + msgid "Choose the order of information to appear in this folder:" + msgstr "ఈ సంచయంలోని సమాచారము ఏ క్రమములో కనిపించాలో ఎంచుకోండి:" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-list-view.c:2654 +-#| msgid "Visible _Columns..." ++#: ../src/nautilus-list-view.c:3017 + msgid "Visible _Columns…" + msgstr "కనిపించు నిలువువరుసలు... (_C)" + + #. tooltip +-#: ../src/nautilus-list-view.c:2655 ++#: ../src/nautilus-list-view.c:3018 + msgid "Select the columns visible in this folder" + msgstr "ఈ సంచయములో కనిపించు నిలువువరుసలను ఎంచుకోండి" + +-#. translators: this is used in the view menu +-#: ../src/nautilus-list-view.c:3327 +-msgid "_List" +-msgstr "జాబితా (_L)" +- +-#: ../src/nautilus-list-view.c:3328 +-msgid "The list view encountered an error." +-msgstr "జాబితా వీక్షణము ఒక దోషం ఎదుర్కొన్నది." +- +-#: ../src/nautilus-list-view.c:3329 +-msgid "The list view encountered an error while starting up." +-msgstr "ప్రారంభమవుతున్నప్పడు జాబితా వీక్షణము ఒక దోషం ఎదుర్కొన్నది." +- +-#: ../src/nautilus-list-view.c:3330 +-msgid "Display this location with the list view." +-msgstr "ఈ స్థానమును జాబితా వీక్షణముతో ప్రదర్శించు" +- +-#: ../src/nautilus-location-entry.c:260 ++#: ../src/nautilus-location-entry.c:259 + #, c-format + msgid "Do you want to view %d location?" + msgid_plural "Do you want to view %d locations?" + msgstr[0] "%d స్థానమును చూడాలనుకుంటున్నారా?" + msgstr[1] "%d స్థానములను చూడాలనుకుంటున్నారా?" + +-#: ../src/nautilus-location-entry.c:264 ../src/nautilus-mime-actions.c:1062 ++#: ../src/nautilus-location-entry.c:263 ../src/nautilus-mime-actions.c:1061 + #, c-format + msgid "This will open %d separate window." + msgid_plural "This will open %d separate windows." + msgstr[0] "ఇది %d ప్రత్యేక కిటికీని తెరుస్తుంది." + msgstr[1] "ఇది %d ప్రత్యేక కిటికీలను తెరుస్తుంది." + +-#: ../src/nautilus-mime-actions.c:632 ++#: ../src/nautilus-mime-actions.c:631 + #, c-format + msgid "The link “%s” is broken. Move it to Trash?" + msgstr "లంకె “%s” విరిగినది, దీనిని చెత్తబుట్టలోనికి తరలించాలా?" + +-#: ../src/nautilus-mime-actions.c:634 ++#: ../src/nautilus-mime-actions.c:633 + #, c-format + msgid "The link “%s” is broken." + msgstr "లంకె “%s” విరిగినది." + +-#: ../src/nautilus-mime-actions.c:640 ++#: ../src/nautilus-mime-actions.c:639 + msgid "This link cannot be used because it has no target." + msgstr "ఈ లంకెని ఉపయోగించలేము, ఎందుకంటే దీనికి లక్ష్యము లేదు." + +-#: ../src/nautilus-mime-actions.c:642 ++#: ../src/nautilus-mime-actions.c:641 + #, c-format + msgid "This link cannot be used because its target “%s” doesn't exist." + msgstr "ఈ లంకెని ఉపయోగించలేము, ఎందుకంటే దీని లక్ష్యము “%s” ఉనికిలో లేదు." + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-mime-actions.c:652 ../src/nautilus-view.c:7202 +-#: ../src/nautilus-view.c:7316 ../src/nautilus-view.c:8290 +-#: ../src/nautilus-view.c:8594 ++#: ../src/nautilus-mime-actions.c:651 ../src/nautilus-view.c:7211 ++#: ../src/nautilus-view.c:7325 ../src/nautilus-view.c:8299 ++#: ../src/nautilus-view.c:8618 + msgid "Mo_ve to Trash" + msgstr "చెత్తబుట్టకి తరలించు (_v)" + +-#: ../src/nautilus-mime-actions.c:712 ++#: ../src/nautilus-mime-actions.c:711 + #, c-format + msgid "Do you want to run “%s”, or display its contents?" + msgstr "“%s”ను నడపాలనుకుంటున్నారా, లేదా దాని విషయములను ప్రదర్శించాలా?" + +-#: ../src/nautilus-mime-actions.c:714 ++#: ../src/nautilus-mime-actions.c:713 + #, c-format + msgid "“%s” is an executable text file." + msgstr "“%s” అనేది ఒక ఎక్జిక్యూటబుల్ పాఠ్య దస్త్రం." + +-#: ../src/nautilus-mime-actions.c:720 ++#: ../src/nautilus-mime-actions.c:719 + msgid "Run in _Terminal" + msgstr "టెర్మినల్‌లో నడుపు (_T)" + +-#: ../src/nautilus-mime-actions.c:721 ++#: ../src/nautilus-mime-actions.c:720 + msgid "_Display" + msgstr "ప్రదర్శించు(_D)" + +-#: ../src/nautilus-mime-actions.c:1057 ../src/nautilus-mime-actions.c:1792 ++#: ../src/nautilus-mime-actions.c:1056 ../src/nautilus-mime-actions.c:1791 + #: ../src/nautilus-view.c:955 + msgid "Are you sure you want to open all files?" + msgstr "మీరు ఖచ్ఛితంగా అన్ని దస్త్రాలను తెరవాలనుకుంటున్నారా?" + +-#: ../src/nautilus-mime-actions.c:1059 ++#: ../src/nautilus-mime-actions.c:1058 + #, c-format + msgid "This will open %d separate tab." + msgid_plural "This will open %d separate tabs." + msgstr[0] "ఇది %d ప్రత్యేక కిటికీని తెరుస్తుంది." + msgstr[1] "ఇది %d ప్రత్యేక కిటికీలను తెరుస్తుంది." + +-#: ../src/nautilus-mime-actions.c:1124 ++#: ../src/nautilus-mime-actions.c:1123 + #, c-format + msgid "Could not display “%s”." + msgstr "“%s”ను ప్రదర్శించలేకపోయింది." + +-#: ../src/nautilus-mime-actions.c:1222 ++#: ../src/nautilus-mime-actions.c:1221 + msgid "The file is of an unknown type" + msgstr "తెలియని రకానికి చెందిన దస్త్రము" + +-#: ../src/nautilus-mime-actions.c:1226 ++#: ../src/nautilus-mime-actions.c:1225 + #, c-format + msgid "There is no application installed for “%s” files" + msgstr "“%s” దస్త్రాల కొరకు ఎటువంటి అనువర్తనము స్థాపించబడిలేదు" + +-#: ../src/nautilus-mime-actions.c:1241 ++#: ../src/nautilus-mime-actions.c:1240 + msgid "_Select Application" + msgstr "అనువర్తనాన్ని ఎంచుకోండి (_S)" + +-#: ../src/nautilus-mime-actions.c:1277 ++#: ../src/nautilus-mime-actions.c:1276 + msgid "There was an internal error trying to search for applications:" + msgstr "అనువర్తనములు శోధించుటకు చేసే ప్రయత్నంలో అక్కడ ఒక అంతర్గత దోషము ఉంది:" + +-#: ../src/nautilus-mime-actions.c:1279 ++#: ../src/nautilus-mime-actions.c:1278 + msgid "Unable to search for application" + msgstr "అనువర్తనము కొరకు శోధించలేకపోయింది" + +-#: ../src/nautilus-mime-actions.c:1398 ++#: ../src/nautilus-mime-actions.c:1397 + #, c-format + msgid "" + "There is no application installed for “%s” files.\n" +@@ -3576,350 +3672,145 @@ msgstr "" + "“%s” దస్త్రాల కొరకు ఎటువంటి అనువర్తనము స్థాపించబడిలేదు.\n" + "ఈ దస్త్రాలను తెరుచు అనువర్తనము కొరకు శోధించాలనుకొంటున్నారా?" + +-#: ../src/nautilus-mime-actions.c:1548 ++#: ../src/nautilus-mime-actions.c:1547 + msgid "Untrusted application launcher" + msgstr "నమ్మలేని అనువర్తన ప్రారంభకము" + +-#: ../src/nautilus-mime-actions.c:1551 ++#: ../src/nautilus-mime-actions.c:1550 + #, c-format + msgid "" + "The application launcher “%s” has not been marked as trusted. If you do not " + "know the source of this file, launching it may be unsafe." + msgstr "" +-"అనువర్తన ప్రారంభకము “%s” నమ్మదగినదిగా గుర్తించబడిలేదు. ఒకవేళ మీకు ఈ దస్త్రము యొక్క మూలము " ++"అనువర్తన ప్రారంభకము “%s” నమ్మదగినదిగా గుర్తించబడిలేదు. ఒకవేళ మీకు ఈ దస్త్రము " ++"యొక్క మూలము " + "తెలియకపోతే, దీనిని ప్రారంభించుట అంత మంచిది కాదు." + +-#: ../src/nautilus-mime-actions.c:1566 ++#: ../src/nautilus-mime-actions.c:1565 + msgid "_Launch Anyway" + msgstr "ఏమైనాసరే ప్రారంభించు (_L)" + +-#: ../src/nautilus-mime-actions.c:1569 ++#: ../src/nautilus-mime-actions.c:1568 + msgid "Mark as _Trusted" + msgstr "నమ్మదగినదిగా గుర్తుంచు (_T)" + +-#: ../src/nautilus-mime-actions.c:1793 ++#: ../src/nautilus-mime-actions.c:1792 + #, c-format + msgid "This will open %d separate application." + msgid_plural "This will open %d separate applications." + msgstr[0] "ఇది %d వేరొక అనువర్తనాన్ని తెరుస్తుంది." + msgstr[1] "ఇది %d వేరువేరు అనువర్తనాలను తెరుస్తుంది." + +-#: ../src/nautilus-mime-actions.c:2221 ++#: ../src/nautilus-mime-actions.c:2212 + msgid "Unable to start location" + msgstr "స్థానమును ప్రారంభించలేకపోతుంది" + +-#: ../src/nautilus-mime-actions.c:2305 ++#: ../src/nautilus-mime-actions.c:2296 + #, c-format + msgid "Opening “%s”." + msgstr "“%s”ను తెరుస్తున్నది." + +-#: ../src/nautilus-mime-actions.c:2308 ++#: ../src/nautilus-mime-actions.c:2299 + #, c-format + msgid "Opening %d item." + msgid_plural "Opening %d items." + msgstr[0] "%d అంశమును తెరుస్తున్నది" + msgstr[1] "%d అంశములను తెరుస్తున్నది" + +-#: ../src/nautilus-notebook.c:371 ++#: ../src/nautilus-notebook.c:382 + msgid "Close tab" + msgstr "ట్యాబ్ మూసివేయి" + +-#: ../src/nautilus-places-sidebar.c:241 +-msgid "Devices" +-msgstr "పరికరాలు" +- +-#: ../src/nautilus-places-sidebar.c:510 +-msgid "Places" +-msgstr "స్థలములు" +- +-#: ../src/nautilus-places-sidebar.c:517 +-msgid "Recent" +-msgstr "ఇటీవలివి" +- +-#: ../src/nautilus-places-sidebar.c:519 +-msgid "Recent files" +-msgstr "ఇటీవలి దస్త్రాలు" +- +-#. tooltip +-#: ../src/nautilus-places-sidebar.c:530 ../src/nautilus-window-menus.c:534 +-msgid "Open your personal folder" +-msgstr "వ్యక్తిగత సంచయాన్ని తెరువండి" +- +-#: ../src/nautilus-places-sidebar.c:542 +-msgid "Open the contents of your desktop in a folder" +-msgstr "మీ డెస్క్‍టాప్‌యొక్క విషయములను ఒక సంచయంలో తెరువు" ++#: ../src/nautilus-progress-ui-handler.c:106 ++#: ../src/nautilus-progress-ui-handler.c:158 ++#: ../src/nautilus-progress-ui-handler.c:216 ++#: ../src/nautilus-progress-ui-handler.c:272 ++msgid "File Operations" ++msgstr "దస్త్ర పరిక్రియలు" + +-#: ../src/nautilus-places-sidebar.c:556 +-msgid "Open the trash" +-msgstr "చెత్తబుట్టని తెరువు" ++#: ../src/nautilus-progress-ui-handler.c:117 ++msgid "Show Details" ++msgstr "వివరాలను చూపించు" + +-#: ../src/nautilus-places-sidebar.c:608 ../src/nautilus-places-sidebar.c:633 +-#: ../src/nautilus-places-sidebar.c:816 ++#: ../src/nautilus-progress-ui-handler.c:152 ++#: ../src/nautilus-progress-ui-handler.c:174 + #, c-format +-msgid "Mount and open %s" +-msgstr "%s ని మౌంటుచేసి తెరవండి" ++msgid "%'d file operation active" ++msgid_plural "%'d file operations active" ++msgstr[0] "%'d దస్త్ర పరిక్రియలు చేతనమైవుంది" ++msgstr[1] "%'d దస్త్ర కార్యములు చేతనమైవున్నాయి" + +-#: ../src/nautilus-places-sidebar.c:708 +-msgid "Open the contents of the File System" +-msgstr "దస్త్ర వ్యవస్థ యొక్క విషయములను తెరువు" ++#: ../src/nautilus-progress-ui-handler.c:273 ++msgid "All file operations have been successfully completed" ++msgstr "అన్ని దస్త్ర పరిక్రియలు విజయవంతంగా పూర్తిచేయబడ్డాయి" + +-#: ../src/nautilus-places-sidebar.c:786 +-msgid "Network" +-msgstr "నెట్‌వర్క్" ++#: ../src/nautilus-properties-window.c:511 ++msgid "You cannot assign more than one custom icon at a time!" ++msgstr "మీరు ఒకేసారి, ఒకటికన్నా ఎక్కువ మలచిన ప్రతీకను ఇవ్వలేరు!" + +-#: ../src/nautilus-places-sidebar.c:792 +-msgid "Browse Network" +-msgstr "నెట్‌వర్కులో విహరించు" ++#: ../src/nautilus-properties-window.c:512 ++msgid "Please drag just one image to set a custom icon." ++msgstr "మలచిన ప్రతీకను అమర్చుటకు దయచేసి ఒక బొమ్మను లాగి వదలండి." + +-#: ../src/nautilus-places-sidebar.c:794 +-msgid "Browse the contents of the network" +-msgstr "నెట్‌వర్క్ యొక్క విషయాలను వెతుకు" ++#: ../src/nautilus-properties-window.c:523 ++msgid "The file that you dropped is not local." ++msgstr "మీరు పడవేసిన దస్త్రము స్థానికమైనది కాదు." + +-#: ../src/nautilus-places-sidebar.c:802 +-#| msgid "Connect to Server %s" +-msgid "Connect to a network server address" +-msgstr "నెట్వర్కు సేవిక చిరునామాకు అనుసంధానమవ్వు" ++#: ../src/nautilus-properties-window.c:524 ++#: ../src/nautilus-properties-window.c:530 ++msgid "You can only use local images as custom icons." ++msgstr "మీరు స్థానిక బొమ్మలను మాత్రమే అనురూపిత ప్రతీకలుగా వాడగలరు." + +-#. Adjust start/stop items to reflect the type of the drive +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:1712 ../src/nautilus-places-sidebar.c:2858 +-#: ../src/nautilus-view.c:7244 ../src/nautilus-view.c:7268 +-#: ../src/nautilus-view.c:7340 ../src/nautilus-view.c:7926 +-#: ../src/nautilus-view.c:7930 ../src/nautilus-view.c:8013 +-#: ../src/nautilus-view.c:8017 ../src/nautilus-view.c:8115 +-#: ../src/nautilus-view.c:8119 +-msgid "_Start" +-msgstr "ప్రారంభించు (_S)" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:1713 ../src/nautilus-places-sidebar.c:2865 +-#: ../src/nautilus-view.c:7248 ../src/nautilus-view.c:7272 +-#: ../src/nautilus-view.c:7344 ../src/nautilus-view.c:7955 +-#: ../src/nautilus-view.c:8042 ../src/nautilus-view.c:8144 +-#: ../src/nautilus-window-menus.c:469 +-msgid "_Stop" +-msgstr "ఆపివేయి(_S)" +- +-#. start() for type G_DRIVE_START_STOP_TYPE_SHUTDOWN is normally not used +-#: ../src/nautilus-places-sidebar.c:1718 +-msgid "_Power On" +-msgstr "పవర్ ఆన్ (_P)" +- +-#: ../src/nautilus-places-sidebar.c:1719 ../src/nautilus-view.c:7959 +-#: ../src/nautilus-view.c:8046 ../src/nautilus-view.c:8148 +-msgid "_Safely Remove Drive" +-msgstr "డ్రైవును సురక్షితముగా తీసివేయండి (_S)" +- +-#: ../src/nautilus-places-sidebar.c:1722 +-msgid "_Connect Drive" +-msgstr "డ్రైవును అనుసంధానించు (_C)" +- +-#: ../src/nautilus-places-sidebar.c:1723 +-msgid "_Disconnect Drive" +-msgstr "డ్రైవును అననుసంధానించు (_D)" +- +-#: ../src/nautilus-places-sidebar.c:1726 +-msgid "_Start Multi-disk Device" +-msgstr "బహుళ-డిస్కు పరికరమును ప్రారంభించు (_S)" +- +-#: ../src/nautilus-places-sidebar.c:1727 +-msgid "_Stop Multi-disk Device" +-msgstr "బహుళ-డిస్కు పరికరమును ఆపు (_S)" +- +-#. stop() for type G_DRIVE_START_STOP_TYPE_PASSWORD is normally not used +-#: ../src/nautilus-places-sidebar.c:1731 ../src/nautilus-view.c:8029 +-#: ../src/nautilus-view.c:8131 +-msgid "_Unlock Drive" +-msgstr "డ్రైవు తాళం తీయి (_U)" +- +-#: ../src/nautilus-places-sidebar.c:1732 ../src/nautilus-view.c:7971 +-#: ../src/nautilus-view.c:8058 ../src/nautilus-view.c:8160 +-msgid "_Lock Drive" +-msgstr "డ్రైవుకు తాళంవేయి (_L)" +- +-#: ../src/nautilus-places-sidebar.c:1809 ../src/nautilus-places-sidebar.c:2453 +-#, c-format +-msgid "Unable to start %s" +-msgstr "%s‍ను ప్రారంభించలేకపోతుంది" +- +-#: ../src/nautilus-places-sidebar.c:2212 ../src/nautilus-places-sidebar.c:2240 +-#: ../src/nautilus-places-sidebar.c:2268 +-#, c-format +-msgid "Unable to eject %s" +-msgstr "%s‍ను నెట్టివేయలేకపోతుంది" +- +-#: ../src/nautilus-places-sidebar.c:2408 +-#, c-format +-msgid "Unable to poll %s for media changes" +-msgstr "మాధ్యమం మార్పుల కొరకు %s కు మద్దతు తెలుపలేకపోతోంది" +- +-#: ../src/nautilus-places-sidebar.c:2508 +-#, c-format +-msgid "Unable to stop %s" +-msgstr "%sను ఆపలేకపోతుంది" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2780 ../src/nautilus-view.c:7116 +-#: ../src/nautilus-view.c:8518 +-msgid "_Open" +-msgstr "తెరువు (_O)" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2788 ../src/nautilus-view.c:7128 +-#: ../src/nautilus-view.c:7298 ../src/nautilus-view.c:8239 +-#: ../src/nautilus-view.c:8572 +-msgid "Open in New _Tab" +-msgstr "కొత్త ట్యాబ్‌లో తెరువు (_T)" +- +-#: ../src/nautilus-places-sidebar.c:2795 ../src/nautilus-view.c:8231 +-#: ../src/nautilus-view.c:8552 +-msgid "Open in New _Window" +-msgstr "కొత్త కిటికీలో తెరువు(_W)" +- +-#: ../src/nautilus-places-sidebar.c:2803 +-msgid "_Add Bookmark" +-msgstr "ఇష్టాంశముగా చేయి (_A)" +- +-#: ../src/nautilus-places-sidebar.c:2818 +-#| msgid "Re_name" +-msgid "Rename…" +-msgstr "పేరు మార్చు…" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2830 ../src/nautilus-view.c:7232 +-#: ../src/nautilus-view.c:7256 ../src/nautilus-view.c:7328 +-msgid "_Mount" +-msgstr "అధిరోహించు (_M)" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2837 ../src/nautilus-view.c:7236 +-#: ../src/nautilus-view.c:7260 ../src/nautilus-view.c:7332 +-msgid "_Unmount" +-msgstr "అనధిరోహించు (_U)" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2844 ../src/nautilus-view.c:7240 +-#: ../src/nautilus-view.c:7264 ../src/nautilus-view.c:7336 +-msgid "_Eject" +-msgstr "నెట్టివేయి (_E)" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-places-sidebar.c:2851 ../src/nautilus-view.c:7252 +-#: ../src/nautilus-view.c:7276 ../src/nautilus-view.c:7348 +-msgid "_Detect Media" +-msgstr "మాధ్యమాన్ని కనిపెట్టు (_D)" +- +-#: ../src/nautilus-places-sidebar.c:2872 +-#| msgid "_Format" +-msgid "_Format…" +-msgstr "ఫార్మాటుచేయి...(_F)" +- +-#: ../src/nautilus-places-sidebar.c:2892 +-msgid "_Properties" +-msgstr "లక్షణాలు (_P)" +- +-#: ../src/nautilus-places-sidebar.c:3469 +-msgid "Computer" +-msgstr "కంప్యూటర్" +- +-#: ../src/nautilus-progress-ui-handler.c:108 +-#: ../src/nautilus-progress-ui-handler.c:160 +-#: ../src/nautilus-progress-ui-handler.c:218 +-#: ../src/nautilus-progress-ui-handler.c:274 +-msgid "File Operations" +-msgstr "దస్త్ర పరిక్రియలు" +- +-#: ../src/nautilus-progress-ui-handler.c:119 +-msgid "Show Details" +-msgstr "వివరాలను చూపించు" +- +-#: ../src/nautilus-progress-ui-handler.c:154 +-#: ../src/nautilus-progress-ui-handler.c:176 +-#, c-format +-msgid "%'d file operation active" +-msgid_plural "%'d file operations active" +-msgstr[0] "%'d దస్త్ర పరిక్రియలు చేతనమైవుంది" +-msgstr[1] "%'d దస్త్ర కార్యములు చేతనమైవున్నాయి" +- +-#: ../src/nautilus-progress-ui-handler.c:275 +-msgid "All file operations have been successfully completed" +-msgstr "అన్ని దస్త్ర పరిక్రియలు విజయవంతంగా పూర్తిచేయబడ్డాయి" +- +-#: ../src/nautilus-properties-window.c:490 +-msgid "You cannot assign more than one custom icon at a time!" +-msgstr "మీరు ఒకేసారి, ఒకటికన్నా ఎక్కువ మలచిన ప్రతీకను ఇవ్వలేరు!" +- +-#: ../src/nautilus-properties-window.c:491 +-msgid "Please drag just one image to set a custom icon." +-msgstr "మలచిన ప్రతీకను అమర్చుటకు దయచేసి ఒక బొమ్మను లాగి వదలండి." +- +-#: ../src/nautilus-properties-window.c:502 +-msgid "The file that you dropped is not local." +-msgstr "మీరు పడవేసిన దస్త్రము స్థానికమైనది కాదు." +- +-#: ../src/nautilus-properties-window.c:503 +-#: ../src/nautilus-properties-window.c:509 +-msgid "You can only use local images as custom icons." +-msgstr "మీరు స్థానిక బొమ్మలను మాత్రమే అనురూపిత ప్రతీకలుగా వాడగలరు." +- +-#: ../src/nautilus-properties-window.c:508 ++#: ../src/nautilus-properties-window.c:529 + msgid "The file that you dropped is not an image." + msgstr "మీరు పడవేసిన దస్త్రము బొమ్మ కాదు." + +-#: ../src/nautilus-properties-window.c:630 ++#: ../src/nautilus-properties-window.c:644 + msgid "_Name:" + msgid_plural "_Names:" + msgstr[0] "పేరు (_N):" + msgstr[1] "పేర్లు (_N):" + +-#: ../src/nautilus-properties-window.c:825 ++#: ../src/nautilus-properties-window.c:839 + #, c-format + msgid "Properties" + msgstr "లక్షణాలు" + +-#: ../src/nautilus-properties-window.c:833 ++#: ../src/nautilus-properties-window.c:847 + #, c-format + msgid "%s Properties" + msgstr "%s లక్షణాలు" + +-#: ../src/nautilus-properties-window.c:1222 ++#: ../src/nautilus-properties-window.c:1239 + #, c-format + msgctxt "MIME type description (MIME type)" + msgid "%s (%s)" + msgstr "%s (%s)" + +-#: ../src/nautilus-properties-window.c:1430 ++#: ../src/nautilus-properties-window.c:1440 + msgid "Cancel Group Change?" + msgstr "సమూహం మార్పును రద్దుచేయాలా?" + +-#: ../src/nautilus-properties-window.c:1845 ++#: ../src/nautilus-properties-window.c:1837 + msgid "Cancel Owner Change?" + msgstr "యజమాని మార్పును రద్దుచేయాలా?" + +-#: ../src/nautilus-properties-window.c:2161 ++#: ../src/nautilus-properties-window.c:2136 + msgid "nothing" + msgstr "ఏమీలేదు" + +-#: ../src/nautilus-properties-window.c:2163 ++#: ../src/nautilus-properties-window.c:2138 + msgid "unreadable" + msgstr "చదవలేనిది " + +-#: ../src/nautilus-properties-window.c:2171 ++#: ../src/nautilus-properties-window.c:2146 + #, c-format + msgid "%'d item, with size %s" + msgid_plural "%'d items, totalling %s" + msgstr[0] "%'d అంశం, పరిమాణము %s" + msgstr[1] "%'d అంశాలు, మొత్తం %s" + +-#: ../src/nautilus-properties-window.c:2180 ++#: ../src/nautilus-properties-window.c:2155 + msgid "(some contents unreadable)" + msgstr "(కొన్ని విషయములు చదవలేనిది)" + +@@ -3929,284 +3820,293 @@ msgstr "(కొన్ని విషయములు చదవలేనిది + #. * 2-line value. Maybe there's a better way to do this, but I + #. * couldn't think of one. + #. +-#: ../src/nautilus-properties-window.c:2197 ++#: ../src/nautilus-properties-window.c:2172 + msgid "Contents:" + msgstr "విషయములు:" + + #. Translators: "used" refers to the capacity of the filesystem +-#: ../src/nautilus-properties-window.c:3053 ++#: ../src/nautilus-properties-window.c:3028 + msgid "used" + msgstr "వాడబడింది" + + #. Translators: "free" refers to the capacity of the filesystem +-#: ../src/nautilus-properties-window.c:3059 ++#: ../src/nautilus-properties-window.c:3034 + msgid "free" + msgstr "ఖాళీగావుంది" + +-#: ../src/nautilus-properties-window.c:3061 ++#: ../src/nautilus-properties-window.c:3036 + msgid "Total capacity:" + msgstr "మొత్తం సామర్ధ్యం:" + +-#: ../src/nautilus-properties-window.c:3064 ++#: ../src/nautilus-properties-window.c:3039 + msgid "Filesystem type:" + msgstr "దస్త్ర వ్యవస్థ రకం:" + +-#: ../src/nautilus-properties-window.c:3200 ++#: ../src/nautilus-properties-window.c:3175 + msgid "Basic" + msgstr "ప్రాధమికం" + +-#: ../src/nautilus-properties-window.c:3265 ++#: ../src/nautilus-properties-window.c:3240 + msgid "Link target:" + msgstr "లంకె లక్ష్యము:" + +-#: ../src/nautilus-properties-window.c:3284 ++#: ../src/nautilus-properties-window.c:3259 + msgid "Location:" + msgstr "స్థానము:" + +-#: ../src/nautilus-properties-window.c:3292 ++#: ../src/nautilus-properties-window.c:3267 + msgid "Volume:" + msgstr "సంపుటము:" + +-#: ../src/nautilus-properties-window.c:3301 ++#: ../src/nautilus-properties-window.c:3276 + msgid "Accessed:" + msgstr "వాడబడినది:" + +-#: ../src/nautilus-properties-window.c:3305 ++#: ../src/nautilus-properties-window.c:3280 + msgid "Modified:" + msgstr "సవరించబడినది:" + +-#: ../src/nautilus-properties-window.c:3315 ++#: ../src/nautilus-properties-window.c:3290 + msgid "Free space:" + msgstr "ఖాళీ స్థలము:" + + #. translators: this gets concatenated to "no read", + #. * "no access", etc. (see following strings) + #. +-#: ../src/nautilus-properties-window.c:3966 +-#: ../src/nautilus-properties-window.c:3977 +-#: ../src/nautilus-properties-window.c:3989 ++#: ../src/nautilus-properties-window.c:3941 ++#: ../src/nautilus-properties-window.c:3952 ++#: ../src/nautilus-properties-window.c:3964 + msgid "no " + msgstr "వద్దు" + +-#: ../src/nautilus-properties-window.c:3969 ++#: ../src/nautilus-properties-window.c:3944 + msgid "list" + msgstr "జాబితా" + +-#: ../src/nautilus-properties-window.c:3971 ++#: ../src/nautilus-properties-window.c:3946 + msgid "read" + msgstr "చదువు" + +-#: ../src/nautilus-properties-window.c:3980 ++#: ../src/nautilus-properties-window.c:3955 + msgid "create/delete" + msgstr "సృష్టించు/తొలిగించు" + +-#: ../src/nautilus-properties-window.c:3982 ++#: ../src/nautilus-properties-window.c:3957 + msgid "write" + msgstr "వ్రాయి" + +-#: ../src/nautilus-properties-window.c:3991 ++#: ../src/nautilus-properties-window.c:3966 + msgid "access" + msgstr "వాడుక" + +-#: ../src/nautilus-properties-window.c:4056 ++#: ../src/nautilus-properties-window.c:4031 + msgid "List files only" + msgstr "దస్త్రాలను మాత్రమే జాబితాగా చూపు" + +-#: ../src/nautilus-properties-window.c:4062 ++#: ../src/nautilus-properties-window.c:4037 + msgid "Access files" + msgstr "వాడుక దస్త్రాలు" + +-#: ../src/nautilus-properties-window.c:4068 ++#: ../src/nautilus-properties-window.c:4043 + msgid "Create and delete files" + msgstr "దస్త్రాలను సృష్టించండి మరియు తొలగించండి" + +-#: ../src/nautilus-properties-window.c:4083 ++#: ../src/nautilus-properties-window.c:4058 + msgid "Read-only" + msgstr "చదువుటకు-మాత్రమే" + +-#: ../src/nautilus-properties-window.c:4089 ++#: ../src/nautilus-properties-window.c:4064 + msgid "Read and write" + msgstr "చదువుటకు మరియు వ్రాయుటకు" + +-#: ../src/nautilus-properties-window.c:4116 ++#: ../src/nautilus-properties-window.c:4091 + msgid "Access:" + msgstr "వాడుక:" + +-#: ../src/nautilus-properties-window.c:4118 ++#: ../src/nautilus-properties-window.c:4093 + msgid "Folder access:" + msgstr "సంచయం వాడుక:" + +-#: ../src/nautilus-properties-window.c:4120 ++#: ../src/nautilus-properties-window.c:4095 + msgid "File access:" + msgstr "దస్త్రం వాడుక:" + +-#: ../src/nautilus-properties-window.c:4209 ++#: ../src/nautilus-properties-window.c:4184 + msgid "_Owner:" + msgstr "యజమాని (_O):" + +-#: ../src/nautilus-properties-window.c:4217 +-#: ../src/nautilus-properties-window.c:4481 ++#: ../src/nautilus-properties-window.c:4192 ++#: ../src/nautilus-properties-window.c:4456 + msgid "Owner:" + msgstr "యజమాని:" + +-#: ../src/nautilus-properties-window.c:4239 ++#: ../src/nautilus-properties-window.c:4214 + msgid "_Group:" + msgstr "సమూహం (_G):" + +-#: ../src/nautilus-properties-window.c:4247 +-#: ../src/nautilus-properties-window.c:4495 ++#: ../src/nautilus-properties-window.c:4222 ++#: ../src/nautilus-properties-window.c:4470 + msgid "Group:" + msgstr "సమూహం:" + +-#: ../src/nautilus-properties-window.c:4268 ++#: ../src/nautilus-properties-window.c:4243 + msgid "Others" + msgstr "ఇతరాలు" + +-#: ../src/nautilus-properties-window.c:4283 ++#: ../src/nautilus-properties-window.c:4258 + msgid "Execute:" + msgstr "అమలుపరుచు:" + +-#: ../src/nautilus-properties-window.c:4286 ++#: ../src/nautilus-properties-window.c:4261 + msgid "Allow _executing file as program" + msgstr "దస్త్రాన్ని కార్యక్రమము వలె అమలుపరుచుటకు అనుమతించు (_e)" + +-#: ../src/nautilus-properties-window.c:4462 ++#: ../src/nautilus-properties-window.c:4437 + msgid "Change Permissions for Enclosed Files" + msgstr "జతచేసిన దస్త్రాలకు అనుమతులను మార్చు" + +-#: ../src/nautilus-properties-window.c:4466 ++#: ../src/nautilus-properties-window.c:4441 + msgid "Change" + msgstr "మార్చు" + +-#: ../src/nautilus-properties-window.c:4509 ++#: ../src/nautilus-properties-window.c:4484 + msgid "Others:" + msgstr "ఇతరులు:" + +-#: ../src/nautilus-properties-window.c:4550 ++#: ../src/nautilus-properties-window.c:4525 + msgid "You are not the owner, so you cannot change these permissions." + msgstr "మీరు యజమాని కారు, కాబట్టి ఈ అనుమతులను మార్చలేరు." + +-#: ../src/nautilus-properties-window.c:4565 ++#: ../src/nautilus-properties-window.c:4540 + msgid "Security context:" + msgstr "భద్రత సందర్భం:" + +-#: ../src/nautilus-properties-window.c:4580 +-#| msgid "Change Permissions for Enclosed Files" ++#: ../src/nautilus-properties-window.c:4555 + msgid "Change Permissions for Enclosed Files…" + msgstr "బిడాయించిన దస్త్రాలకు అనుమతులు మార్చు..." + +-#: ../src/nautilus-properties-window.c:4590 ++#: ../src/nautilus-properties-window.c:4565 + #, c-format + msgid "The permissions of “%s” could not be determined." + msgstr "“%s” యొక్క అనుమతులు కనిపెట్టడం వీలుకాదు." + +-#: ../src/nautilus-properties-window.c:4593 ++#: ../src/nautilus-properties-window.c:4568 + msgid "The permissions of the selected file could not be determined." + msgstr "ఎంచుకున్న దస్త్రము యొక్క అనుమతులు కనిపెట్టుట వీలుకాదు." + +-#: ../src/nautilus-properties-window.c:4837 ++#: ../src/nautilus-properties-window.c:4812 + msgid "Open With" + msgstr "దీనితో తెరువు" + +-#: ../src/nautilus-properties-window.c:5160 ++#: ../src/nautilus-properties-window.c:5129 + msgid "Creating Properties window." + msgstr "లక్షణాల కిటికీని సృష్టిస్తున్నది." + +-#: ../src/nautilus-properties-window.c:5460 ++#: ../src/nautilus-properties-window.c:5413 + msgid "Select Custom Icon" + msgstr "అనురూపిత ప్రతీకను ఎంచుకొను" + +-#: ../src/nautilus-query-editor.c:103 ++#: ../src/nautilus-properties-window.c:5415 ++#| msgid "_Never" ++msgid "_Revert" ++msgstr "యదా స్థితికి తెచ్చు(_R)" ++ ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-properties-window.c:5417 ../src/nautilus-view.c:7123 ++#: ../src/nautilus-view.c:8543 ++msgid "_Open" ++msgstr "తెరువు (_O)" ++ ++#: ../src/nautilus-query-editor.c:101 + msgid "File Type" + msgstr "దస్త్ర రకం" + +-#: ../src/nautilus-query-editor.c:392 ++#: ../src/nautilus-query-editor.c:321 + msgid "Documents" + msgstr "పత్రములు" + +-#: ../src/nautilus-query-editor.c:410 ++#: ../src/nautilus-query-editor.c:339 + msgid "Music" + msgstr "సంగీతం" + +-#: ../src/nautilus-query-editor.c:441 ++#: ../src/nautilus-query-editor.c:370 + msgid "Picture" + msgstr "చిత్రం" + +-#: ../src/nautilus-query-editor.c:461 ++#: ../src/nautilus-query-editor.c:390 + msgid "Illustration" + msgstr "విశదీకరణము" + +-#: ../src/nautilus-query-editor.c:500 ++#: ../src/nautilus-query-editor.c:429 + msgid "Pdf / Postscript" + msgstr "Pdf / Postscript" + +-#: ../src/nautilus-query-editor.c:508 ++#: ../src/nautilus-query-editor.c:437 + msgid "Text File" + msgstr "పాఠ్యపు దస్త్రము" + +-#: ../src/nautilus-query-editor.c:587 ++#: ../src/nautilus-query-editor.c:516 + msgid "Select type" + msgstr "రకమును ఎంచుకోండి" + +-#: ../src/nautilus-query-editor.c:591 ++#: ../src/nautilus-query-editor.c:520 + msgid "Select" + msgstr "ఎంచుకోండి" + +-#: ../src/nautilus-query-editor.c:672 ++#: ../src/nautilus-query-editor.c:600 + msgid "Any" + msgstr "ఏదేని" + +-#: ../src/nautilus-query-editor.c:687 +-#| msgid "Other Type..." ++#: ../src/nautilus-query-editor.c:615 + msgid "Other Type…" + msgstr "ఇతర రకము..." + +-#: ../src/nautilus-query-editor.c:956 ++#: ../src/nautilus-query-editor.c:886 + msgid "Remove this criterion from the search" + msgstr "వెతుకులాట నుండి ఈ ప్రమాణాన్ని తొలగించు" + + #. create the Current/All Files selector +-#: ../src/nautilus-query-editor.c:1038 ++#: ../src/nautilus-query-editor.c:968 + msgid "Current" + msgstr "ప్రస్తుతం" + +-#: ../src/nautilus-query-editor.c:1041 ++#: ../src/nautilus-query-editor.c:971 + msgid "All Files" + msgstr "అన్ని దస్త్రాలు" + +-#: ../src/nautilus-query-editor.c:1063 ++#: ../src/nautilus-query-editor.c:993 + msgid "Add a new criterion to this search" + msgstr "ఈ వెతుకులాటకు కొత్త ప్రమాణాన్ని జతచేయి" + +-#: ../src/nautilus-special-location-bar.c:52 +-#| msgid "Files in this folder will appear in the Create Document menu." ++#: ../src/nautilus-special-location-bar.c:51 + msgid "Files in this folder will appear in the New Document menu." + msgstr "ఈ సంచయములోని దస్త్రాలు కొత్త పత్ర మెనూలో కనిపిస్తాయి." + +-#: ../src/nautilus-special-location-bar.c:55 ++#: ../src/nautilus-special-location-bar.c:54 + msgid "Executable files in this folder will appear in the Scripts menu." +-msgstr "ఈ సంచయములోని అన్ని ఎక్జిక్యూటబుల్ దస్త్రాలు స్క్రిప్టుల మెనూలో కనిపిస్తాయి." +- +-#: ../src/nautilus-toolbar.c:488 +-#| msgid "File Operations" +-msgid "View options" +-msgstr "దర్శన ఐచ్చికాలు" ++msgstr "" ++"ఈ సంచయములోని అన్ని ఎక్జిక్యూటబుల్ దస్త్రాలు స్క్రిప్టుల మెనూలో కనిపిస్తాయి." + +-#: ../src/nautilus-toolbar.c:505 +-#| msgid "Icon Captions" ++#. Action Menu ++#: ../src/nautilus-toolbar.c:430 + msgid "Location options" + msgstr "స్థానపు ఐచ్చికాలు" + +-#: ../src/nautilus-trash-bar.c:203 ++#: ../src/nautilus-toolbar.c:449 ++msgid "View options" ++msgstr "దర్శన ఐచ్చికాలు" ++ ++#: ../src/nautilus-trash-bar.c:202 + msgid "Restore" + msgstr "పునరుద్ధరించు" + +-#: ../src/nautilus-trash-bar.c:206 ++#: ../src/nautilus-trash-bar.c:205 + msgid "Restore selected items to their original position" + msgstr "ఎంచుకున్న అంశాలను వాటి అసలు స్థానాలలో తిరిగివుంచు" + + #. Translators: "Empty" is an action (for the trash) , not a state +-#: ../src/nautilus-trash-bar.c:210 ++#: ../src/nautilus-trash-bar.c:209 + msgid "Empty" + msgstr "శూన్యం" + +@@ -4224,63 +4124,72 @@ msgid_plural "This will open %'d separate windows." + msgstr[0] "ఇది %'d ప్రత్యేక కిటికీని తెరుస్తుంది." + msgstr[1] "ఇది %'d ప్రత్యేక కిటికీలను తెరుస్తుంది." + +-#: ../src/nautilus-view.c:1458 ++#: ../src/nautilus-view.c:1475 + msgid "Select Items Matching" + msgstr "సరిపోలు అంశములను ఎంచుకోండి" + +-#: ../src/nautilus-view.c:1473 ++#: ../src/nautilus-view.c:1480 ../src/nautilus-view.c:5949 ++msgid "_Select" ++msgstr "ఎంచుకోండి (_S)" ++ ++#: ../src/nautilus-view.c:1488 + msgid "_Pattern:" + msgstr "సరళి (_P):" + +-#: ../src/nautilus-view.c:1479 ++#: ../src/nautilus-view.c:1494 + msgid "Examples: " + msgstr "ఉదాహరణలు: " + +-#: ../src/nautilus-view.c:1580 ++#: ../src/nautilus-view.c:1595 + msgid "Save Search as" + msgstr "వెతుకులాటను ఇలా భద్రపరుచు" + +-#: ../src/nautilus-view.c:1603 ++#: ../src/nautilus-view.c:1601 ++msgid "_Save" ++msgstr "భద్రపరుచు (_S)" ++ ++#: ../src/nautilus-view.c:1618 + msgid "Search _name:" + msgstr "వెతుకులాట పేరు (_n):" + +-#: ../src/nautilus-view.c:1620 ++#: ../src/nautilus-view.c:1635 + msgid "_Folder:" + msgstr "సంచయం (_F):" + +-#: ../src/nautilus-view.c:1625 ++#: ../src/nautilus-view.c:1640 + msgid "Select Folder to Save Search In" + msgstr "దాచబడిన వెతుకులాటను దాచుటకు ఒక సంచయాన్ని ఎంచుకోండి" + +-#: ../src/nautilus-view.c:2259 ++#: ../src/nautilus-view.c:2284 + msgid "" + "Nautilus 3.6 deprecated this directory and tried migrating this " + "configuration to ~/.local/share/nautilus" + msgstr "" +-"నాటిలస్ 3.6 ఈ డైరెక్టరీని తగ్గించింది మరియు ఈ స్వరూపణాన్ని ~/.config/nautilus కు మార్చుటకు " ++"నాటిలస్ 3.6 ఈ డైరెక్టరీని తగ్గించింది మరియు ఈ స్వరూపణాన్ని ~/.config/nautilus " ++"కు మార్చుటకు " + "ప్రయత్నించింది" + +-#: ../src/nautilus-view.c:2687 ++#: ../src/nautilus-view.c:2709 + msgid "Content View" + msgstr "విషయ దర్శనం" + +-#: ../src/nautilus-view.c:2688 ++#: ../src/nautilus-view.c:2710 + msgid "View of the current folder" + msgstr "ప్రస్తుత సంచయము యొక్క దర్శనం" + +-#: ../src/nautilus-view.c:2883 ../src/nautilus-view.c:2918 ++#: ../src/nautilus-view.c:2907 ../src/nautilus-view.c:2942 + #, c-format + msgid "“%s” selected" + msgstr "“%s” ఎంచుకోబడెను" + +-#: ../src/nautilus-view.c:2885 ++#: ../src/nautilus-view.c:2909 + #, c-format + msgid "%'d folder selected" + msgid_plural "%'d folders selected" + msgstr[0] "%'d సంచయమును ఎంచుకోబడింది" + msgstr[1] "%'d సంచయములు ఎంచుకోబడ్డాయి" + +-#: ../src/nautilus-view.c:2895 ++#: ../src/nautilus-view.c:2919 + #, c-format + msgid "(containing %'d item)" + msgid_plural "(containing %'d items)" +@@ -4288,14 +4197,14 @@ msgstr[0] "(%'d అంశమును కలిగివున్నది)" + msgstr[1] "( %'d అంశములను కలిగివున్నది)" + + #. translators: this is preceded with a string of form 'N folders' (N more than 1) +-#: ../src/nautilus-view.c:2906 ++#: ../src/nautilus-view.c:2930 + #, c-format + msgid "(containing a total of %'d item)" + msgid_plural "(containing a total of %'d items)" + msgstr[0] "(మొత్తం %'d అంశమును కలిగివున్నది)" + msgstr[1] "(మొత్తం %'d అంశములను కలిగివున్నది)" + +-#: ../src/nautilus-view.c:2921 ++#: ../src/nautilus-view.c:2945 + #, c-format + msgid "%'d item selected" + msgid_plural "%'d items selected" +@@ -4303,7 +4212,7 @@ msgstr[0] "%'d అంశము ఎంచుకోబడింది" + msgstr[1] "%'d అంశములు ఎంచుకోబడ్డాయి" + + #. Folders selected also, use "other" terminology +-#: ../src/nautilus-view.c:2928 ++#: ../src/nautilus-view.c:2952 + #, c-format + msgid "%'d other item selected" + msgid_plural "%'d other items selected" +@@ -4314,7 +4223,7 @@ msgstr[1] "వేరొక %'d అంశములు ఎంచుకోబడ + #. * needs to use something other than parentheses. The + #. * the message in parentheses is the size of the selected items. + #. +-#: ../src/nautilus-view.c:2942 ++#: ../src/nautilus-view.c:2966 + #, c-format + msgid "(%s)" + msgstr "(%s)" +@@ -4326,334 +4235,337 @@ msgstr "(%s)" + #. * message about the number of other items and the + #. * total size of those items. + #. +-#: ../src/nautilus-view.c:2966 ++#: ../src/nautilus-view.c:2990 + #, c-format + msgid "%s %s, %s %s" + msgstr "%s %s, %s %s" + +-#: ../src/nautilus-view.c:4339 ++#: ../src/nautilus-view.c:4345 + #, c-format + msgid "Open With %s" + msgstr "%s‌తో తెరువు" + +-#: ../src/nautilus-view.c:4341 ++#: ../src/nautilus-view.c:4347 + #, c-format + msgid "Use “%s” to open the selected item" + msgid_plural "Use “%s” to open the selected items" + msgstr[0] "ఎంచుకున్న అంశమును తెరుచుటకు “%s”ను వాడు" + msgstr[1] "ఎంచుకున్న అంశములను తెరుచుటకు “%s”ను వాడు" + +-#: ../src/nautilus-view.c:5084 ++#: ../src/nautilus-view.c:5092 + #, c-format + msgid "Run “%s” on any selected items" + msgstr "“%s”ను ఎంచుకున్న ఏదైనా అంశము పై నడుపు" + +-#: ../src/nautilus-view.c:5338 ++#: ../src/nautilus-view.c:5346 + #, c-format + msgid "Create a new document from template “%s”" + msgstr "“%s” మూస నుండి ఒక కొత్త పత్రాన్ని సృష్టించు" + + #: ../src/nautilus-view.c:5938 +-msgid "Select Destination" +-msgstr "గమ్యస్థానాన్ని ఎంచుకోండి" ++#| msgid "Select Destination" ++msgid "Select Move Destination" ++msgstr "కదుపవలసిన గమ్యం ఎంచుకోండి" + +-#: ../src/nautilus-view.c:5942 +-msgid "_Select" +-msgstr "ఎంచుకోండి (_S)" ++#: ../src/nautilus-view.c:5940 ++#| msgid "Select Destination" ++msgid "Select Copy Destination" ++msgstr "నకలు గమ్యాన్ని ఎంచుకోండి" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6454 ++#: ../src/nautilus-view.c:6461 + #, c-format + msgid "Unable to remove “%s”" + msgstr "“%s”ను నెట్టివేయలేకపోతుంది" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6481 ++#: ../src/nautilus-view.c:6488 + #, c-format + msgid "Unable to eject “%s”" + msgstr "“%s”‍ను నెట్టివేయలేకపోతుంది" + +-#: ../src/nautilus-view.c:6503 ++#: ../src/nautilus-view.c:6510 + msgid "Unable to stop drive" + msgstr "డ్రైవ్‌ను ఆపివేయలేకపోతుంది" + + #. Translators: %s is a file name formatted for display +-#: ../src/nautilus-view.c:6605 ++#: ../src/nautilus-view.c:6612 + #, c-format + msgid "Unable to start “%s”" + msgstr "“%s”ను ప్రారంభించలేకపోతుంది" + + #. name, stock id, label +-#: ../src/nautilus-view.c:7096 ++#: ../src/nautilus-view.c:7103 + msgid "New _Document" + msgstr "కొత్త పత్రము (_D)" + + #. name, stock id, label +-#: ../src/nautilus-view.c:7097 ++#: ../src/nautilus-view.c:7104 + msgid "Open Wit_h" + msgstr "దీనితో తెరువు (_h)" + +-#: ../src/nautilus-view.c:7098 ++#: ../src/nautilus-view.c:7105 + msgid "Choose a program with which to open the selected item" + msgstr "ఎంచుకున్న అంశమును తెరుచుటకు ఒక కార్యక్రమాన్ని ఎంచుకోండి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7100 ../src/nautilus-view.c:7353 +-#: ../src/nautilus-window-menus.c:573 ++#: ../src/nautilus-view.c:7107 ../src/nautilus-view.c:7362 ++#: ../src/nautilus-window-menus.c:463 + msgid "P_roperties" + msgstr "లక్షణాలు (_r)" + + #. tooltip +-#: ../src/nautilus-view.c:7101 ../src/nautilus-view.c:8665 ++#: ../src/nautilus-view.c:7108 ../src/nautilus-view.c:8689 + msgid "View or modify the properties of each selected item" + msgstr "ఎంచుకున్న ప్రతీ అంశము లక్షణాలను చూడండి లేదా సవరించండి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7108 ++#: ../src/nautilus-view.c:7115 + msgid "New _Folder" + msgstr "కొత్త సంచయము (_F)" + + #. tooltip +-#: ../src/nautilus-view.c:7109 ++#: ../src/nautilus-view.c:7116 + msgid "Create a new empty folder inside this folder" + msgstr "ఈ సంచయములో ఒక కొత్త ఖాళీ సంచయమును సృష్టించండి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7112 ++#: ../src/nautilus-view.c:7119 + msgid "New Folder with Selection" + msgstr "ఎంపికతో కొత్త సంచయం" + + #. tooltip +-#: ../src/nautilus-view.c:7113 ++#: ../src/nautilus-view.c:7120 + msgid "Create a new folder containing the selected items" + msgstr "ఎంపికచేసిన అంశాలను కలిగివున్న దానికి ఒక కొత్త సంచయాన్ని సృష్టించు" + + #. tooltip +-#: ../src/nautilus-view.c:7117 ++#: ../src/nautilus-view.c:7124 + msgid "Open the selected item in this window" + msgstr "ఎంచుకున్న అంశమును ఈ కిటికీలో తెరువు" + + #. name, stock id + #. label, accelerator ++#: ../src/nautilus-view.c:7131 ++#| msgid "Enter _Location" ++msgid "Open _Item Location" ++msgstr "అంశం స్థానాన్ని తెరువు (_I)" ++ ++#. tooltip ++#: ../src/nautilus-view.c:7132 ++#| msgid "Open the selected item in this window" ++msgid "Open the selected item's location in this window" ++msgstr "ఎంచుకున్న అంశము స్థానంను ఈ విండో తెరువు" ++ ++#. name, stock id ++#. label, accelerator + #. Location-specific actions + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7124 ../src/nautilus-view.c:7294 ++#: ../src/nautilus-view.c:7135 ../src/nautilus-view.c:7303 + msgid "Open in Navigation Window" + msgstr "గమన కిటికీలో తెరువు" + + #. tooltip +-#: ../src/nautilus-view.c:7125 ++#: ../src/nautilus-view.c:7136 + msgid "Open each selected item in a navigation window" + msgstr "ఎంచుకున్న ప్రతీ అంశమును గమన కిటికీలో తెరువు" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7139 ../src/nautilus-view.c:7307 ++#: ../src/nautilus-view.c:8248 ../src/nautilus-view.c:8596 ++msgid "Open in New _Tab" ++msgstr "కొత్త ట్యాబ్‌లో తెరువు (_T)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7129 ++#: ../src/nautilus-view.c:7140 + msgid "Open each selected item in a new tab" + msgstr "ఎంచుకున్న ప్రతీ అంశమును కొత్త ట్యాబ్‌‌లో తెరువు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7132 +-#| msgid "Other _Application..." ++#: ../src/nautilus-view.c:7143 + msgid "Other _Application…" + msgstr "ఇతర అనువర్తనము... (_A)" + + #. tooltip +-#: ../src/nautilus-view.c:7133 ../src/nautilus-view.c:7137 ++#: ../src/nautilus-view.c:7144 ../src/nautilus-view.c:7148 + msgid "Choose another application with which to open the selected item" + msgstr "ఎంచుకున్న అంశమును తెరుచుటకు వేరొక అనువర్తనమును ఎంచుకోండి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7136 +-#| msgid "Open With Other _Application..." ++#: ../src/nautilus-view.c:7147 + msgid "Open With Other _Application…" + msgstr "వేరొక అనువర్తనముతో తెరువు... (_A)" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7140 ++#: ../src/nautilus-view.c:7151 + msgid "_Open Scripts Folder" + msgstr "స్క్రిప్టుల సంచయాన్ని తెరువు (_O)" + + #. tooltip +-#: ../src/nautilus-view.c:7141 ++#: ../src/nautilus-view.c:7152 + msgid "Show the folder containing the scripts that appear in this menu" + msgstr "ఈ మెనూలో కనిపించు స్క్రిప్టులను కలిగివున్న సంచయమును చూపించు" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../src/nautilus-view.c:7149 ++#: ../src/nautilus-view.c:7160 + msgid "Prepare the selected files to be moved with a Paste command" + msgstr "ఎంచుకున్న దస్త్రాలను ఒక అతికించు ఆదేశంతో కదల్చుటకు సిద్దపరుచు" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../src/nautilus-view.c:7153 ++#: ../src/nautilus-view.c:7164 + msgid "Prepare the selected files to be copied with a Paste command" + msgstr "ఎంచుకున్న దస్త్రాలను ఒక అతికించు ఆదేశంతో నకలుచేయుటకు సిద్దపరుచు" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../src/nautilus-view.c:7157 ++#: ../src/nautilus-view.c:7168 + msgid "Move or copy files previously selected by a Cut or Copy command" + msgstr "" +-"కత్తిరించు లేదా నకలుతీయు ఆదేశం ద్వారా ఇంతకుముందు ఎంచుకున్న దస్త్రాలను తరలించు లేదా నకలుతీయు" ++"కత్తిరించు లేదా నకలుతీయు ఆదేశం ద్వారా ఇంతకుముందు ఎంచుకున్న దస్త్రాలను తరలించు " ++"లేదా నకలుతీయు" + +-#. We make accelerator "" instead of null here to not inherit the stock +-#. accelerator for paste + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7162 ../src/nautilus-view.c:7311 ++#: ../src/nautilus-view.c:7171 ../src/nautilus-view.c:7320 + msgid "_Paste Into Folder" + msgstr "సంచయములోనికి అతికించు (_P)" + + #. tooltip +-#: ../src/nautilus-view.c:7163 ++#: ../src/nautilus-view.c:7172 + msgid "" + "Move or copy files previously selected by a Cut or Copy command into the " + "selected folder" + msgstr "" +-"కత్తిరించు లేదా నకలుతీయు ఆదేశం ద్వారా ఇంతకుముందు ఎంచుకున్న దస్త్రాలను ఎంచుకున్న సంచయంలోనికి " ++"కత్తిరించు లేదా నకలుతీయు ఆదేశం ద్వారా ఇంతకుముందు ఎంచుకున్న దస్త్రాలను " ++"ఎంచుకున్న సంచయంలోనికి " + "కదుపు లేదా నకలుతీయి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7166 +-#| msgid "Copy To..." ++#: ../src/nautilus-view.c:7175 + msgid "Copy To…" + msgstr "ఇచటకు నకలించు..." + + #. tooltip +-#: ../src/nautilus-view.c:7167 ++#: ../src/nautilus-view.c:7176 + msgid "Copy selected files to another location" + msgstr "ఎంచుకున్న దస్త్రాలను చెత్తబుట్ట నుండి వేరొక స్థానముకు నకలించు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7170 +-#| msgid "Move To..." ++#: ../src/nautilus-view.c:7179 + msgid "Move To…" + msgstr "ఇచటకు తరలించు..." + + #. tooltip +-#: ../src/nautilus-view.c:7171 ++#: ../src/nautilus-view.c:7180 + msgid "Move selected files to another location" + msgstr "ఎంచుకున్న దస్త్రాలను చెత్తబుట్ట నుండి వేరొక స్థానముకు తరలించు" + + #. tooltip +-#: ../src/nautilus-view.c:7175 ++#: ../src/nautilus-view.c:7184 + msgid "Select all items in this window" + msgstr "ఈ కిటికీలోని అన్ని అంశములను ఎంచుకోండి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7178 +-#| msgid "Select Items Matching" ++#: ../src/nautilus-view.c:7187 + msgid "Select I_tems Matching…" + msgstr "సరిపోలిన అంశములను ఎంచుకోండి(_t)" + + #. tooltip +-#: ../src/nautilus-view.c:7179 ++#: ../src/nautilus-view.c:7188 + msgid "Select items in this window matching a given pattern" + msgstr "ఇచ్చిన సరళిలో సరిపోలిన అంశాలను ఈ కిటికీలో ఎంచుకోండి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7182 ++#: ../src/nautilus-view.c:7191 + msgid "_Invert Selection" + msgstr "విలోమ ఎంపిక (_I)" + + #. tooltip +-#: ../src/nautilus-view.c:7183 ++#: ../src/nautilus-view.c:7192 + msgid "Select all and only the items that are not currently selected" + msgstr "అన్నిటిని లేదా ప్రస్తుతం ఎంపికచేయని వాటిని మాత్రమే ఎంచుకోండి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7186 ../src/nautilus-view.c:8648 ++#: ../src/nautilus-view.c:7195 ../src/nautilus-view.c:8672 + msgid "Ma_ke Link" + msgid_plural "Ma_ke Links" + msgstr[0] "లింకెను చేయి (_k)" + msgstr[1] "లింకెలను చేయి (_k)" + + #. tooltip +-#: ../src/nautilus-view.c:7187 ++#: ../src/nautilus-view.c:7196 + msgid "Create a symbolic link for each selected item" + msgstr "ఎంచుకున్న ప్రతీ అంశమునకు ఒక చిహ్నపూరిత లంకెని సృష్టించు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7190 +-#| msgid "Rena_me..." ++#: ../src/nautilus-view.c:7199 + msgid "Rena_me…" + msgstr "పేరుమార్చు... (_m)" + + #. tooltip +-#: ../src/nautilus-view.c:7191 ++#: ../src/nautilus-view.c:7200 + msgid "Rename selected item" + msgstr "ఎంచుకున్న అంశము పేరుమార్చు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7194 ++#: ../src/nautilus-view.c:7203 + msgid "Set as Wallpaper" + msgstr "నేపథ్యచిత్రంగా అమర్చు" + + #. tooltip +-#: ../src/nautilus-view.c:7195 ++#: ../src/nautilus-view.c:7204 + msgid "Make item the wallpaper" + msgstr "అంశాన్ని నేపథ్యచిత్రంగా అమర్చు" + + #. tooltip +-#: ../src/nautilus-view.c:7203 ../src/nautilus-view.c:8595 ++#: ../src/nautilus-view.c:7212 ../src/nautilus-view.c:8619 + msgid "Move each selected item to the Trash" + msgstr "ఎంచుకున్న ప్రతీ అంశమును చెత్తబుట్టకి కదుపు" + +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-view.c:7206 ../src/nautilus-view.c:7320 +-#: ../src/nautilus-view.c:8625 +-msgid "_Delete" +-msgstr "తొలగించు (_D)" +- + #. tooltip +-#: ../src/nautilus-view.c:7207 ../src/nautilus-view.c:8626 ++#: ../src/nautilus-view.c:7216 ../src/nautilus-view.c:8650 + msgid "Delete each selected item, without moving to the Trash" + msgstr "ఎంచుకున్న ప్రతీఅంశమును చెత్తబుట్టకి తరలించకుండా, తొలగించండి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7210 ../src/nautilus-view.c:7324 ++#: ../src/nautilus-view.c:7219 ../src/nautilus-view.c:7333 + msgid "_Restore" + msgstr "తిరిగివుంచు (_R)" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7214 ++#: ../src/nautilus-view.c:7223 + msgid "_Undo" + msgstr "రద్దు (_U)" + + #. tooltip +-#: ../src/nautilus-view.c:7215 ++#: ../src/nautilus-view.c:7224 + msgid "Undo the last action" + msgstr "చివరి చర్యను రద్దుచేయి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7218 ++#: ../src/nautilus-view.c:7227 + msgid "_Redo" + msgstr "మళ్ళీచేయి (_R)" + + #. tooltip +-#: ../src/nautilus-view.c:7219 ++#: ../src/nautilus-view.c:7228 + msgid "Redo the last undone action" + msgstr "చివరగా చేసిన పాఠ్యము మార్పును రద్దు చేయి" + +@@ -4665,490 +4577,523 @@ msgstr "చివరగా చేసిన పాఠ్యము మార్ప + #. + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7228 ++#: ../src/nautilus-view.c:7237 + msgid "Reset View to _Defaults" + msgstr "వీక్షణను అప్రమేయాలకు తిరిగి అమర్చు (_D)" + + #. tooltip +-#: ../src/nautilus-view.c:7229 ++#: ../src/nautilus-view.c:7238 + msgid "Reset sorting order and zoom level to match preferences for this view" +-msgstr "ప్రాధాన్యతలను ఈ వీక్షణకి సరిపోల్చుటకు క్రమబద్దీకరణ క్రమాన్ని మరియు రూపీకరణ స్థాయిని తిరిగిఅమర్చు" ++msgstr "" ++"ప్రాధాన్యతలను ఈ వీక్షణకి సరిపోల్చుటకు క్రమబద్దీకరణ క్రమాన్ని మరియు రూపీకరణ " ++"స్థాయిని తిరిగిఅమర్చు" ++ ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7241 ../src/nautilus-view.c:7265 ++#: ../src/nautilus-view.c:7337 ++msgid "_Mount" ++msgstr "అధిరోహించు (_M)" + + #. tooltip +-#: ../src/nautilus-view.c:7233 ++#: ../src/nautilus-view.c:7242 + msgid "Mount the selected volume" + msgstr "ఎంచుకున్న సంపుటమును మౌంటుచేయి" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7245 ../src/nautilus-view.c:7269 ++#: ../src/nautilus-view.c:7341 ++msgid "_Unmount" ++msgstr "అనధిరోహించు (_U)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7237 ++#: ../src/nautilus-view.c:7246 + msgid "Unmount the selected volume" + msgstr "ఎంచుకున్న సంపుటమును అన్‌మౌంటుచేయి" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7249 ../src/nautilus-view.c:7273 ++#: ../src/nautilus-view.c:7345 ++msgid "_Eject" ++msgstr "నెట్టివేయి (_E)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7241 ++#: ../src/nautilus-view.c:7250 + msgid "Eject the selected volume" + msgstr "ఎంచుకున్న సంపుటమును త్రోసివేయి" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7253 ../src/nautilus-view.c:7277 ++#: ../src/nautilus-view.c:7349 ../src/nautilus-view.c:7935 ++#: ../src/nautilus-view.c:7939 ../src/nautilus-view.c:8022 ++#: ../src/nautilus-view.c:8026 ../src/nautilus-view.c:8124 ++#: ../src/nautilus-view.c:8128 ++msgid "_Start" ++msgstr "ప్రారంభించు (_S)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7245 ++#: ../src/nautilus-view.c:7254 + msgid "Start the selected volume" + msgstr "ఎంచుకున్న సంపుటమును ప్రారంభించు" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7257 ../src/nautilus-view.c:7281 ++#: ../src/nautilus-view.c:7353 ../src/nautilus-view.c:7964 ++#: ../src/nautilus-view.c:8051 ../src/nautilus-view.c:8153 ++#: ../src/nautilus-window-menus.c:387 ++msgid "_Stop" ++msgstr "ఆపివేయి(_S)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7249 ../src/nautilus-view.c:8145 ++#: ../src/nautilus-view.c:7258 ../src/nautilus-view.c:8154 + msgid "Stop the selected volume" + msgstr "ఎంచుకున్న సంపుటమును ఆపివేయి" + ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-view.c:7261 ../src/nautilus-view.c:7285 ++#: ../src/nautilus-view.c:7357 ++msgid "_Detect Media" ++msgstr "మాధ్యమాన్ని కనిపెట్టు (_D)" ++ + #. tooltip +-#: ../src/nautilus-view.c:7253 ../src/nautilus-view.c:7277 +-#: ../src/nautilus-view.c:7349 ++#: ../src/nautilus-view.c:7262 ../src/nautilus-view.c:7286 ++#: ../src/nautilus-view.c:7358 + msgid "Detect media in the selected drive" + msgstr "ఎంచుకున్న డ్రైవు నందలి మాధ్యమాన్ని కనిపెట్టు" + + #. tooltip +-#: ../src/nautilus-view.c:7257 ++#: ../src/nautilus-view.c:7266 + msgid "Mount the volume associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధమువున్న సంపుటమును మౌంటుచేయి" + + #. tooltip +-#: ../src/nautilus-view.c:7261 ++#: ../src/nautilus-view.c:7270 + msgid "Unmount the volume associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధమువున్న సంపుటమును అన్‌మౌంట్ చేయు" + + #. tooltip +-#: ../src/nautilus-view.c:7265 ++#: ../src/nautilus-view.c:7274 + msgid "Eject the volume associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధమువున్న సంపుటమును నెట్టివేయి" + + #. tooltip +-#: ../src/nautilus-view.c:7269 ++#: ../src/nautilus-view.c:7278 + msgid "Start the volume associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధమువున్న సంపుటమును ప్రారంభించు" + + #. tooltip +-#: ../src/nautilus-view.c:7273 ++#: ../src/nautilus-view.c:7282 + msgid "Stop the volume associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధమువున్న సంపుటమును ఆపివేయి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7280 ++#: ../src/nautilus-view.c:7289 + msgid "Open File and Close window" + msgstr "దస్త్రాన్ని తెరిచి, కిటికీని మూసివేయి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7284 ++#: ../src/nautilus-view.c:7293 + msgid "Sa_ve Search" + msgstr "వెతుకులాటను భద్రపరుచు (_v)" + + #. tooltip +-#: ../src/nautilus-view.c:7285 ++#: ../src/nautilus-view.c:7294 + msgid "Save the edited search" + msgstr "సవరించబడిన వెతుకులాటను భద్రపరుచు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7288 +-#| msgid "Sa_ve Search As..." ++#: ../src/nautilus-view.c:7297 + msgid "Sa_ve Search As…" + msgstr "శోధనను ఇలా భద్రపరుచు... (_v)" + + #. tooltip +-#: ../src/nautilus-view.c:7289 ++#: ../src/nautilus-view.c:7298 + msgid "Save the current search as a file" + msgstr "ప్రస్తుత వెతుకులాటను దస్త్రం వలె భద్రపరుచు" + + #. tooltip +-#: ../src/nautilus-view.c:7295 ++#: ../src/nautilus-view.c:7304 + msgid "Open this folder in a navigation window" + msgstr "ఈ సంచయమును గమన కిటికీలో తెరువు" + + #. tooltip +-#: ../src/nautilus-view.c:7299 ++#: ../src/nautilus-view.c:7308 + msgid "Open this folder in a new tab" + msgstr "ఈ సంచయమును కొత్త ట్యాబ్‌‌లో తెరువు" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../src/nautilus-view.c:7304 ++#: ../src/nautilus-view.c:7313 + msgid "Prepare this folder to be moved with a Paste command" + msgstr "ఈ సంచయమును అతికించు ఆదేశముతో కదుపుటకు సిద్దపరుచు" + +-#. name, stock id +-#. label, accelerator + #. tooltip +-#: ../src/nautilus-view.c:7308 ++#: ../src/nautilus-view.c:7317 + msgid "Prepare this folder to be copied with a Paste command" + msgstr "ఈ సంచయమును అతికించు ఆదేశముతో నకలుతీయుటకు సిద్దపరుచు" + + #. tooltip +-#: ../src/nautilus-view.c:7312 ++#: ../src/nautilus-view.c:7321 + msgid "" + "Move or copy files previously selected by a Cut or Copy command into this " + "folder" + msgstr "" +-"ముందుగా ఎంచుకున్న దస్త్రాలను కత్తిరించు లేదా నకలుతీయి ఆదేశము ద్వారా ఈ సంచయంలోనికి కదుపు లేదా " ++"ముందుగా ఎంచుకున్న దస్త్రాలను కత్తిరించు లేదా నకలుతీయి ఆదేశము ద్వారా ఈ " ++"సంచయంలోనికి కదుపు లేదా " + "నకలుతీయు" + + #. tooltip +-#: ../src/nautilus-view.c:7317 ++#: ../src/nautilus-view.c:7326 + msgid "Move this folder to the Trash" + msgstr "ఈ సంచయమును చెత్తబుట్టకి కదుపు" + + #. tooltip +-#: ../src/nautilus-view.c:7321 ++#: ../src/nautilus-view.c:7330 + msgid "Delete this folder, without moving to the Trash" + msgstr "చెత్తబుట్టకి తరలించకుండా, ఈ సంచయాన్ని తొలగించు" + + #. tooltip +-#: ../src/nautilus-view.c:7329 ++#: ../src/nautilus-view.c:7338 + msgid "Mount the volume associated with this folder" + msgstr "ఈ సంచయంతో సంబంధమువున్న సంపుటమును మౌంటు చేయు" + + #. tooltip +-#: ../src/nautilus-view.c:7333 ++#: ../src/nautilus-view.c:7342 + msgid "Unmount the volume associated with this folder" + msgstr "ఈ సంచయంతో సంబంధమువున్న సంపుటమును అన్‌మౌంట్ చేయు" + + #. tooltip +-#: ../src/nautilus-view.c:7337 ++#: ../src/nautilus-view.c:7346 + msgid "Eject the volume associated with this folder" + msgstr "ఈ సంచయంతో సంబంధమువున్న సంపుటమును నెట్టివేయి" + + #. tooltip +-#: ../src/nautilus-view.c:7341 ++#: ../src/nautilus-view.c:7350 + msgid "Start the volume associated with this folder" + msgstr "ఈ సంచయంతో సంబంధమువున్న సంపుటమును ప్రారంభించు" + + #. tooltip +-#: ../src/nautilus-view.c:7345 ++#: ../src/nautilus-view.c:7354 + msgid "Stop the volume associated with this folder" + msgstr "ఈ సంచయంతో సంబంధమువున్న సంపుటమును ఆపివేయి" + + #. tooltip +-#: ../src/nautilus-view.c:7354 ../src/nautilus-window-menus.c:574 ++#: ../src/nautilus-view.c:7363 ../src/nautilus-window-menus.c:464 + msgid "View or modify the properties of this folder" + msgstr "ఈ సంచయం యొక్క లక్షణములను చూడు లేదా సవరించు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-view.c:7360 ++#: ../src/nautilus-view.c:7369 + msgid "Show _Hidden Files" + msgstr "దాగినవున్న దస్త్రాలను చూపించు (_H)" + + #. tooltip +-#: ../src/nautilus-view.c:7361 ++#: ../src/nautilus-view.c:7370 + msgid "Toggle the display of hidden files in the current window" +-msgstr "కనపడకుండా దాచబడిన దస్త్రాల యొక్క ప్రదర్శనను ప్రస్తుత కిటికీలో టోగుల్ చేయి" ++msgstr "" ++"కనపడకుండా దాచబడిన దస్త్రాల యొక్క ప్రదర్శనను ప్రస్తుత కిటికీలో టోగుల్ చేయి" + +-#: ../src/nautilus-view.c:7422 ++#: ../src/nautilus-view.c:7431 + msgid "Run or manage scripts" + msgstr "లిపులను నడుపు లేదా నిర్వహించు" + + #. Create a script action here specially because its tooltip is dynamic +-#: ../src/nautilus-view.c:7424 ++#: ../src/nautilus-view.c:7433 + msgid "_Scripts" + msgstr "లిపులు (_S)" + +-#: ../src/nautilus-view.c:7774 ++#: ../src/nautilus-view.c:7783 + #, c-format + msgid "Move the open folder out of the trash to “%s”" + msgstr "తెరిచివున్న సంచయమును చెత్తబుట్ట నుండి “%s”కు తరలించు" + +-#: ../src/nautilus-view.c:7778 ++#: ../src/nautilus-view.c:7787 + #, c-format + msgid "Move the selected folder out of the trash to “%s”" + msgstr "ఎంచుకున్న సంచయమును చెత్తబుట్ట నుండి “%s”కు తరలించు" + +-#: ../src/nautilus-view.c:7781 ++#: ../src/nautilus-view.c:7790 + #, c-format + msgid "Move the selected folders out of the trash to “%s”" + msgstr "ఎంచుకున్న సంచయమును చెత్తబుట్ట నుండి “%s”కు తరలించు" + +-#: ../src/nautilus-view.c:7786 ++#: ../src/nautilus-view.c:7795 + msgid "Move the selected folder out of the trash" + msgstr "ఎంచుకున్న సంచయమును చెత్తబుట్ట నుండి బయటకు తరలించు" + +-#: ../src/nautilus-view.c:7788 ++#: ../src/nautilus-view.c:7797 + msgid "Move the selected folders out of the trash" + msgstr "ఎంచుకున్న సంచయాలను చెత్తబుట్ట నుండి బయటకు తరలించు" + +-#: ../src/nautilus-view.c:7794 ++#: ../src/nautilus-view.c:7803 + #, c-format + msgid "Move the selected file out of the trash to “%s”" + msgstr "ఎంచుకున్న దస్త్రాన్ని చెత్తబుట్ట నుండి “%s”కు తరలించు" + +-#: ../src/nautilus-view.c:7797 ++#: ../src/nautilus-view.c:7806 + #, c-format + msgid "Move the selected files out of the trash to “%s”" + msgstr "ఎంచుకున్న దస్త్రాలను చెత్తబుట్ట నుండి “%s”కు తరలించు" + +-#: ../src/nautilus-view.c:7802 ++#: ../src/nautilus-view.c:7811 + msgid "Move the selected file out of the trash" + msgstr "ఎంచుకున్న దస్త్రాన్ని చెత్తబుట్ట నుండి బయటకు తరలించు" + +-#: ../src/nautilus-view.c:7804 ++#: ../src/nautilus-view.c:7813 + msgid "Move the selected files out of the trash" + msgstr "ఎంచుకున్న దస్త్రాలను చెత్తబుట్ట నుండి బయటకు తరలించు" + +-#: ../src/nautilus-view.c:7810 ++#: ../src/nautilus-view.c:7819 + #, c-format + msgid "Move the selected item out of the trash to “%s”" + msgstr "ఎంచుకున్న అంశమును చెత్తబుట్ట నుండి “%s”కు తరలించు" + +-#: ../src/nautilus-view.c:7813 ++#: ../src/nautilus-view.c:7822 + #, c-format + msgid "Move the selected items out of the trash to “%s”" + msgstr "ఎంచుకున్న అంశాలను చెత్తబుట్ట నుండి “%s”కు తరలించు" + +-#: ../src/nautilus-view.c:7818 ++#: ../src/nautilus-view.c:7827 + msgid "Move the selected item out of the trash" + msgstr "ఎంచుకున్న అంశమును చెత్తబుట్ట నుండి బయటకు తరలించు" + +-#: ../src/nautilus-view.c:7820 ++#: ../src/nautilus-view.c:7829 + msgid "Move the selected items out of the trash" + msgstr "ఎంచుకున్న అంశాలను చెత్తబుట్ట నుండి బయటకు తరలించు" + +-#: ../src/nautilus-view.c:7927 ../src/nautilus-view.c:7931 +-#: ../src/nautilus-view.c:8116 ../src/nautilus-view.c:8120 ++#: ../src/nautilus-view.c:7936 ../src/nautilus-view.c:7940 ++#: ../src/nautilus-view.c:8125 ../src/nautilus-view.c:8129 + msgid "Start the selected drive" + msgstr "ఎంచుకున్న డ్రైవును ప్రారంభించు" + +-#: ../src/nautilus-view.c:7934 ../src/nautilus-view.c:8021 +-#: ../src/nautilus-view.c:8123 ++#: ../src/nautilus-view.c:7943 ../src/nautilus-view.c:8030 ++#: ../src/nautilus-view.c:8132 + msgid "_Connect" + msgstr "అనుసంధానించు (_C)" + +-#: ../src/nautilus-view.c:7935 ../src/nautilus-view.c:8124 ++#: ../src/nautilus-view.c:7944 ../src/nautilus-view.c:8133 + msgid "Connect to the selected drive" + msgstr "ఎంచుకున్న డ్రైవుకు అనుసంధానించు" + +-#: ../src/nautilus-view.c:7938 ../src/nautilus-view.c:8025 +-#: ../src/nautilus-view.c:8127 ++#: ../src/nautilus-view.c:7947 ../src/nautilus-view.c:8034 ++#: ../src/nautilus-view.c:8136 + msgid "_Start Multi-disk Drive" + msgstr "బహుళ-డిస్కు డ్రైవును ప్రారంభించు (_S)" + +-#: ../src/nautilus-view.c:7939 ../src/nautilus-view.c:8128 ++#: ../src/nautilus-view.c:7948 ../src/nautilus-view.c:8137 + msgid "Start the selected multi-disk drive" + msgstr "ఎంచుకున్న బహుళ-డిస్కు డ్రైవును ప్రారంభించు" + +-#: ../src/nautilus-view.c:7942 ++#: ../src/nautilus-view.c:7951 + msgid "U_nlock Drive" + msgstr "డ్రైవుకు వున్న తాళంతీయి (_n)" + +-#: ../src/nautilus-view.c:7943 ../src/nautilus-view.c:8132 ++#: ../src/nautilus-view.c:7952 ../src/nautilus-view.c:8141 + msgid "Unlock the selected drive" + msgstr "ఎంచుకున్న డ్రైవుకు ఉన్న తాళంతీయి" + +-#: ../src/nautilus-view.c:7956 ++#: ../src/nautilus-view.c:7965 + msgid "Stop the selected drive" + msgstr "ఎంచుకున్న డ్రైవును ఆపివేయి" + +-#: ../src/nautilus-view.c:7960 ../src/nautilus-view.c:8149 ++#: ../src/nautilus-view.c:7968 ../src/nautilus-view.c:8055 ++#: ../src/nautilus-view.c:8157 ++msgid "_Safely Remove Drive" ++msgstr "డ్రైవును సురక్షితముగా తీసివేయండి (_S)" ++ ++#: ../src/nautilus-view.c:7969 ../src/nautilus-view.c:8158 + msgid "Safely remove the selected drive" + msgstr "ఎంచుకున్న డ్రైవును సురక్షితముగా తీసివేయి" + +-#: ../src/nautilus-view.c:7963 ../src/nautilus-view.c:8050 +-#: ../src/nautilus-view.c:8152 ++#: ../src/nautilus-view.c:7972 ../src/nautilus-view.c:8059 ++#: ../src/nautilus-view.c:8161 + msgid "_Disconnect" + msgstr "అననుసంధానించు (_D)" + +-#: ../src/nautilus-view.c:7964 ../src/nautilus-view.c:8153 ++#: ../src/nautilus-view.c:7973 ../src/nautilus-view.c:8162 + msgid "Disconnect the selected drive" + msgstr "ఎంచుకున్న డ్రైవును అననుసంధానించు" + +-#: ../src/nautilus-view.c:7967 ../src/nautilus-view.c:8054 +-#: ../src/nautilus-view.c:8156 ++#: ../src/nautilus-view.c:7976 ../src/nautilus-view.c:8063 ++#: ../src/nautilus-view.c:8165 + msgid "_Stop Multi-disk Drive" + msgstr "బహుళ-డిస్కు డ్రైవును ఆపివేయి (_S)" + +-#: ../src/nautilus-view.c:7968 ../src/nautilus-view.c:8157 ++#: ../src/nautilus-view.c:7977 ../src/nautilus-view.c:8166 + msgid "Stop the selected multi-disk drive" + msgstr "ఎంచుకున్న బహుళ-డిస్కు డ్రైవును ఆపుము" + +-#: ../src/nautilus-view.c:7972 ../src/nautilus-view.c:8161 ++#: ../src/nautilus-view.c:7980 ../src/nautilus-view.c:8067 ++#: ../src/nautilus-view.c:8169 ++msgid "_Lock Drive" ++msgstr "డ్రైవుకు తాళంవేయి (_L)" ++ ++#: ../src/nautilus-view.c:7981 ../src/nautilus-view.c:8170 + msgid "Lock the selected drive" + msgstr "ఎంచుకున్న డ్రైవుకు తాళంవేయి" + +-#: ../src/nautilus-view.c:8014 ../src/nautilus-view.c:8018 ++#: ../src/nautilus-view.c:8023 ../src/nautilus-view.c:8027 + msgid "Start the drive associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధము కలిగివున్న డ్రైవును ప్రారంభించు" + +-#: ../src/nautilus-view.c:8022 ++#: ../src/nautilus-view.c:8031 + msgid "Connect to the drive associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధము కలిగివున్న డ్రైవరుకు అనుసంధానించు" + +-#: ../src/nautilus-view.c:8026 ++#: ../src/nautilus-view.c:8035 + msgid "Start the multi-disk drive associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధము కలిగివున్న బహుళ-డిస్కును ప్రారంభించు" + +-#: ../src/nautilus-view.c:8030 ++#: ../src/nautilus-view.c:8038 ../src/nautilus-view.c:8140 ++msgid "_Unlock Drive" ++msgstr "డ్రైవు తాళం తీయి (_U)" ++ ++#: ../src/nautilus-view.c:8039 + msgid "Unlock the drive associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధము కలిగివున్న డ్రైవుకు తాళంతీయి" + +-#: ../src/nautilus-view.c:8043 ++#: ../src/nautilus-view.c:8052 + msgid "_Stop the drive associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధము కలిగివున్న డ్రైవును ఆపివేయి (_S)" + +-#: ../src/nautilus-view.c:8047 ++#: ../src/nautilus-view.c:8056 + msgid "Safely remove the drive associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధము కలిగివున్న డ్రైవును సురక్షితముగా తీసివేయి" + +-#: ../src/nautilus-view.c:8051 ++#: ../src/nautilus-view.c:8060 + msgid "Disconnect the drive associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధము కలిగివున్న డ్రైవును అననుసంధానించు" + +-#: ../src/nautilus-view.c:8055 ++#: ../src/nautilus-view.c:8064 + msgid "Stop the multi-disk drive associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధము కలిగివున్న బహుళ-డిస్కు డ్రైవును ఆపుము" + +-#: ../src/nautilus-view.c:8059 ++#: ../src/nautilus-view.c:8068 + msgid "Lock the drive associated with the open folder" + msgstr "తెరిచివున్న సంచయంతో సంబంధము కలిగివున్న డ్రైవుకు తాళంవేయి" + +-#: ../src/nautilus-view.c:8286 ../src/nautilus-view.c:8590 ++#: ../src/nautilus-view.c:8240 ../src/nautilus-view.c:8576 ++msgid "Open in New _Window" ++msgstr "కొత్త కిటికీలో తెరువు(_W)" ++ ++#: ../src/nautilus-view.c:8295 ../src/nautilus-view.c:8614 + msgid "_Delete Permanently" + msgstr "శాశ్వతంగా తొలగించు (_D)" + +-#: ../src/nautilus-view.c:8287 ++#: ../src/nautilus-view.c:8296 + msgid "Delete the open folder permanently" + msgstr "తెరిచివున్న సంచయాన్ని శాశ్వతంగా తొలగించు" + +-#: ../src/nautilus-view.c:8291 ++#: ../src/nautilus-view.c:8300 + msgid "Move the open folder to the Trash" + msgstr "తెరిచివున్న సంచయాన్ని చెత్తబుట్టకి కదుపు" + +-#: ../src/nautilus-view.c:8461 ++#: ../src/nautilus-view.c:8486 + #, c-format + msgid "New Folder with Selection (%'d Item)" + msgid_plural "New Folder with Selection (%'d Items)" + msgstr[0] "ఎంపికతో కొత్త సంచయం (%'d అంశం)" + msgstr[1] "ఎంపికతో కొత్త సంచయం (%'d అంశాలు)" + +-#: ../src/nautilus-view.c:8505 ++#: ../src/nautilus-view.c:8530 + #, c-format + msgid "_Open With %s" + msgstr "%s‌తో తెరువు (_O)" + +-#: ../src/nautilus-view.c:8516 +-#| msgid "_Run" ++#: ../src/nautilus-view.c:8541 + msgid "Run" + msgstr "నడుపు" + +-#: ../src/nautilus-view.c:8554 ++#: ../src/nautilus-view.c:8578 + #, c-format + msgid "Open in %'d New _Window" + msgid_plural "Open in %'d New _Windows" + msgstr[0] "%'d కొత్త కిటికీలో తెరువు (_W)" + msgstr[1] "%'d కొత్త కిటికీలలో తెరువు (_W)" + +-#: ../src/nautilus-view.c:8574 ++#: ../src/nautilus-view.c:8598 + #, c-format + msgid "Open in %'d New _Tab" + msgid_plural "Open in %'d New _Tabs" + msgstr[0] "%'d కొత్త ట్యాబ్‌లో తెరువు (_T)" + msgstr[1] "%'d కొత్త ట్యాబ్‌‌లలో తెరువు (_T)" + +-#: ../src/nautilus-view.c:8591 ++#: ../src/nautilus-view.c:8615 + msgid "Delete all selected items permanently" + msgstr "ఎంపికచేసిన అన్ని అంశములను శాశ్వతముగా తొలగించు" + +-#: ../src/nautilus-view.c:8622 ++#: ../src/nautilus-view.c:8646 + msgid "Remo_ve from Recent" + msgstr "ఇటీవలి వాటినుండి తొలగించు (_v)" + +-#: ../src/nautilus-view.c:8623 +-#| msgid "Move each selected item to the Trash" ++#: ../src/nautilus-view.c:8647 + msgid "Remove each selected item from the recently used list" + msgstr "ఇటీవల వుపయోగించిన జాబితా నుండి యెంపికచేసిన ప్రతి అంశము తీసివేయి" + +-#: ../src/nautilus-view.c:8663 ++#: ../src/nautilus-view.c:8687 + msgid "View or modify the properties of the open folder" + msgstr "తెరిచిన సంచయం యొక్క లక్షణాలను చూడు లేదా సవరించు" + +-#: ../src/nautilus-view-dnd.c:171 ../src/nautilus-view-dnd.c:205 +-#: ../src/nautilus-view-dnd.c:296 ++#: ../src/nautilus-view-dnd.c:169 ../src/nautilus-view-dnd.c:203 ++#: ../src/nautilus-view-dnd.c:294 + msgid "Drag and drop is not supported." + msgstr "లాగి వదులుట మరియు లాగి పడవేయుటకు సహకారము లేదు." + +-#: ../src/nautilus-view-dnd.c:172 ++#: ../src/nautilus-view-dnd.c:170 + msgid "Drag and drop is only supported on local file systems." +-msgstr "లాగి వదులుట మరియు లాగి పడవేయుట కేవలం స్ధానిక దస్త్ర వ్యవస్థలలో మాత్రమే సహకరించును." ++msgstr "" ++"లాగి వదులుట మరియు లాగి పడవేయుట కేవలం స్ధానిక దస్త్ర వ్యవస్థలలో మాత్రమే " ++"సహకరించును." + +-#: ../src/nautilus-view-dnd.c:206 ../src/nautilus-view-dnd.c:297 ++#: ../src/nautilus-view-dnd.c:204 ../src/nautilus-view-dnd.c:295 + msgid "An invalid drag type was used." + msgstr "చెల్లని డ్రాగ్ రకము ఉపయోగించబడింది." + + #. Translator: This is the filename used for when you dnd text to a directory +-#: ../src/nautilus-view-dnd.c:383 ++#: ../src/nautilus-view-dnd.c:382 + msgid "Dropped Text.txt" + msgstr "లాగి పడవేసిన పాఠ్యం.txt" + + #. Translator: This is the filename used for when you dnd raw + #. * data to a directory, if the source didn't supply a name. + #. +-#: ../src/nautilus-view-dnd.c:472 ++#: ../src/nautilus-view-dnd.c:480 + msgid "dropped data" + msgstr "లాగి వదలబడిన డేటా" + +-#: ../src/nautilus-window.c:832 ++#: ../src/nautilus-window.c:827 ++msgid "_Properties" ++msgstr "లక్షణాలు (_P)" ++ ++#: ../src/nautilus-window.c:836 ++msgid "_Format…" ++msgstr "ఫార్మాటుచేయి...(_F)" ++ ++#: ../src/nautilus-window.c:1187 + msgid "_New Tab" + msgstr "కొత్త ట్యాబ్ (_T)" + +-#: ../src/nautilus-window.c:842 ../src/nautilus-window-menus.c:566 ++#: ../src/nautilus-window.c:1197 ../src/nautilus-window-menus.c:456 + msgid "Move Tab _Left" + msgstr "ట్యాబ్‌ను ఎడమవైపు జరుపు (_L)" + +-#: ../src/nautilus-window.c:850 ../src/nautilus-window-menus.c:569 ++#: ../src/nautilus-window.c:1205 ../src/nautilus-window-menus.c:459 + msgid "Move Tab _Right" + msgstr "ట్యాబ్‌ను కుడివైపుకు జరుపు (_R)" + +-#: ../src/nautilus-window.c:861 ++#: ../src/nautilus-window.c:1216 + msgid "_Close Tab" + msgstr "ట్యాబ్ మూసివేయి (_C)" + +-#: ../src/nautilus-window.c:2031 +-msgid "" +-"Files is free software; you can redistribute it and/or modify it under the " +-"terms of the GNU General Public License as published by the Free Software " +-"Foundation; either version 2 of the License, or (at your option) any later " +-"version." +-msgstr "" +-"నాటిలస్ ఒక స్వేచ్ఛా సాఫ్ట్‍వేర్: దీనిని మీరు ఫ్రీ సాఫ్ట్‍వేర్ ఫౌండేషన్ ప్రచురించిన గ్నూ జనరల్ పబ్లిక్ లైసెన్స్ " +-"రూపాంతరం 2, లేదా (మీ ఇష్టాన్ని బట్టి) ఏదైనా తరువాత రూపాంతరపు నిబంధనలకు అనుగుణంగా పునఃపంపిణీ " +-"చెయ్యవచ్చు మరియు/లేదా సవరించుకోవచ్చు." +- +-#: ../src/nautilus-window.c:2035 +-msgid "" +-"Files is distributed in the hope that it will be useful, but WITHOUT ANY " +-"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +-"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +-"details." +-msgstr "" +-"సమాజానికి ఉపయోగపడుతుంది అనే ఆశతో , ఏవిధమైన పూచీకత్తులు లేకుండా, కనీసం వ్యాపారానికి గాని లేదా ఒక " +-"ఖచ్చితమైన ప్రయోజనానికి ఉపయోగించవచ్చని భావించిన పూచీకత్తులు కూడా లేకుండా దస్త్రాలు పంచబడుతుంది. మరిన్ని " +-"వివరాలకు గ్నూ జనరల్ పబ్లిక్ లైసెన్సుని చూడండి" +- +-#: ../src/nautilus-window.c:2039 +-msgid "" +-"You should have received a copy of the GNU General Public License along with " +-"Nautilus; if not, write to the Free Software Foundation, Inc., 51 Franklin " +-"Street, Fifth Floor, Boston, MA 02110-1301 USA" +-msgstr "" +-"మీరు నాటిలస్‌తో పాటుగా గ్నూ జనరల్ పబ్లిక్ లైసెన్స్ యొక్క నకలు పొందివుండాలి; ఒకవేళ పొందకపోతే, Free " +-"Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " +-"02110-1301 USA కి వ్రాయండి" +- +-#. Translators: these two strings here indicate the copyright time span, +-#. * e.g. 1999-2011. +-#. +-#: ../src/nautilus-window.c:2054 +-msgid "Copyright © %Id–%Id The Files authors" +-msgstr "కాపీరైట్ © %Id–%Id నాటిలస్ రచయితలు" +- +-#: ../src/nautilus-window.c:2060 ++#: ../src/nautilus-window.c:2290 + msgid "Access and organize your files." + msgstr "దస్త్రాలను నిర్వహించండి, ప్రాప్తించండి" + +@@ -5156,7 +5101,7 @@ msgstr "దస్త్రాలను నిర్వహించండి, ప + #. * which will be displayed at the bottom of the about + #. * box to give credit to the translator(s). + #. +-#: ../src/nautilus-window.c:2070 ++#: ../src/nautilus-window.c:2299 + msgid "translator-credits" + msgstr "" + "Prajasakti Localisation Team \n" +@@ -5167,299 +5112,203 @@ msgstr "" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:458 ++#: ../src/nautilus-window-menus.c:379 + msgid "_Close" + msgstr "మూసివేయి (_C)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:459 ++#: ../src/nautilus-window-menus.c:380 + msgid "Close this folder" + msgstr "ఈ సంచయమును మూసివేయి" + +-#: ../src/nautilus-window-menus.c:463 +-msgid "Edit Nautilus preferences" +-msgstr "నాటిలస్ ప్రాధాన్యతలను సవరించు" +- +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:465 ++#. name, stock id ++#. label, accelerator ++#: ../src/nautilus-window-menus.c:383 + msgid "Open _Parent" + msgstr "మూలాన్ని తెరువు (_P)" + +-#: ../src/nautilus-window-menus.c:466 ++#: ../src/nautilus-window-menus.c:384 + msgid "Open the parent folder" + msgstr "మూల సంచయమును తెరువు" + + #. tooltip +-#: ../src/nautilus-window-menus.c:470 ++#: ../src/nautilus-window-menus.c:388 + msgid "Stop loading the current location" + msgstr "ప్రస్తుత స్థానమును లోడుచేయుట ఆపివేయి" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:473 ++#: ../src/nautilus-window-menus.c:391 + msgid "_Reload" + msgstr "మరలనింపు (_R)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:474 ++#: ../src/nautilus-window-menus.c:392 + msgid "Reload the current location" + msgstr "ప్రస్తుత స్థానమును తిరిగి నింపు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:481 +-msgid "_All Topics" +-msgstr "అన్ని విషయములు(_A)" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:482 +-msgid "Display Nautilus help" +-msgstr "నాటిలస్ సహాయమును ప్రదర్శించు" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:485 +-msgid "Search for files" +-msgstr "దస్త్రాల కోసం వెతుకు..." +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:486 +-msgid "" +-"Locate files based on file name and type. Save your searches for later use." +-msgstr "" +-"దస్త్రము పేరు మరియు రకము ప్రకారము దస్త్రాలను కనుగొను. మీ వెతుకులాటలను తరువాత వాడుకొనుటకు " +-"భద్రపరుచు." +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:489 +-msgid "Sort files and folders" +-msgstr "దస్త్రము మరియు సంచయములను క్రమబద్దీకరించు" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:490 +-msgid "Arrange files by name, size, type, or when they were changed." +-msgstr "పేరు, పరిమాణము, రకము లేదా మార్చిన సమయము ద్వారా దస్త్రాలను పేర్చు" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:493 +-msgid "Find a lost file" +-msgstr "దొరకని దస్త్రమును కనుగొను" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:494 +-msgid "Follow these tips if you can't find a file you created or downloaded." +-msgstr "మీరు దిగుమతి చేసిన లేక సృష్టించిన దస్త్రము దొరకనపుడు కనుగొనుటకు ఈ చిట్కాలు పాటించు" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:497 +-msgid "Share and transfer files" +-msgstr "దస్త్రాలను పంచు మరియు పంపు" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:498 +-msgid "" +-"Easily transfer files to your contacts and devices from the file manager." +-msgstr "దస్త్ర నిర్వాహకం నుంచి సులువుగా దస్త్రాలను మీ పరిచయాలకు మరియు పరికరములకు పంపుకొను" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:501 +-msgid "_About" +-msgstr "గురించి (_A)" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:502 +-msgid "Display credits for the creators of Nautilus" +-msgstr "నాటిలస్ సృష్టికర్తల పరపతులను ప్రదర్శించు" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:505 ++#: ../src/nautilus-window-menus.c:399 + msgid "Zoom _In" + msgstr "అతిరూపించు (_I)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:506 ++#: ../src/nautilus-window-menus.c:400 + msgid "Increase the view size" + msgstr "వీక్షణ పరిమాణమును పెంచు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:517 ++#: ../src/nautilus-window-menus.c:411 + msgid "Zoom _Out" + msgstr "అవరూపించు (_O)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:518 ++#: ../src/nautilus-window-menus.c:412 + msgid "Decrease the view size" + msgstr "వీక్షణ పరిమాణమును తగ్గించు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:525 ++#: ../src/nautilus-window-menus.c:419 + msgid "Normal Si_ze" + msgstr "సాధారణ పరిమాణము (_z)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:526 ++#: ../src/nautilus-window-menus.c:420 + msgid "Use the normal view size" + msgstr "సాధారణ వీక్షణ పరిమాణమును వాడు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:529 +-#| msgid "Connect to _Server" +-msgid "Connect to _Server…" +-msgstr "సేవకానికి అనుసంధానించు... (_S)" +- +-#. tooltip +-#: ../src/nautilus-window-menus.c:530 +-msgid "Connect to a remote computer or shared disk" +-msgstr "ఒక దూరస్థ కంప్యూటర్‌కు గాని లేదా భాగస్వామ్య డిస్కుకు గాని అనుసంధానించు" +- +-#. name, stock id +-#. label, accelerator +-#: ../src/nautilus-window-menus.c:533 ../src/nautilus-window-menus.c:705 ++#: ../src/nautilus-window-menus.c:423 ../src/nautilus-window-menus.c:557 + msgid "_Home" + msgstr "నివాసం (_H)" + +-#: ../src/nautilus-window-menus.c:537 +-msgid "Open another Nautilus window for the displayed location" +-msgstr "ప్రదర్శించిన స్థానమునకు వేరొక నాటిలస్ కిటికీని తెరువు" ++#. tooltip ++#: ../src/nautilus-window-menus.c:424 ++msgid "Open your personal folder" ++msgstr "వ్యక్తిగత సంచయాన్ని తెరువండి" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:539 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:427 + msgid "New _Tab" + msgstr "కొత్త ట్యాబ్‌ (_T)" + +-#: ../src/nautilus-window-menus.c:540 ++#: ../src/nautilus-window-menus.c:428 + msgid "Open another tab for the displayed location" + msgstr "ప్రదర్శించిన స్థానమునకు వేరొక ట్యాబ్‌‌ను తెరువు" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:542 +-msgid "Close _All Windows" +-msgstr "అన్ని కిటికీలను మూసివేయి (_A)" +- +-#: ../src/nautilus-window-menus.c:543 +-msgid "Close all Navigation windows" +-msgstr "అన్ని నావిగేషన్ కిటికీలను మూసివేయి" +- +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:545 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:431 + msgid "_Back" + msgstr "వెనకకు (_B)" + +-#: ../src/nautilus-window-menus.c:546 ++#: ../src/nautilus-window-menus.c:432 + msgid "Go to the previous visited location" + msgstr "ఇంతకు ముందు సందర్శించిన స్థానమునకు వెళ్ళు" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:548 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:435 + msgid "_Forward" + msgstr "ముందుకు (_F)" + +-#: ../src/nautilus-window-menus.c:549 ++#: ../src/nautilus-window-menus.c:436 + msgid "Go to the next visited location" + msgstr "తరువాత సందర్శించిన స్థానమునకు వెళ్ళు" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:551 +-#| msgid "Enter _Location" ++#. name, stock id ++#: ../src/nautilus-window-menus.c:439 + msgid "Enter _Location…" + msgstr "స్థానాన్ని ప్రవేశపెట్టండి... (_L)" + +-#: ../src/nautilus-window-menus.c:552 ++#: ../src/nautilus-window-menus.c:440 + msgid "Specify a location to open" + msgstr "తెరచుటకు ఒక స్థానమును నిర్దేశించు" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:554 ++#. name, stock id ++#: ../src/nautilus-window-menus.c:443 + msgid "Bookmark this Location" + msgstr "ఈ స్థానమును ఇష్టాంశముగా చేయి" + +-#: ../src/nautilus-window-menus.c:555 ++#: ../src/nautilus-window-menus.c:444 + msgid "Add a bookmark for the current location" + msgstr "ప్రస్తుత స్థానముకు ఒక ఇష్టాంశమును జతచేయి" + +-#. name, stock id, label +-#: ../src/nautilus-window-menus.c:557 +-#| msgid "_Bookmarks" ++#. name, stock id ++#: ../src/nautilus-window-menus.c:447 + msgid "_Bookmarks…" + msgstr "ఇష్టాంశాలు... (_B)" + +-#: ../src/nautilus-window-menus.c:558 ++#: ../src/nautilus-window-menus.c:448 + msgid "Display and edit bookmarks" + msgstr "ఇష్టాంశములను చూపించు, సవరించు" + +-#: ../src/nautilus-window-menus.c:560 ++#: ../src/nautilus-window-menus.c:450 + msgid "_Previous Tab" + msgstr "మునుపటి ట్యాబ్ (_P)" + +-#: ../src/nautilus-window-menus.c:561 ++#: ../src/nautilus-window-menus.c:451 + msgid "Activate previous tab" + msgstr "మునుపటి ట్యాబ్‌ను ఉత్తేజపరుచు" + +-#: ../src/nautilus-window-menus.c:563 ++#: ../src/nautilus-window-menus.c:453 + msgid "_Next Tab" + msgstr "తరువాత ట్యాబ్ (_N)" + +-#: ../src/nautilus-window-menus.c:564 ++#: ../src/nautilus-window-menus.c:454 + msgid "Activate next tab" + msgstr "తరువాత ట్యాబ్‌ను ఉత్తేజపరుచు" + +-#: ../src/nautilus-window-menus.c:567 ++#: ../src/nautilus-window-menus.c:457 + msgid "Move current tab to left" + msgstr "ప్రస్తుత ట్యాబ్‌ను ఎడమవైపుకు తరలించు" + +-#: ../src/nautilus-window-menus.c:570 ++#: ../src/nautilus-window-menus.c:460 + msgid "Move current tab to right" + msgstr "ప్రస్తుత ట్యాబ్‌ను కుడివైపుకు తరలించు" + + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:584 ++#: ../src/nautilus-window-menus.c:478 + msgid "_Show Sidebar" + msgstr "పక్కపట్టీని చూపించు (_S)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:585 ++#: ../src/nautilus-window-menus.c:479 + msgid "Change the visibility of this window's side pane" + msgstr "ఈ కిటికీ యొక్క పక్క పేన్ కనిపించువిధానాన్ని మార్చు" + + #. is_active + #. name, stock id + #. label, accelerator +-#: ../src/nautilus-window-menus.c:589 +-#| msgid "_Search for Files..." ++#: ../src/nautilus-window-menus.c:483 + msgid "_Search for Files…" + msgstr "దస్త్రాల కోసం వెతుకు... (_S)" + + #. tooltip +-#: ../src/nautilus-window-menus.c:590 ++#: ../src/nautilus-window-menus.c:484 + msgid "Search documents and folders by name" + msgstr "పేరును బట్టి పత్రాలను మరియు సంచయాలను వెతుకు" + +-#: ../src/nautilus-window-menus.c:596 ../src/nautilus-window-menus.c:598 ++#: ../src/nautilus-window-menus.c:490 ../src/nautilus-window-menus.c:492 + msgid "List" + msgstr "జాబితా" + +-#: ../src/nautilus-window-menus.c:597 ++#: ../src/nautilus-window-menus.c:491 + msgid "View items as a list" + msgstr "అంశాలను జాబితాగా వీక్షించండి" + +-#: ../src/nautilus-window-menus.c:599 ++#: ../src/nautilus-window-menus.c:493 + msgid "View items as a grid of icons" + msgstr "అంశాలను ప్రతీకాల గడులుగా వీక్షించండి" + +-#: ../src/nautilus-window-menus.c:702 ++#: ../src/nautilus-window-menus.c:554 + msgid "_Up" + msgstr "పైకి (_U)" + +-#: ../src/nautilus-window-slot.c:1286 ../src/nautilus-window-slot.c:1460 ++#: ../src/nautilus-window-slot.c:1288 ../src/nautilus-window-slot.c:1460 + #, c-format + msgid "Unable to load location" + msgstr "స్థానమును ఎక్కించలేకపోతుంది" +@@ -5475,7 +5324,9 @@ msgstr "ఈ స్థానము సంచయములా అనిపించ + #: ../src/nautilus-window-slot.c:1622 + msgid "" + "Unable to find the requested file. Please check the spelling and try again." +-msgstr "అభ్యర్థించిన దస్త్రం కనుగొనలేకపోయింది. దయచేసి అక్షరక్రమాన్ని తనిఖీచేసి మరలా ప్రయత్నించండి." ++msgstr "" ++"అభ్యర్థించిన దస్త్రం కనుగొనలేకపోయింది. దయచేసి అక్షరక్రమాన్ని తనిఖీచేసి మరలా " ++"ప్రయత్నించండి." + + #: ../src/nautilus-window-slot.c:1627 + #, c-format +@@ -5504,76 +5355,306 @@ msgid "" + "Unable to find the requested location. Please check the spelling or the " + "network settings." + msgstr "" +-"అభ్యర్థించిన స్థానమును కనుగొనలేకపోతున్నాము. దయచేసి అక్షరక్రమాన్ని లేదా నెట్‌వర్క్ అమరికలను సరిచూడండి." ++"అభ్యర్థించిన స్థానమును కనుగొనలేకపోతున్నాము. దయచేసి అక్షరక్రమాన్ని లేదా " ++"నెట్‌వర్క్ అమరికలను సరిచూడండి." + + #: ../src/nautilus-window-slot.c:1657 + #, c-format + msgid "Unhandled error message: %s" + msgstr "వ్యవహరించలేని దోష సందేశం: %s" + +-#: ../src/nautilus-window-slot.c:2258 +-#| msgid "Searching..." ++#: ../src/nautilus-window-slot.c:2212 + msgid "Searching…" + msgstr "వెతుకుతోంది..." + +-#: ../src/nautilus-x-content-bar.c:93 ++#: ../src/nautilus-x-content-bar.c:92 + msgid "Audio CD" + msgstr "ఆడియో సీడీ" + +-#: ../src/nautilus-x-content-bar.c:95 ++#: ../src/nautilus-x-content-bar.c:94 + msgid "Audio DVD" + msgstr "ఆడియో డీవీడీ" + +-#: ../src/nautilus-x-content-bar.c:97 ++#: ../src/nautilus-x-content-bar.c:96 + msgid "Video DVD" + msgstr "వీడియో డీవీడీ" + +-#: ../src/nautilus-x-content-bar.c:99 ++#: ../src/nautilus-x-content-bar.c:98 + msgid "Video CD" + msgstr "వీడియో సీడీ" + +-#: ../src/nautilus-x-content-bar.c:101 ++#: ../src/nautilus-x-content-bar.c:100 + msgid "Super Video CD" + msgstr "సూపర్ వీడియో సీడీ" + +-#: ../src/nautilus-x-content-bar.c:103 ++#: ../src/nautilus-x-content-bar.c:102 + msgid "Photo CD" + msgstr "ఛాయాచిత్ర సీడీ" + +-#: ../src/nautilus-x-content-bar.c:105 ++#: ../src/nautilus-x-content-bar.c:104 + msgid "Picture CD" + msgstr "చిత్ర సీడీ" + +-#: ../src/nautilus-x-content-bar.c:107 ../src/nautilus-x-content-bar.c:140 ++#: ../src/nautilus-x-content-bar.c:106 ../src/nautilus-x-content-bar.c:139 + msgid "Contains digital photos" + msgstr "డిజిటల్ ఫొటోలను కలిగివుంది" + +-#: ../src/nautilus-x-content-bar.c:109 ++#: ../src/nautilus-x-content-bar.c:108 + msgid "Contains music" + msgstr "సంగీతాన్ని కలిగివుంది" + +-#: ../src/nautilus-x-content-bar.c:111 ++#: ../src/nautilus-x-content-bar.c:110 + msgid "Contains software" + msgstr "సాఫ్ట్‍వేరును కలిగివుంది" + + #. fallback to generic greeting +-#: ../src/nautilus-x-content-bar.c:114 ++#: ../src/nautilus-x-content-bar.c:113 + #, c-format + msgid "Detected as “%s”" + msgstr "“%s”గా గుర్తించబడింది" + +-#: ../src/nautilus-x-content-bar.c:136 ++#: ../src/nautilus-x-content-bar.c:135 + msgid "Contains music and photos" + msgstr "సంగీతం మరియు ఫొటోలను కలిగివుంది" + +-#: ../src/nautilus-x-content-bar.c:138 ++#: ../src/nautilus-x-content-bar.c:137 + msgid "Contains photos and music" + msgstr "ఫొటోలను మరియు సంగీతం కలిగివుంది" + +-#: ../src/nautilus-x-content-bar.c:195 ++#: ../src/nautilus-x-content-bar.c:201 + msgid "Open with:" + msgstr "దీనితో తెరువు:" + ++#~ msgid "Input Methods" ++#~ msgstr "ప్రవేశ పద్ధతులు" ++ ++#~ msgid "Set as _Background" ++#~ msgstr "నేపథ్యము వలె అమర్చు (_B)" ++ ++#~| msgid "Send To..." ++#~ msgid "Send To…" ++#~ msgstr "ఇచటకు పంపు..." ++ ++#~ msgid "--geometry cannot be used with more than one URI." ++#~ msgstr "--geometryని ఒకటి కంటే ఎక్కువ URIలతో ఉపయోగించకూడదు." ++ ++#~ msgid "" ++#~ "\n" ++#~ "\n" ++#~ "Browse the file system with the file manager" ++#~ msgstr "" ++#~ "\n" ++#~ "\n" ++#~ "దస్త్ర నిర్వాహకముతో దస్త్ర వ్యవస్థలో విహరించు" ++ ++#~ msgid "Could not parse arguments" ++#~ msgstr "పరామితులు పార్స్ చేయలేకపోయింది" ++ ++#~ msgid "Connect to _Server" ++#~ msgstr "సేవకానికి అనుసంధానించు (_S)" ++ ++#~ msgid "_About Files" ++#~ msgstr "దస్త్రాల గురించి (_A)" ++ ++#~ msgid "_Icons" ++#~ msgstr "ప్రతీకలు (_I)" ++ ++#~ msgid "The icon view encountered an error." ++#~ msgstr "ప్రతీక వీక్షణము ఒక దోషం ఎదుర్కొన్నది." ++ ++#~ msgid "The icon view encountered an error while starting up." ++#~ msgstr "ప్రారంభించునపుడు ప్రతీక దర్శనంముకు దోషం ఎదురైంది." ++ ++#~ msgid "Display this location with the icon view." ++#~ msgstr "ఈ స్థానమును ప్రతీక వీక్షణముతో ప్రదర్శించు." ++ ++#~ msgid "There was an error displaying help." ++#~ msgstr "సహాయాన్ని ప్రదర్శించుటలో అక్కడ ఒక దోషము ఉన్నది." ++ ++#~ msgid "Don't recognize this file server type." ++#~ msgstr "ఇటువంటి దస్త్ర సేవకపు రకాన్ని గుర్తించవద్దు." ++ ++#~ msgid "_Browse" ++#~ msgstr "విహరించు (_B)" ++ ++#~ msgid "The desktop view encountered an error." ++#~ msgstr "డెస్క్‍టాప్‌ వీక్షణం ఒక దోషము ఎదుర్కొన్నది." ++ ++#~ msgid "The desktop view encountered an error while starting up." ++#~ msgstr "ప్రారంభములో డెస్క్‍టాప్‌ వీక్షణం ఒక దోషము ఎదుర్కొన్నది." ++ ++#~ msgid "_List" ++#~ msgstr "జాబితా (_L)" ++ ++#~ msgid "The list view encountered an error." ++#~ msgstr "జాబితా వీక్షణము ఒక దోషం ఎదుర్కొన్నది." ++ ++#~ msgid "The list view encountered an error while starting up." ++#~ msgstr "ప్రారంభమవుతున్నప్పడు జాబితా వీక్షణము ఒక దోషం ఎదుర్కొన్నది." ++ ++#~ msgid "Display this location with the list view." ++#~ msgstr "ఈ స్థానమును జాబితా వీక్షణముతో ప్రదర్శించు" ++ ++#~ msgid "Devices" ++#~ msgstr "పరికరాలు" ++ ++#~ msgid "Places" ++#~ msgstr "స్థలములు" ++ ++#~ msgid "Recent" ++#~ msgstr "ఇటీవలివి" ++ ++#~ msgid "Recent files" ++#~ msgstr "ఇటీవలి దస్త్రాలు" ++ ++#~ msgid "Open the contents of your desktop in a folder" ++#~ msgstr "మీ డెస్క్‍టాప్‌యొక్క విషయములను ఒక సంచయంలో తెరువు" ++ ++#~ msgid "Open the trash" ++#~ msgstr "చెత్తబుట్టని తెరువు" ++ ++#~ msgid "Mount and open %s" ++#~ msgstr "%s ని మౌంటుచేసి తెరవండి" ++ ++#~ msgid "Open the contents of the File System" ++#~ msgstr "దస్త్ర వ్యవస్థ యొక్క విషయములను తెరువు" ++ ++#~ msgid "Network" ++#~ msgstr "నెట్‌వర్క్" ++ ++#~ msgid "Browse Network" ++#~ msgstr "నెట్‌వర్కులో విహరించు" ++ ++#~ msgid "Browse the contents of the network" ++#~ msgstr "నెట్‌వర్క్ యొక్క విషయాలను వెతుకు" ++ ++#~| msgid "Connect to Server %s" ++#~ msgid "Connect to a network server address" ++#~ msgstr "నెట్వర్కు సేవిక చిరునామాకు అనుసంధానమవ్వు" ++ ++#~ msgid "_Power On" ++#~ msgstr "పవర్ ఆన్ (_P)" ++ ++#~ msgid "_Connect Drive" ++#~ msgstr "డ్రైవును అనుసంధానించు (_C)" ++ ++#~ msgid "_Disconnect Drive" ++#~ msgstr "డ్రైవును అననుసంధానించు (_D)" ++ ++#~ msgid "_Start Multi-disk Device" ++#~ msgstr "బహుళ-డిస్కు పరికరమును ప్రారంభించు (_S)" ++ ++#~ msgid "_Stop Multi-disk Device" ++#~ msgstr "బహుళ-డిస్కు పరికరమును ఆపు (_S)" ++ ++#~ msgid "Unable to start %s" ++#~ msgstr "%s‍ను ప్రారంభించలేకపోతుంది" ++ ++#~ msgid "Unable to eject %s" ++#~ msgstr "%s‍ను నెట్టివేయలేకపోతుంది" ++ ++#~ msgid "Unable to poll %s for media changes" ++#~ msgstr "మాధ్యమం మార్పుల కొరకు %s కు మద్దతు తెలుపలేకపోతోంది" ++ ++#~ msgid "Unable to stop %s" ++#~ msgstr "%sను ఆపలేకపోతుంది" ++ ++#~ msgid "_Add Bookmark" ++#~ msgstr "ఇష్టాంశముగా చేయి (_A)" ++ ++#~| msgid "Re_name" ++#~ msgid "Rename…" ++#~ msgstr "పేరు మార్చు…" ++ ++#~ msgid "Computer" ++#~ msgstr "కంప్యూటర్" ++ ++#~ msgid "" ++#~ "Files is free software; you can redistribute it and/or modify it under " ++#~ "the terms of the GNU General Public License as published by the Free " ++#~ "Software Foundation; either version 2 of the License, or (at your option) " ++#~ "any later version." ++#~ msgstr "" ++#~ "నాటిలస్ ఒక స్వేచ్ఛా సాఫ్ట్‍వేర్: దీనిని మీరు ఫ్రీ సాఫ్ట్‍వేర్ ఫౌండేషన్ ప్రచురించిన గ్నూ జనరల్ పబ్లిక్ లైసెన్స్ " ++#~ "రూపాంతరం 2, లేదా (మీ ఇష్టాన్ని బట్టి) ఏదైనా తరువాత రూపాంతరపు నిబంధనలకు అనుగుణంగా " ++#~ "పునఃపంపిణీ చెయ్యవచ్చు మరియు/లేదా సవరించుకోవచ్చు." ++ ++#~ msgid "" ++#~ "Files is distributed in the hope that it will be useful, but WITHOUT ANY " ++#~ "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " ++#~ "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " ++#~ "details." ++#~ msgstr "" ++#~ "సమాజానికి ఉపయోగపడుతుంది అనే ఆశతో , ఏవిధమైన పూచీకత్తులు లేకుండా, కనీసం వ్యాపారానికి గాని లేదా ఒక " ++#~ "ఖచ్చితమైన ప్రయోజనానికి ఉపయోగించవచ్చని భావించిన పూచీకత్తులు కూడా లేకుండా దస్త్రాలు పంచబడుతుంది. " ++#~ "మరిన్ని వివరాలకు గ్నూ జనరల్ పబ్లిక్ లైసెన్సుని చూడండి" ++ ++#~ msgid "" ++#~ "You should have received a copy of the GNU General Public License along " ++#~ "with Nautilus; if not, write to the Free Software Foundation, Inc., 51 " ++#~ "Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" ++#~ msgstr "" ++#~ "మీరు నాటిలస్‌తో పాటుగా గ్నూ జనరల్ పబ్లిక్ లైసెన్స్ యొక్క నకలు పొందివుండాలి; ఒకవేళ పొందకపోతే, Free " ++#~ "Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " ++#~ "02110-1301 USA కి వ్రాయండి" ++ ++#~ msgid "Copyright © %Id–%Id The Files authors" ++#~ msgstr "కాపీరైట్ © %Id–%Id నాటిలస్ రచయితలు" ++ ++#~ msgid "Edit Nautilus preferences" ++#~ msgstr "నాటిలస్ ప్రాధాన్యతలను సవరించు" ++ ++#~ msgid "_All Topics" ++#~ msgstr "అన్ని విషయములు(_A)" ++ ++#~ msgid "Display Nautilus help" ++#~ msgstr "నాటిలస్ సహాయమును ప్రదర్శించు" ++ ++#~ msgid "Search for files" ++#~ msgstr "దస్త్రాల కోసం వెతుకు..." ++ ++#~ msgid "" ++#~ "Locate files based on file name and type. Save your searches for later " ++#~ "use." ++#~ msgstr "" ++#~ "దస్త్రము పేరు మరియు రకము ప్రకారము దస్త్రాలను కనుగొను. మీ వెతుకులాటలను తరువాత వాడుకొనుటకు " ++#~ "భద్రపరుచు." ++ ++#~ msgid "Sort files and folders" ++#~ msgstr "దస్త్రము మరియు సంచయములను క్రమబద్దీకరించు" ++ ++#~ msgid "Arrange files by name, size, type, or when they were changed." ++#~ msgstr "పేరు, పరిమాణము, రకము లేదా మార్చిన సమయము ద్వారా దస్త్రాలను పేర్చు" ++ ++#~ msgid "Find a lost file" ++#~ msgstr "దొరకని దస్త్రమును కనుగొను" ++ ++#~ msgid "" ++#~ "Follow these tips if you can't find a file you created or downloaded." ++#~ msgstr "మీరు దిగుమతి చేసిన లేక సృష్టించిన దస్త్రము దొరకనపుడు కనుగొనుటకు ఈ చిట్కాలు పాటించు" ++ ++#~ msgid "Share and transfer files" ++#~ msgstr "దస్త్రాలను పంచు మరియు పంపు" ++ ++#~ msgid "" ++#~ "Easily transfer files to your contacts and devices from the file manager." ++#~ msgstr "దస్త్ర నిర్వాహకం నుంచి సులువుగా దస్త్రాలను మీ పరిచయాలకు మరియు పరికరములకు పంపుకొను" ++ ++#~ msgid "Display credits for the creators of Nautilus" ++#~ msgstr "నాటిలస్ సృష్టికర్తల పరపతులను ప్రదర్శించు" ++ ++#~ msgid "Connect to a remote computer or shared disk" ++#~ msgstr "ఒక దూరస్థ కంప్యూటర్‌కు గాని లేదా భాగస్వామ్య డిస్కుకు గాని అనుసంధానించు" ++ ++#~ msgid "Open another Nautilus window for the displayed location" ++#~ msgstr "ప్రదర్శించిన స్థానమునకు వేరొక నాటిలస్ కిటికీని తెరువు" ++ ++#~ msgid "Close _All Windows" ++#~ msgstr "అన్ని కిటికీలను మూసివేయి (_A)" ++ ++#~ msgid "Close all Navigation windows" ++#~ msgstr "అన్ని నావిగేషన్ కిటికీలను మూసివేయి" ++ + #~ msgid "" + #~ "If set to true, then hidden files are shown by default in the file " + #~ "manager. Hidden files are either dotfiles, listed in the folder's .hidden " +@@ -5744,9 +5825,6 @@ msgstr "దీనితో తెరువు:" + #~ msgid "The folder \"%s\" cannot be opened on \"%s\"." + #~ msgstr "\"%s\" అను సంచయము \"%s\" పై తెరవబడదు." + +-#~ msgid "The server at \"%s\" cannot be found." +-#~ msgstr "\"%s\" వద్ద సేవకము కనిపించుటలేదు." +- + #~ msgid "Try Again" + #~ msgstr "మళ్ళీ ప్రయత్నించండి" + +@@ -6042,12 +6120,6 @@ msgstr "దీనితో తెరువు:" + #~ msgid "The date the file was last used." + #~ msgstr "దస్త్రమును చివరిసారిగా వాడిన తేది." + +-#~ msgid "Accessed" +-#~ msgstr "వాడబడినది" +- +-#~ msgid "The date the file was accessed." +-#~ msgstr "దస్త్రం వాడబడిన తేది." +- + #~ msgid "Last changed:" + #~ msgstr "చివరిగా మార్చినది:" + +@@ -7177,9 +7249,6 @@ msgstr "దీనితో తెరువు:" + #~ msgid "_Local File Only" + #~ msgstr "స్థానిక దస్త్రం మాత్రమే(_L)" + +-#~ msgid "_Never" +-#~ msgstr "ఎప్పుడు కాదు(_N)" +- + #~ msgid "25%" + #~ msgstr "25%" + +@@ -7282,9 +7351,6 @@ msgstr "దీనితో తెరువు:" + #~ msgid "Open %s and other files of type \"%s\" with:" + #~ msgstr "%s మరియు \"%s\" రకమైన ఇతర దస్త్రాలను తో తెరువుము:" + +-#~ msgid "_Add" +-#~ msgstr "కలుపుము(_A)" +- + #~ msgid "Add Application" + #~ msgstr "అప్లికేషన్ ను కలుపుము" + +diff --git a/src/nautilus-application.c b/src/nautilus-application.c +index 88ed0f5..25b2b67 100644 +--- a/src/nautilus-application.c ++++ b/src/nautilus-application.c +@@ -844,16 +844,20 @@ nautilus_application_handle_file_args (NautilusApplication *self, + + g_variant_dict_lookup (options, G_OPTION_REMAINING, "^a&s", &remaining); + +- if (remaining == NULL) { +- return -1; +- } +- + /* Convert args to GFiles */ + file_array = g_ptr_array_new_full (0, g_object_unref); + +- for (idx = 0; remaining[idx] != NULL; idx++) { +- file = g_file_new_for_commandline_arg (remaining[idx]); ++ if (remaining) { ++ for (idx = 0; remaining[idx] != NULL; idx++) { ++ file = g_file_new_for_commandline_arg (remaining[idx]); ++ g_ptr_array_add (file_array, file); ++ } ++ } else if (g_variant_dict_contains (options, "new-window")) { ++ file = g_file_new_for_path (g_get_home_dir ()); + g_ptr_array_add (file_array, file); ++ } else { ++ /* No options or options that glib already manages */ ++ return -1; + } + + len = file_array->len; +diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c +index 81bd351..efc1466 100644 +--- a/src/nautilus-properties-window.c ++++ b/src/nautilus-properties-window.c +@@ -1288,6 +1288,7 @@ attach_label (GtkGrid *grid, + + if (ellipsize_text) { + gtk_widget_set_hexpand (label_field, TRUE); ++ gtk_label_set_max_width_chars (GTK_LABEL (label_field), 24); + } + + if (sibling != NULL) { +diff --git a/src/nautilus-window-private.h b/src/nautilus-window-private.h +index 2fd0355..5531d8e 100644 +--- a/src/nautilus-window-private.h ++++ b/src/nautilus-window-private.h +@@ -82,7 +82,7 @@ struct NautilusWindowDetails + + #define NAUTILUS_WINDOW_MIN_WIDTH 200 + #define NAUTILUS_WINDOW_MIN_HEIGHT 200 +-#define NAUTILUS_WINDOW_DEFAULT_WIDTH 855 ++#define NAUTILUS_WINDOW_DEFAULT_WIDTH 890 + #define NAUTILUS_WINDOW_DEFAULT_HEIGHT 550 + + typedef void (*NautilusBookmarkFailedCallback) (NautilusWindow *window, diff --git a/nautilus-typeahead/nautilus-typeahead.install b/nautilus-typeahead/nautilus-typeahead.install index 795499dfec9..082126d24bc 100644 --- a/nautilus-typeahead/nautilus-typeahead.install +++ b/nautilus-typeahead/nautilus-typeahead.install @@ -12,4 +12,3 @@ post_upgrade() { post_remove() { post_install } - diff --git a/nemerle/.AURINFO b/nemerle/.AURINFO new file mode 100644 index 00000000000..e5129b64de5 --- /dev/null +++ b/nemerle/.AURINFO @@ -0,0 +1,8 @@ +pkgbase = nemerle + pkgdesc = A high-level statically-typed programming language for the .NET platform. + pkgver = 1.2.391.0 + pkgrel = 1 + url = http://www.nemerle.org + +pkgname = nemerle + diff --git a/nemerle/PKGBUILD b/nemerle/PKGBUILD index 8c4f5b05b4e..d262af9aee6 100644 --- a/nemerle/PKGBUILD +++ b/nemerle/PKGBUILD @@ -4,20 +4,20 @@ # Contributor: Fabio 'Feanor' Falcinelli pkgname=nemerle -pkgver=1.2.188.0 -pkgrel=3 -_build=160 +pkgver=1.2.391.0 +pkgrel=1 +_build=218 pkgdesc="A high-level statically-typed programming language for the .NET platform." url="http://www.nemerle.org" license=("nemerle") depends=('mono') arch=('i686' 'x86_64') source=( -"http://nemerle.org/Download/Nightly%20master-NET45-VS2012/build-${_build}/NemerleBinaries-net-4.5-v${pkgver}.zip" +"http://nemerle.org/Download/Nightly%20master-NET40-VS2010/build-${_build}/NemerleBinaries-net-4.0-v${pkgver}.zip" "https://raw.github.com/rsdn/nemerle/v1.2/License.rtf" "nemerle.sh" ) -md5sums=('44c3dfa7b2865474266985b8fb2a9860' +md5sums=('7c42204e9e3f5923b7268a53cbeddb14' 'f28530ac505daf378a44af822b25f7f5' 'f6dea45ed3d75d78978adcaa5c9d0652') diff --git a/netgui/.AURINFO b/netgui/.AURINFO index 0b22b9a34b0..27a1de4caae 100644 --- a/netgui/.AURINFO +++ b/netgui/.AURINFO @@ -1,6 +1,6 @@ pkgbase = netgui pkgdesc = GUI for netctl, stable but beta. Replaces WiFiz. - pkgver = 0.7.4 + pkgver = 0.7.5 pkgrel = 1 url = https://github.com/codywd/NetGUI arch = any diff --git a/netgui/PKGBUILD b/netgui/PKGBUILD index 8e62f674ba8..c31cef8e75a 100644 --- a/netgui/PKGBUILD +++ b/netgui/PKGBUILD @@ -2,7 +2,7 @@ pkgname=netgui _gitname=NetGUI -pkgver=0.7.4 +pkgver=0.7.5 pkgrel=1 pkgdesc="GUI for netctl, stable but beta. Replaces WiFiz." arch=('any') diff --git a/noad/.AURINFO b/noad/.AURINFO new file mode 100644 index 00000000000..9fb74a232a7 --- /dev/null +++ b/noad/.AURINFO @@ -0,0 +1,21 @@ +pkgbase = noad + pkgdesc = VDR addon for detecting commercials and setting cutting marks accordingly. + pkgver = 0.8.6 + pkgrel = 2 + url = http://noad.net23.net + arch = i686 + arch = x86_64 + license = GPL + makedepends = libmpeg2 + makedepends = ffmpeg + depends = libmpeg2 + depends = ffmpeg + source = http://noad.net23.net/noad-0.8.6.tar.bz2 + source = noad-0.8.6-libav9.diff + source = noad-0.8.6-ffmpeg-2.4.patch + md5sums = 06b844a347c32b96c5690b0ac32739ac + md5sums = 0b85446332f6c1babe960b4fd85f0a19 + md5sums = 212483f3e6772f1adb5efa48ccf65e95 + +pkgname = noad + diff --git a/noad/PKGBUILD b/noad/PKGBUILD index 0f09798c3e5..c1e574a2064 100644 --- a/noad/PKGBUILD +++ b/noad/PKGBUILD @@ -3,15 +3,26 @@ pkgname=noad pkgver=0.8.6 -pkgrel=1 +pkgrel=2 pkgdesc="VDR addon for detecting commercials and setting cutting marks accordingly." arch=('i686' 'x86_64') url="http://noad.net23.net" license=('GPL') depends=('libmpeg2' 'ffmpeg') makedepends=('libmpeg2' 'ffmpeg') -source=($url/$pkgname-$pkgver.tar.bz2) -md5sums=('06b844a347c32b96c5690b0ac32739ac') +source=($url/$pkgname-$pkgver.tar.bz2 + noad-0.8.6-libav9.diff + noad-0.8.6-ffmpeg-2.4.patch) +md5sums=('06b844a347c32b96c5690b0ac32739ac' + '0b85446332f6c1babe960b4fd85f0a19' + '212483f3e6772f1adb5efa48ccf65e95') + +prepare() { + cd "$srcdir/$pkgname-$pkgver" + patch -Np1 -i "$srcdir/noad-0.8.6-libav9.diff" + patch -Np1 -i "$srcdir/noad-0.8.6-ffmpeg-2.4.patch" +} + build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/noad/noad-0.8.6-ffmpeg-2.4.patch b/noad/noad-0.8.6-ffmpeg-2.4.patch new file mode 100644 index 00000000000..e3c28f3e7a1 --- /dev/null +++ b/noad/noad-0.8.6-ffmpeg-2.4.patch @@ -0,0 +1,12 @@ +diff -u noad-0.8.6.orig/ffmpeg_decoder.cpp noad-0.8.6/ffmpeg_decoder.cpp +--- noad-0.8.6.orig/ffmpeg_decoder.cpp 2014-10-24 10:07:11.219382439 +0200 ++++ noad-0.8.6/ffmpeg_decoder.cpp 2014-10-24 10:08:23.836877173 +0200 +@@ -253,7 +253,7 @@ + // close the file + if( pFormatCtx ) + { +- av_close_input_file(pFormatCtx); ++ avformat_close_input(&pFormatCtx); + pFormatCtx = NULL; + } + // Close the codec diff --git a/noad/noad-0.8.6-libav9.diff b/noad/noad-0.8.6-libav9.diff new file mode 100644 index 00000000000..a9b6c89d9f8 --- /dev/null +++ b/noad/noad-0.8.6-libav9.diff @@ -0,0 +1,106 @@ +compile fix noad-0.8.6 +testet with libav-9 ffmpeg-2.2.9 +Signed-of-by: Joerg Bornkessel (22 Oct 2014) +diff -Naur noad-0.8.6.orig/audiotools.cpp noad-0.8.6/audiotools.cpp +--- noad-0.8.6.orig/audiotools.cpp 2014-10-22 14:26:57.809249955 +0200 ++++ noad-0.8.6/audiotools.cpp 2014-10-22 14:28:06.830249955 +0200 +@@ -50,9 +50,9 @@ + uint8_t *outbuf=NULL; + AVCodec *codec=NULL; + AVCodecContext *codecContext= NULL; +-#if LIBAVCODEC_VERSION_MAJOR > 54 ++//#if LIBAVCODEC_VERSION_MAJOR > 54 + AVDictionary *avDictionary = NULL; // "create" an empty dictionary +-#endif ++//#endif + int64_t basepts=0; + int64_t audiobasepts=0; + //int64_t audiopts=0; +@@ -108,13 +108,13 @@ + codecContext = avcodec_alloc_context3(codec); + #endif + +-#if LIBAVCODEC_VERSION_MAJOR > 54 ++//#if LIBAVCODEC_VERSION_MAJOR > 54 + /* open it */ + if (avcodec_open2(codecContext, codec, &avDictionary) < 0) +-#else ++//#else + /* open it */ +- if (avcodec_open(codecContext, codec) < 0) +-#endif ++// if (avcodec_open(codecContext, codec) < 0) ++//#endif + { + fprintf(stderr, "could not open codec\n"); + } +@@ -129,9 +129,9 @@ + { + free(outbuf); + avcodec_close(codecContext); +-#if LIBAVCODEC_VERSION_MAJOR > 54 ++//#if LIBAVCODEC_VERSION_MAJOR > 54 + av_dict_free(&avDictionary); +-#endif ++//#endif + av_free(codecContext); + av_codec_initialised = false; + } +diff -Naur noad-0.8.6.orig/ffmpeg_decoder.cpp noad-0.8.6/ffmpeg_decoder.cpp +--- noad-0.8.6.orig/ffmpeg_decoder.cpp 2014-10-22 14:26:57.808249955 +0200 ++++ noad-0.8.6/ffmpeg_decoder.cpp 2014-10-22 14:38:26.366249955 +0200 +@@ -184,7 +184,7 @@ + + // Retrieve stream information + resetDecoder(); +- int openCode2 = av_find_stream_info(pFormatCtx); ++ int openCode2 = avformat_find_stream_info(pFormatCtx, NULL); + if(openCode2<0) + return -1; // Couldn't find stream information + +@@ -222,13 +222,13 @@ + if(pCodec->capabilities & CODEC_CAP_TRUNCATED) + pCodecCtx->flags|=CODEC_FLAG_TRUNCATED; + +-#if LIBAVCODEC_VERSION_MAJOR > 54 ++//#if LIBAVCODEC_VERSION_MAJOR > 54 + // Open codec + if(avcodec_open2(pCodecCtx, pCodec,&avDictionary) < 0) +-#else ++//#else + // Open codec +- if(avcodec_open(pCodecCtx, pCodec)<0) +-#endif ++// if(avcodec_open(pCodecCtx, pCodec)<0) ++//#endif + return -1; // Could not open codec + + +@@ -270,10 +270,10 @@ + pIOContext = NULL; + } + #endif +-#if LIBAVCODEC_VERSION_MAJOR > 54 ++//#if LIBAVCODEC_VERSION_MAJOR > 54 + av_dict_free(&avDictionary); + avDictionary = NULL; +-#endif ++//#endif + return 0; + } + +diff -Naur noad-0.8.6.orig/ffmpeg_decoder.h noad-0.8.6/ffmpeg_decoder.h +--- noad-0.8.6.orig/ffmpeg_decoder.h 2014-10-22 14:26:57.807249955 +0200 ++++ noad-0.8.6/ffmpeg_decoder.h 2014-10-22 14:36:27.213249955 +0200 +@@ -22,9 +22,9 @@ + int i, videoStream; + AVCodecContext *pCodecCtx; + AVCodec *pCodec; +-#if LIBAVCODEC_VERSION_MAJOR > 54 ++//#if LIBAVCODEC_VERSION_MAJOR > 54 + AVDictionary *avDictionary; +-#endif ++//#endif + AVFrame *pFrame; + + public: diff --git a/numix-themes-archblue-git/.AURINFO b/numix-themes-archblue-git/.AURINFO new file mode 100644 index 00000000000..0e7ab29de2a --- /dev/null +++ b/numix-themes-archblue-git/.AURINFO @@ -0,0 +1,16 @@ +pkgbase = numix-themes-archblue-git + pkgdesc = A flat and light theme with a modern look using Arch Linux colors (GNOME, Openbox, Unity, Xfce) + pkgver = 2.4.r2.5792629 + pkgrel = 1 + url = http://numixproject.org/ + arch = any + license = GPL3 + makedepends = git + depends = gtk-engine-murrine + provides = numix-themes-archblue + conflicts = numix-themes-archblue + source = numix-themes::git+https://github.com/shimmerproject/Numix.git + md5sums = SKIP + +pkgname = numix-themes-archblue-git + diff --git a/numix-themes-archblue-git/PKGBUILD b/numix-themes-archblue-git/PKGBUILD new file mode 100644 index 00000000000..ff9242bbfa0 --- /dev/null +++ b/numix-themes-archblue-git/PKGBUILD @@ -0,0 +1,66 @@ +# Maintainer: Maximilian Stein +# Contributor: Maxime Gauduin +# Contributor: Martin Wimpress +# Contributor: Diego + +pkgname=numix-themes-archblue-git +pkgver=2.4.r2.5792629 +pkgrel=1 +pkgdesc='A flat and light theme with a modern look using Arch Linux colors (GNOME, Openbox, Unity, Xfce)' +arch=('any') +url='http://numixproject.org/' +license=('GPL3') +depends=('gtk-engine-murrine') +makedepends=('git') +provides=('numix-themes-archblue') +conflicts=('numix-themes-archblue') +source=('numix-themes::git+https://github.com/shimmerproject/Numix.git') +md5sums=('SKIP') + +pkgver() { + cd numix-themes + + #printf "%s" "$(git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./')" + printf "2.4.r%s.%s" "$(git rev-list --count v2.4..HEAD)" "$(git rev-parse --short HEAD)" +} + +prepare() { + cd numix-themes + # Replace the Numix Pink/Red with Arch Linux Blue, + # also replace Nero (#2d2d2d) with Montana (#333333) + # - https://www.archlinux.org/art/ + for FILE in gtk-2.0/gtkrc \ + gtk-3.0/gtk-dark.css \ + gtk-3.0/gtk-widgets-assets.css \ + gtk-3.0/gtk-widgets.css \ + gtk-3.0/gtk.css \ + gtk-3.0/settings.ini \ + gtk-3.0/apps/gnome-applications.css \ + gtk-3.0/apps/granite-widgets.css \ + gtk-3.0/apps/lightdm-gtk-greeter.css \ + gtk-3.0/apps/nemo.css \ + gtk-3.0/apps/synaptic.css \ + gtk-3.0/apps/unity.css \ + gtk-3.0/apps/xfce.css \ + metacity-1/metacity-theme-2.xml \ + metacity-1/metacity-theme-3.xml \ + openbox-3/themerc \ + xfce-notify-4.0/gtkrc \ + xfwm4/themerc \ + index.theme + do + sed -i 's/#fc6f5d/#1793d1/g' "${FILE}" + sed -i 's/#d64937/#1793d1/g' "${FILE}" + sed -i 's/#2d2d2d/#333333/g' "${FILE}" + sed -i 's/Numix/Numix-ArchBlue/' "${FILE}" + done +} + +package() { + cd numix-themes + install -dm 755 "${pkgdir}"/usr/share/themes/Numix-ArchBlue + rm -rf .git .gitignore CREDITS LICENSE README.md + cp -dr --no-preserve='ownership' * "${pkgdir}"/usr/share/themes/Numix-ArchBlue/ +} + +# vim: ts=2 sw=2 et: diff --git a/nvidia-340xx-lqx/.AURINFO b/nvidia-340xx-lqx/.AURINFO new file mode 100644 index 00000000000..d06f2a15d60 --- /dev/null +++ b/nvidia-340xx-lqx/.AURINFO @@ -0,0 +1,23 @@ +pkgbase = nvidia-340xx-lqx + pkgdesc = NVIDIA drivers for linux-lqx, 340xx legacy branch + pkgver = 340.46 + pkgrel = 1 + url = http://www.nvidia.com/ + install = nvidia-340xx-lqx.install + arch = i686 + arch = x86_64 + license = custom + depends = linux-lqx>=3.17 + depends = linux-lqx<3.18 + depends = nvidia-340xx-libgl + depends = nvidia-340xx-utils=340.46 + conflicts = nvidia-lqx + conflicts = nvidia-304xx-lqx + options = !strip + source = ftp://download.nvidia.com/XFree86/Linux-x86/340.46/NVIDIA-Linux-x86-340.46.run + source = ftp://download.nvidia.com/XFree86/Linux-x86_64/340.46/NVIDIA-Linux-x86_64-340.46-no-compat32.run + md5sums = 7c70a15c53a97ed0bbec76e80bf53f05 + md5sums = bf40adc20ac9819b5f86cd91f6409e39 + +pkgname = nvidia-340xx-lqx + diff --git a/nvidia-340xx-lqx/PKGBUILD b/nvidia-340xx-lqx/PKGBUILD new file mode 100644 index 00000000000..0a0494f579a --- /dev/null +++ b/nvidia-340xx-lqx/PKGBUILD @@ -0,0 +1,48 @@ +# Contributor : Thomas Baechler +# Maintainer : shivik <> + +pkgname=nvidia-340xx-lqx +pkgver=340.46 +_extramodules=extramodules-3.17-lqx +pkgrel=1 +pkgdesc="NVIDIA drivers for linux-lqx, 340xx legacy branch" +arch=('i686' 'x86_64') +url="http://www.nvidia.com/" +depends=('linux-lqx>=3.17' 'linux-lqx<3.18' "nvidia-340xx-libgl" "nvidia-340xx-utils=${pkgver}") +#makedepends=('linux-headers>=3.17' 'linux-headers<3.18') +conflicts=('nvidia-lqx' 'nvidia-304xx-lqx') +license=('custom') +install=${pkgname}.install +options=(!strip) +source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run" + "ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run") +md5sums=('7c70a15c53a97ed0bbec76e80bf53f05' + 'bf40adc20ac9819b5f86cd91f6409e39') + +[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}" +[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" + +prepare() { + sh "${_pkg}.run" --extract-only + cd "${_pkg}" + # patches here +} + +build() { + _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" + cd "${_pkg}"/kernel + make SYSSRC=/usr/lib/modules/"${_kernver}/build" module + + cd uvm + make SYSSRC=/usr/lib/modules/"${_kernver}/build" module +} + +package() { + install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \ + "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko" + install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \ + "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko" + gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko + install -d -m755 "${pkgdir}/usr/lib/modprobe.d" + echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-340xx-lqx.conf" +} diff --git a/nvidia-340xx-lqx/nvidia-340xx-lqx.install b/nvidia-340xx-lqx/nvidia-340xx-lqx.install new file mode 100644 index 00000000000..a9c44237ad2 --- /dev/null +++ b/nvidia-340xx-lqx/nvidia-340xx-lqx.install @@ -0,0 +1,15 @@ +post_install() { + EXTRAMODULES='extramodules-3.17-lqx' + depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) + echo 'In order to use nvidia module, reboot the system.' +} + +post_upgrade() { + EXTRAMODULES='extramodules-3.17-lqx' + depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) +} + +post_remove() { + EXTRAMODULES='extramodules-3.17-lqx' + depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) +} diff --git a/nvidia-96xx-ck/.AURINFO b/nvidia-96xx-ck/.AURINFO index 179cd60241d..81780d7a01e 100644 --- a/nvidia-96xx-ck/.AURINFO +++ b/nvidia-96xx-ck/.AURINFO @@ -1,5 +1,5 @@ pkgbase = nvidia-96xx-ck - pkgdesc = NVIDIA drivers, 96xx branch, for linux-ck. + pkgdesc = NVIDIA drivers for linux-ck, 96xx branch. pkgver = 96.43.23 pkgrel = 21 url = http://www.nvidia.com/ @@ -17,17 +17,20 @@ pkgbase = nvidia-96xx-ck conflicts = nvidia conflicts = nvidia-all conflicts = nvidia-96xx-all - conflicts = nvidia-173xx-all conflicts = nvidia-173xx conflicts = nvidia-275xx conflicts = nvidia-304xx conflicts = nvidia-beta-all conflicts = nvidia-beta + options = !strip source = http://download.nvidia.com/XFree86/Linux-x86/96.43.23/NVIDIA-Linux-x86-96.43.23-pkg0.run - source = nouveau_blacklist-ck.conf + source = nouveau_blacklist.conf source = 173.14.36-37.patch source = 173.14.37-38.patch - options = !strip + sha256sums = 51e6adf4ba73071622045fc37169f80db3ae3e784dff53b29d35146a04042142 + sha256sums = b3dbf277d507c2a3659775968d3e57bd211b58927a62787706e0e1952e959dac + sha256sums = c8900d09528589f8f519aa424447e31e3e9a0ca4866fe49c37ac4ed4320a6728 + sha256sums = 790359354da3b08b45e33c8706548072851fba86f42089678e2a6eb6a1d3d6b7 pkgname = nvidia-96xx-ck diff --git a/nvidia-96xx-ck/PKGBUILD b/nvidia-96xx-ck/PKGBUILD index b53f216029d..68da0ec936e 100644 --- a/nvidia-96xx-ck/PKGBUILD +++ b/nvidia-96xx-ck/PKGBUILD @@ -3,24 +3,25 @@ # Contributor: graysky pkgname=nvidia-96xx-ck +_kname=ck + pkgver=96.43.23 pkgrel=21 _kver_ge="3.0" _kver_lt="3.17" -pkgdesc="NVIDIA drivers, 96xx branch, for linux-ck." +pkgdesc="NVIDIA drivers for linux-${_kname}, 96xx branch." url="http://www.nvidia.com/" arch=('i686' 'x86_64') -depends=("linux-ck>=${_kver_ge}" - "linux-ck<${_kver_lt}" +depends=("linux-${_kname}>=${_kver_ge}" + "linux-${_kname}<${_kver_lt}" "nvidia-96xx-utils=${pkgver}") -makedepends=("linux-ck-headers>=${_kver_ge}" - "linux-ck-headers<${_kver_lt}") +makedepends=("linux-${_kname}-headers>=${_kver_ge}" + "linux-${_kname}-headers<${_kver_lt}") optdepends=('xorg-server1.12: latest compatible Xorg server') provides=('nvidia-96xx') conflicts=('nvidia' 'nvidia-all' 'nvidia-96xx-all' - 'nvidia-173xx-all' 'nvidia-173xx' 'nvidia-275xx' 'nvidia-304xx' @@ -39,7 +40,7 @@ else fi source=(http://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg}.run - nouveau_blacklist-ck.conf + nouveau_blacklist.conf 173.14.36-37.patch 173.14.37-38.patch) @@ -50,15 +51,20 @@ sha256sums=('51e6adf4ba73071622045fc37169f80db3ae3e784dff53b29d35146a04042142' [ "$CARCH" = "x86_64" ] && sha256sums[0]='ce8d8253e7dab7da63fbdac449ebf190cd0c10cbfffea0f8d0165515f851bc64' -_extramodules=$(echo /usr/lib/modules/extramodules-[0-9.]*-ck/version|cut -d/ -f5) -_kernver=$(cat /usr/lib/modules/${_extramodules}/version) +_extramodules="$(echo /usr/lib/modules/extramodules-[0-9.]*-${_kname}/version|cut -d/ -f5 2> /dev/null)" +_kernver="$(cat /usr/lib/modules/${_extramodules}/version 2> /dev/null)" prepare() { + test -n "$_kernver" + + msg2 "Cleaning..." test ! -d NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg} \ || rm -rf NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg} + msg2 "Extracting..." sh NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg}.run --extract-only + msg2 "Patching..." cd NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg}/usr/src/nv patch -p1 -i "$srcdir"/173.14.36-37.patch patch -p1 -i "$srcdir"/173.14.37-38.patch @@ -71,7 +77,7 @@ build() { package() { install -dm755 "$pkgdir/etc/modprobe.d" - install -m644 nouveau_blacklist-ck.conf "$pkgdir/etc/modprobe.d/" + install -m644 nouveau_blacklist.conf "$pkgdir/etc/modprobe.d/nouveau_blacklist-${_kname}.conf" cd NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg} install -dm755 "$pkgdir/usr/share/licenses/${pkgname}/" diff --git a/nvidia-96xx-ck/nouveau_blacklist-ck.conf b/nvidia-96xx-ck/nouveau_blacklist.conf similarity index 100% rename from nvidia-96xx-ck/nouveau_blacklist-ck.conf rename to nvidia-96xx-ck/nouveau_blacklist.conf diff --git a/nvidia-96xx-lts/.AURINFO b/nvidia-96xx-lts/.AURINFO new file mode 100644 index 00000000000..35b498aa762 --- /dev/null +++ b/nvidia-96xx-lts/.AURINFO @@ -0,0 +1,36 @@ +pkgbase = nvidia-96xx-lts + pkgdesc = NVIDIA drivers for linux-lts, 96xx branch. + pkgver = 96.43.23 + pkgrel = 6 + url = http://www.nvidia.com/ + install = nvidia.install + arch = i686 + arch = x86_64 + license = custom + makedepends = linux-lts-headers>=3.0 + makedepends = linux-lts-headers<3.17 + depends = linux-lts>=3.0 + depends = linux-lts<3.17 + depends = nvidia-96xx-utils=96.43.23 + optdepends = xorg-server1.12: latest compatible Xorg server + provides = nvidia-96xx + conflicts = nvidia + conflicts = nvidia-all + conflicts = nvidia-96xx-all + conflicts = nvidia-173xx + conflicts = nvidia-275xx + conflicts = nvidia-304xx + conflicts = nvidia-beta-all + conflicts = nvidia-beta + options = !strip + source = http://download.nvidia.com/XFree86/Linux-x86/96.43.23/NVIDIA-Linux-x86-96.43.23-pkg0.run + source = nouveau_blacklist.conf + source = 173.14.36-37.patch + source = 173.14.37-38.patch + sha256sums = 51e6adf4ba73071622045fc37169f80db3ae3e784dff53b29d35146a04042142 + sha256sums = b3dbf277d507c2a3659775968d3e57bd211b58927a62787706e0e1952e959dac + sha256sums = c8900d09528589f8f519aa424447e31e3e9a0ca4866fe49c37ac4ed4320a6728 + sha256sums = 790359354da3b08b45e33c8706548072851fba86f42089678e2a6eb6a1d3d6b7 + +pkgname = nvidia-96xx-lts + diff --git a/nvidia-96xx-lts/PKGBUILD b/nvidia-96xx-lts/PKGBUILD index 9be852f65e3..b7c36227a3e 100644 --- a/nvidia-96xx-lts/PKGBUILD +++ b/nvidia-96xx-lts/PKGBUILD @@ -2,18 +2,21 @@ # Contributor: Bjoern Franke pkgname=nvidia-96xx-lts +_kname=lts + pkgver=96.43.23 -pkgrel=5 -_kver_ge="3.10" -_kver_lt="3.11" -pkgdesc="NVIDIA drivers for linux-lts, 96xx branch." +pkgrel=6 +_kver_ge="3.0" +_kver_lt="3.17" +pkgdesc="NVIDIA drivers for linux-${_kname}, 96xx branch." url="http://www.nvidia.com/" arch=('i686' 'x86_64') -depends=("linux-lts>=${_kver_ge}" - "linux-lts<${_kver_lt}" - "nvidia-96xx-utils") -makedepends=("linux-lts-headers>=${_kver_ge}" - "linux-lts-headers<${_kver_lt}") +depends=("linux-${_kname}>=${_kver_ge}" + "linux-${_kname}<${_kver_lt}" + "nvidia-96xx-utils=${pkgver}") +makedepends=("linux-${_kname}-headers>=${_kver_ge}" + "linux-${_kname}-headers<${_kver_lt}") +optdepends=('xorg-server1.12: latest compatible Xorg server') provides=('nvidia-96xx') conflicts=('nvidia' 'nvidia-all' @@ -36,7 +39,7 @@ else fi source=(http://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg}.run - nouveau_blacklist-lts.conf + nouveau_blacklist.conf 173.14.36-37.patch 173.14.37-38.patch) @@ -47,15 +50,20 @@ sha256sums=('51e6adf4ba73071622045fc37169f80db3ae3e784dff53b29d35146a04042142' [ "$CARCH" = "x86_64" ] && sha256sums[0]='ce8d8253e7dab7da63fbdac449ebf190cd0c10cbfffea0f8d0165515f851bc64' -_extramodules=$(echo /usr/lib/modules/extramodules-[0-9.]*-lts/version|cut -d/ -f5) -_kernver="$(cat /usr/lib/modules/${_extramodules}/version)" +_extramodules="$(echo /usr/lib/modules/extramodules-[0-9.]*-${_kname}/version|cut -d/ -f5 2> /dev/null)" +_kernver="$(cat /usr/lib/modules/${_extramodules}/version 2> /dev/null)" prepare() { + test -n "$_kernver" + + msg2 "Cleaning..." test ! -d NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg} \ || rm -rf NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg} + msg2 "Extracting..." sh NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg}.run --extract-only + msg2 "Patching..." cd NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg}/usr/src/nv patch -p1 -i "$srcdir"/173.14.36-37.patch patch -p1 -i "$srcdir"/173.14.37-38.patch @@ -68,7 +76,7 @@ build() { package() { install -dm755 "$pkgdir/etc/modprobe.d" - install -m644 nouveau_blacklist-lts.conf "$pkgdir/etc/modprobe.d/" + install -m644 nouveau_blacklist.conf "$pkgdir/etc/modprobe.d/nouveau_blacklist-${_kname}.conf" cd NVIDIA-Linux-${_arch}-${pkgver}-pkg${_npkg} install -dm755 "$pkgdir/usr/share/licenses/${pkgname}/" diff --git a/nvidia-96xx-lts/nouveau_blacklist-lts.conf b/nvidia-96xx-lts/nouveau_blacklist.conf similarity index 100% rename from nvidia-96xx-lts/nouveau_blacklist-lts.conf rename to nvidia-96xx-lts/nouveau_blacklist.conf diff --git a/nvidia-dkms/.AURINFO b/nvidia-dkms/.AURINFO index 0f44fe4a18c..11d7e6dacfc 100644 --- a/nvidia-dkms/.AURINFO +++ b/nvidia-dkms/.AURINFO @@ -1,7 +1,7 @@ pkgbase = nvidia-dkms pkgdesc = NVIDIA kernel module sources (DKMS) pkgver = 343.22 - pkgrel = 3 + pkgrel = 4 url = http://www.nvidia.com/ install = nvidia-dkms.install arch = i686 @@ -18,7 +18,7 @@ pkgbase = nvidia-dkms source = linux3.18.patch sha256sums = 0399de911182bc6da2694c07443ec19a7eab2975955e65be2b3d5fc861400adf sha256sums = b4f2b4afd3a5709745a8182c7e8059aa8af7304f14c3c27c9c4a4afa28e5122b - sha256sums = cb58461f014b7476b49c52bd0890cba612d6d166e27b43a2355ed5968197eed9 + sha256sums = 98b55c0558d660506edd9737900be3a1adf75848a6de2e3d0facd07cd9ac229f pkgname = nvidia-dkms diff --git a/nvidia-dkms/PKGBUILD b/nvidia-dkms/PKGBUILD index 289bf31067f..10bea5491aa 100644 --- a/nvidia-dkms/PKGBUILD +++ b/nvidia-dkms/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nvidia-dkms pkgver=343.22 -pkgrel=3 +pkgrel=4 pkgdesc='NVIDIA kernel module sources (DKMS)' arch=('i686' 'x86_64') url='http://www.nvidia.com/' @@ -21,7 +21,7 @@ source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux- 'linux3.18.patch') sha256sums=('0399de911182bc6da2694c07443ec19a7eab2975955e65be2b3d5fc861400adf' 'b4f2b4afd3a5709745a8182c7e8059aa8af7304f14c3c27c9c4a4afa28e5122b' - 'cb58461f014b7476b49c52bd0890cba612d6d166e27b43a2355ed5968197eed9') + '98b55c0558d660506edd9737900be3a1adf75848a6de2e3d0facd07cd9ac229f') [[ $CARCH == i686 ]] && _pkg=NVIDIA-Linux-x86-${pkgver} [[ $CARCH == x86_64 ]] && _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32 diff --git a/nvidia-dkms/linux3.18.patch b/nvidia-dkms/linux3.18.patch index 0adcc088803..ca0ab0a3b7a 100644 --- a/nvidia-dkms/linux3.18.patch +++ b/nvidia-dkms/linux3.18.patch @@ -7,7 +7,7 @@ diff -rupN kernel.orig/nv-drm.c kernel/nv-drm.c #include + +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 18, 0) -+#include ++#include +#endif extern nv_linux_state_t *nv_linux_devices; diff --git a/nzbdrone-torrents/.AURINFO b/nzbdrone-torrents/.AURINFO index a92ca42fd4b..3b1058b81cf 100644 --- a/nzbdrone-torrents/.AURINFO +++ b/nzbdrone-torrents/.AURINFO @@ -1,6 +1,6 @@ pkgbase = nzbdrone-torrents pkgdesc = PVR for newsgroup users - pkgver = 2.0.0.2122 + pkgver = 2.0.0.2155 pkgrel = 1 url = http://www.nzbdrone.com install = nzbdrone.install @@ -16,10 +16,10 @@ pkgbase = nzbdrone-torrents optdepends = deluge: a torrent downloader provides = nzbdrone conflicts = nzbdrone - source = http://update.nzbdrone.com/v2/torrents/mono/NzbDrone.torrents.2.0.0.2122.mono.tar.gz + source = http://update.nzbdrone.com/v2/torrents/mono/NzbDrone.torrents.2.0.0.2155.mono.tar.gz source = nzbdrone.sh source = nzbdrone.service - md5sums = a383fe0c36730dfe5fb316f51f309480 + md5sums = aafc9b7c6461a760da06ffd2c3120d27 md5sums = 3b61cab484404951eb5d2c0cf760da07 md5sums = 42cdce41e518760ea9769bacd840a113 diff --git a/nzbdrone-torrents/PKGBUILD b/nzbdrone-torrents/PKGBUILD index baf5ce7ce66..5ea6c3df10f 100644 --- a/nzbdrone-torrents/PKGBUILD +++ b/nzbdrone-torrents/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Justin Dray # Maintainer: Daniel Egeberg pkgname="nzbdrone-torrents" -pkgver="2.0.0.2122" +pkgver="2.0.0.2155" pkgrel=1 pkgdesc="PVR for newsgroup users" arch=(any) @@ -20,7 +20,7 @@ source=("http://update.nzbdrone.com/v2/torrents/mono/NzbDrone.torrents.${pkgver} "nzbdrone.sh" "nzbdrone.service") noextract=() -md5sums=('a383fe0c36730dfe5fb316f51f309480' +md5sums=('aafc9b7c6461a760da06ffd2c3120d27' '3b61cab484404951eb5d2c0cf760da07' '42cdce41e518760ea9769bacd840a113') diff --git a/omegat-beta/.AURINFO b/omegat-beta/.AURINFO index 6a95f4c07be..5528d52b0f8 100644 --- a/omegat-beta/.AURINFO +++ b/omegat-beta/.AURINFO @@ -1,6 +1,6 @@ pkgbase = omegat-beta pkgdesc = Beta version of a multiplatform CAT tool application, written in Java - pkgver = 3.1.5 + pkgver = 3.1.7 pkgrel = 1 url = http://www.omegat.org/en/omegat.html install = omegat.install @@ -11,10 +11,13 @@ pkgbase = omegat-beta depends = desktop-file-utils provides = omegat conflicts = omegat - source = http://downloads.sourceforge.net/omegat/OmegaT_3.1.5_Beta_Without_JRE.zip + options = !strip + source = http://downloads.sourceforge.net/omegat/OmegaT_3.1.7_Beta_Without_JRE.zip source = http://www.omegat.org/resources/icons.zip source = omegat.desktop - options = !strip + sha256sums = 3444b0f79b24ddcf990a917608802603bec8cabfd2cc1cf5e9c6dbd33a0aff59 + sha256sums = e8b14887f513a505def059903348b5a06c0d016450711cf0f235802213a3dbbb + sha256sums = 595de7433e91788e15fa7714e6a65188ccf56eeac824b4a48d50a6752b989700 pkgname = omegat-beta diff --git a/omegat-beta/PKGBUILD b/omegat-beta/PKGBUILD index 23c152e456c..31857225b53 100644 --- a/omegat-beta/PKGBUILD +++ b/omegat-beta/PKGBUILD @@ -2,7 +2,7 @@ pkgname=omegat-beta _pkgname=omegat -pkgver=3.1.5 +pkgver=3.1.7 pkgrel=1 pkgdesc="Beta version of a multiplatform CAT tool application, written in Java" arch=('i686' 'x86_64') @@ -16,36 +16,36 @@ options=('!strip') source=(http://downloads.sourceforge.net/${_pkgname}/OmegaT_${pkgver}_Beta_Without_JRE.zip \ http://www.omegat.org/resources/icons.zip \ ${_pkgname}.desktop) -sha256sums=('9b7a95787210a20fd4392d516390c59eec4b47c4ed896954922086f8c9b53d9c' +sha256sums=('3444b0f79b24ddcf990a917608802603bec8cabfd2cc1cf5e9c6dbd33a0aff59' 'e8b14887f513a505def059903348b5a06c0d016450711cf0f235802213a3dbbb' '595de7433e91788e15fa7714e6a65188ccf56eeac824b4a48d50a6752b989700') package() { - cd ${srcdir} - install -d ${pkgdir}/usr/share/java/${_pkgname} \ - ${pkgdir}/usr/bin + cd "${srcdir}" + install -d "${pkgdir}"/usr/share/java/${_pkgname} \ + "${pkgdir}"/usr/bin find . -type f -exec chmod 644 "{}" \; - mv *.txt ${srcdir}/docs - cp -r * ${pkgdir}/usr/share/java/${_pkgname} - chmod 755 ${pkgdir}/usr/share/java/${_pkgname}/OmegaT + mv *.txt "${srcdir}"/docs + cp -r * "${pkgdir}"/usr/share/java/${_pkgname} + chmod 755 "${pkgdir}"/usr/share/java/${_pkgname}/OmegaT #.desktop file + icon - install -D -m644 ${srcdir}/${_pkgname}.desktop \ - ${pkgdir}/usr/share/applications/${_pkgname}.desktop - install -D -m644 ${srcdir}/icons/OmegaT_Icon.png \ - ${pkgdir}/usr/share/pixmaps/${_pkgname}.png + install -D -m644 "${srcdir}"/${_pkgname}.desktop \ + "${pkgdir}"/usr/share/applications/${_pkgname}.desktop + install -D -m644 "${srcdir}"/icons/OmegaT_Icon.png \ + "${pkgdir}"/usr/share/pixmaps/${_pkgname}.png #more images - install -m644 ${pkgdir}/usr/share/java/${_pkgname}/icons/*.png \ - ${pkgdir}/usr/share/java/${_pkgname}/images/ + install -m644 "${pkgdir}"/usr/share/java/${_pkgname}/icons/*.png \ + "${pkgdir}"/usr/share/java/${_pkgname}/images/ #removing obsolete files - rm -rf ${pkgdir}/usr/share/java/${_pkgname}/{*.{zip,desktop},OmegaT,OmegaT.bat,icons} + rm -rf "${pkgdir}"/usr/share/java/${_pkgname}/{*.{zip,desktop},OmegaT,OmegaT.bat,icons} #making executable file - echo "#!/bin/sh" > ${pkgdir}/usr/bin/${_pkgname} - echo "cd /usr/share/java/${_pkgname}/" >> ${pkgdir}/usr/bin/${_pkgname} - echo "java -jar OmegaT.jar \$*" >> ${pkgdir}/usr/bin/${_pkgname} - chmod 755 ${pkgdir}/usr/bin/${_pkgname} + echo "#!/bin/sh" > "${pkgdir}"/usr/bin/${_pkgname} + echo "cd /usr/share/java/${_pkgname}/" >> "${pkgdir}"/usr/bin/${_pkgname} + echo "java -jar OmegaT.jar \$*" >> "${pkgdir}"/usr/bin/${_pkgname} + chmod 755 "${pkgdir}"/usr/bin/${_pkgname} } diff --git a/palemoon/.AURINFO b/palemoon/.AURINFO index 36d3db55bdc..97c55ee951d 100644 --- a/palemoon/.AURINFO +++ b/palemoon/.AURINFO @@ -1,6 +1,6 @@ pkgbase = palemoon pkgdesc = Open source web browser based on Firefox focusing on efficiency. - pkgver = 25.0.1 + pkgver = 25.0.2 pkgrel = 1 url = http://www.palemoon.org/ install = palemoon.install @@ -39,10 +39,10 @@ pkgbase = palemoon optdepends = libpulse: PulseAudio audio driver optdepends = hunspell: spell checker and morphological analyzer optdepends = hyphen: library for hyphenation and justification - source = https://github.com/MoonchildProductions/Pale-Moon/archive/25.0.1_Release.tar.gz + source = https://github.com/MoonchildProductions/Pale-Moon/archive/25.0.2_Release.tar.gz source = palemoon.desktop source = mozconfig.in - md5sums = d7dc91c50356852ab910833ed4fedbad + md5sums = 9ffcb6aa63a592bb39a5c8d2a263c8ca md5sums = 32231f6e6a532021fd04c6d7b32f4270 md5sums = 707e0ddab013b1a3080daab40c5a1a91 diff --git a/palemoon/PKGBUILD b/palemoon/PKGBUILD index 1118b976193..ee8ae8a7d8c 100644 --- a/palemoon/PKGBUILD +++ b/palemoon/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: WorMzy Tykashi # Contributor: artiom pkgname=palemoon -pkgver=25.0.1 +pkgver=25.0.2 pkgrel=1 pkgdesc="Open source web browser based on Firefox focusing on efficiency." arch=('i686' 'x86_64') @@ -23,7 +23,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks' install=palemoon.install source=(https://github.com/MoonchildProductions/Pale-Moon/archive/${pkgver}_Release.tar.gz palemoon.desktop mozconfig.in) -md5sums=('d7dc91c50356852ab910833ed4fedbad' +md5sums=('9ffcb6aa63a592bb39a5c8d2a263c8ca' '32231f6e6a532021fd04c6d7b32f4270' '707e0ddab013b1a3080daab40c5a1a91') build() { diff --git a/parity-standalone/.AURINFO b/parity-standalone/.AURINFO new file mode 100644 index 00000000000..24a4929f23f --- /dev/null +++ b/parity-standalone/.AURINFO @@ -0,0 +1,14 @@ +pkgbase = parity-standalone + pkgdesc = CLI tool for managing Heroku apps in staging and production environments + pkgver = 0.3.0 + pkgrel = 1 + url = https://github.com/croaky/parity + arch = any + license = MIT + depends = ruby + depends = heroku-client-standalone + source = https://github.com/croaky/parity/archive/v0.3.0.tar.gz + md5sums = 9a6c4f360d5c5058c819cffe0021aac8 + +pkgname = parity-standalone + diff --git a/parity-standalone/PKGBUILD b/parity-standalone/PKGBUILD new file mode 100644 index 00000000000..269f0621cb8 --- /dev/null +++ b/parity-standalone/PKGBUILD @@ -0,0 +1,42 @@ +# Maintainer: Joe Ferris +_pkgname='parity' +pkgname="$_pkgname-standalone" +pkgver=0.3.0 +pkgrel=1 +pkgdesc="CLI tool for managing Heroku apps in staging and production environments" +arch=('any') +url="https://github.com/croaky/parity" +license=('MIT') +depends=(ruby heroku-client-standalone) +conflicts=() +source=("https://github.com/croaky/$_pkgname/archive/v$pkgver.tar.gz") + +package() { + mkdir -p "$pkgdir"/opt/parity + cp -r "$srcdir/$_pkgname-$pkgver"/* "$pkgdir"/opt/parity + mkdir -p "$pkgdir"/usr/bin + +cat > "$pkgdir"/usr/bin/development < "$pkgdir"/usr/bin/staging < "$pkgdir"/usr/bin/production <=0.301 + depends = perl-task-weaken + depends = perl>=5.6.0 + options = !emptydirs + source = http://search.mcpan.org/CPAN/authors/id/J/JJ/JJORE/B-Utils-0.25.tar.gz + md5sums = a45b286d9a0281c98416f2bdf689b800 + sha512sums = 9a198f400d0a138c73a1d52f69e58b3a9100bb0aa4f851b9cec1f54cc2f9cb7e65c67fcad0495deeaf1ad427862b8135d262c46a7945e7cc26ee6a7a879e2ad7 + +pkgname = perl-b-utils + diff --git a/perl-b-utils/PKGBUILD b/perl-b-utils/PKGBUILD index 1b028b72c1b..4a96f8b66b6 100644 --- a/perl-b-utils/PKGBUILD +++ b/perl-b-utils/PKGBUILD @@ -1,36 +1,50 @@ -# Contributor: Konrad Borowski -# Contributor: Alan Young +# Contributor: John D Jones III +# Generator : CPANPLUS::Dist::Arch 1.29 -pkgname=perl-b-utils -pkgver=0.21 -pkgrel=3 -pkgdesc='Helper functions for op tree manipulation' +pkgname='perl-b-utils' +pkgver='0.25' +pkgrel='1' +pkgdesc="Helper functions for op tree manipulation" arch=('i686' 'x86_64') -url='http://search.cpan.org/dist/B-Utils' -license=('GPL' 'PerlArtistic') -depends=('perl>=5.10.0' 'perl-task-weaken') -makedepends=('perl-extutils-depends>=0.301') -provides=() -conflicts=() -replaces=() -backup=() +license=('PerlArtistic' 'GPL') options=('!emptydirs') -install= -source=("http://search.cpan.org/CPAN/authors/id/J/JJ/JJORE/B-Utils-$pkgver.tar.gz") -md5sums=('5e6af42f436918253137d367b52478cd') +depends=('perl-task-weaken' 'perl>=5.6.0') +makedepends=('perl-extutils-depends>=0.301') +url='http://search.mcpan.org/dist/B-Utils' +source=('http://search.mcpan.org/CPAN/authors/id/J/JJ/JJORE/B-Utils-0.25.tar.gz') +md5sums=('a45b286d9a0281c98416f2bdf689b800') +sha512sums=('9a198f400d0a138c73a1d52f69e58b3a9100bb0aa4f851b9cec1f54cc2f9cb7e65c67fcad0495deeaf1ad427862b8135d262c46a7945e7cc26ee6a7a879e2ad7') +_distdir="B-Utils-0.25" + +build() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ + PERL_AUTOINSTALL=--skipdeps \ + PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ + PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ + MODULEBUILDRC=/dev/null + + cd "$srcdir/$_distdir" + /usr/bin/perl Makefile.PL + make + ) +} + +check() { + cd "$srcdir/$_distdir" + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" + make test + ) +} package() { - cd "$srcdir/"* - - # Setting these env variables overwrites any command-line-options we don't want... - export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ - MODULEBUILDRC=/dev/null + cd "$srcdir/$_distdir" + make install - # If using Makefile.PL - { /usr/bin/perl Makefile.PL && - make && - make test && - make install; } || return 1 + find "$pkgdir" -name .packlist -o -name perllocal.pod -delete } + +# Local Variables: +# mode: shell-script +# sh-basic-offset: 2 +# End: +# vim:set ts=2 sw=2 et: diff --git a/perl-catalyst-plugin-configloader/.AURINFO b/perl-catalyst-plugin-configloader/.AURINFO new file mode 100644 index 00000000000..c981bee239c --- /dev/null +++ b/perl-catalyst-plugin-configloader/.AURINFO @@ -0,0 +1,21 @@ +pkgbase = perl-catalyst-plugin-configloader + pkgdesc = Load config files of various types + pkgver = 0.34 + pkgrel = 1 + url = http://search.mcpan.org/dist/Catalyst-Plugin-ConfigLoader + arch = any + license = PerlArtistic + license = GPL + makedepends = perl-path-class + depends = perl-catalyst-runtime>=5.7008 + depends = perl-config-any>=0.20 + depends = perl-data-visitor>=0.24 + depends = perl-mro-compat>=0.09 + depends = perl>=5.8.0 + options = !emptydirs + source = http://search.mcpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-ConfigLoader-0.34.tar.gz + md5sums = 783b51f2f8113041cf2ab6c1a351bfce + sha512sums = 294826900f11b9c00a5106f71b3b778e3a9c41bd7ff5bd7e3a6c376242f330c9a4c9473a15854e7bba730b90a01711edfc4221d54d8609ab0f8480c95d59c115 + +pkgname = perl-catalyst-plugin-configloader + diff --git a/perl-catalyst-plugin-configloader/PKGBUILD b/perl-catalyst-plugin-configloader/PKGBUILD index b4379fbe173..a7174371b4f 100644 --- a/perl-catalyst-plugin-configloader/PKGBUILD +++ b/perl-catalyst-plugin-configloader/PKGBUILD @@ -1,20 +1,20 @@ -# Contributor: John D Jones III -# Generator : CPANPLUS::Dist::Arch 1.25 +# Contributor: John D Jones III +# Generator : CPANPLUS::Dist::Arch 1.29 pkgname='perl-catalyst-plugin-configloader' -pkgver='0.32' +pkgver='0.34' pkgrel='1' pkgdesc="Load config files of various types" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') -depends=('perl>=5.008' 'perl-catalyst-runtime>=5.7008' 'perl-config-any>=0.20' 'perl-data-visitor>=0.24' 'perl-mro-compat>=0.09') -makedepends=() -url='http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader' -source=('http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-ConfigLoader-0.32.tar.gz') -md5sums=('69ba87c312930447668c6e2c5414c27c') -sha512sums=('296392ad27b69902754640c77bf9961325ddfc9254dcc0eb497834e684040bfa9cd5fcd75b342de146e8c385d1ea12d38c990615e47d3b3dcb3a91730cfad1cb') -_distdir="Catalyst-Plugin-ConfigLoader-0.32" +depends=('perl-catalyst-runtime>=5.7008' 'perl-config-any>=0.20' 'perl-data-visitor>=0.24' 'perl-mro-compat>=0.09' 'perl>=5.8.0') +makedepends=('perl-path-class') +url='http://search.mcpan.org/dist/Catalyst-Plugin-ConfigLoader' +source=('http://search.mcpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-ConfigLoader-0.34.tar.gz') +md5sums=('783b51f2f8113041cf2ab6c1a351bfce') +sha512sums=('294826900f11b9c00a5106f71b3b778e3a9c41bd7ff5bd7e3a6c376242f330c9a4c9473a15854e7bba730b90a01711edfc4221d54d8609ab0f8480c95d59c115') +_distdir="Catalyst-Plugin-ConfigLoader-0.34" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ diff --git a/perl-dbix-class-schema-loader/.AURINFO b/perl-dbix-class-schema-loader/.AURINFO new file mode 100644 index 00000000000..3dfe19648c6 --- /dev/null +++ b/perl-dbix-class-schema-loader/.AURINFO @@ -0,0 +1,48 @@ +pkgbase = perl-dbix-class-schema-loader + pkgdesc = Create a DBIx::Class::Schema based on a database + pkgver = 0.07042 + pkgrel = 1 + url = http://search.mcpan.org/dist/DBIx-Class-Schema-Loader + arch = any + license = PerlArtistic + license = GPL + checkdepends = perl-test-deep>=0.107 + checkdepends = perl-test-differences>=0.60 + checkdepends = perl-test-exception>=0.31 + checkdepends = perl-test-pod>=1.14 + checkdepends = perl-test-warn>=0.21 + makedepends = perl-config-any + makedepends = perl-config-general + makedepends = perl-dbd-sqlite>=1.29 + makedepends = perl-dbix-class-introspectablem2m + makedepends = perl-moose>=1.12 + makedepends = perl-moosex-markasmethods>=0.13 + makedepends = perl-moosex-nonmoose>=0.25 + makedepends = perl-namespace-autoclean>=0.09 + depends = perl-carp-clan + depends = perl-class-accessor-grouped>=0.10008 + depends = perl-class-c3-componentised>=1.0008 + depends = perl-class-inspector>=1.27 + depends = perl-class-unload>=0.07 + depends = perl-dbix-class>=0.08127 + depends = perl-data-dump>=1.06 + depends = perl-hash-merge>=0.12 + depends = perl-lingua-en-inflect-number>=1.1 + depends = perl-lingua-en-inflect-phrase>=0.15 + depends = perl-lingua-en-tagger>=0.23 + depends = perl-list-moreutils>=0.32 + depends = perl-mro-compat>=0.09 + depends = perl-scope-guard>=0.20 + depends = perl-string-camelcase>=0.02 + depends = perl-string-toidentifier-en>=0.05 + depends = perl-sub-name + depends = perl-try-tiny + depends = perl-namespace-clean>=0.23 + depends = perl>=5.8.1 + options = !emptydirs + source = http://search.mcpan.org/CPAN/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-0.07042.tar.gz + md5sums = bdf0f66ed6e97a9630dda37ffe356060 + sha512sums = 62a4168f5a0d107f26ad090c7828352c5a15d2dcccd54b992585f314d1985a8d7eb4d466cc10e87e42aee2b55832428fdb28d7bcfcecde950a70228f7d0c6253 + +pkgname = perl-dbix-class-schema-loader + diff --git a/perl-dbix-class-schema-loader/PKGBUILD b/perl-dbix-class-schema-loader/PKGBUILD index e9fdf902e67..a7f4640a9cd 100644 --- a/perl-dbix-class-schema-loader/PKGBUILD +++ b/perl-dbix-class-schema-loader/PKGBUILD @@ -1,21 +1,21 @@ -# Contributor: John D Jones III -# Generator : CPANPLUS::Dist::Arch 1.27 +# Contributor: John D Jones III +# Generator : CPANPLUS::Dist::Arch 1.29 pkgname='perl-dbix-class-schema-loader' -pkgver='0.07039' +pkgver='0.07042' pkgrel='1' pkgdesc="Create a DBIx::Class::Schema based on a database" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') -depends=('perl-carp-clan>=0' 'perl-class-accessor-grouped>=0.10008' 'perl-class-c3-componentised>=1.0008' 'perl-class-inspector>=1.27' 'perl-class-unload>=0.07' 'perl-dbix-class>=0.08127' 'perl-data-dump>=1.06' 'perl-hash-merge>=0.12' 'perl-lingua-en-inflect-number>=1.1' 'perl-lingua-en-inflect-phrase>=0.15' 'perl-lingua-en-tagger>=0.23' 'perl-list-moreutils>=0.32' 'perl-mro-compat>=0.09' 'perl-scope-guard>=0.20' 'perl-string-camelcase>=0.02' 'perl-string-toidentifier-en>=0.05' 'perl-sub-name>=0' 'perl-try-tiny>=0' 'perl-namespace-clean>=0.23' 'perl>=5.8.1') -makedepends=('perl-config-any>=0' 'perl-config-general>=0' 'perl-dbd-sqlite>=1.29' 'perl-dbix-class-introspectablem2m>=0' 'perl-moose>=1.12' 'perl-moosex-markasmethods>=0.13' 'perl-moosex-nonmoose>=0.16' 'perl-namespace-autoclean>=0.09') -checkdepends=('perl-test-exception>=0.31' 'perl-test-pod>=1.14' 'perl-test-warn>=0.21') -url='http://search.cpan.org/dist/DBIx-Class-Schema-Loader' -source=('http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-0.07039.tar.gz') -md5sums=('62952901aebe26e2ac0141c592e14818') -sha512sums=('18d2b00d5c287cf1d3eccfaf7a79fd4c3b9803263cbe699d32f4ffac0852ebe97185256eb2dd457721a0d43ba2a816927f608ba99495c445966c695a66da4915') -_distdir="DBIx-Class-Schema-Loader-0.07039" +depends=('perl-carp-clan' 'perl-class-accessor-grouped>=0.10008' 'perl-class-c3-componentised>=1.0008' 'perl-class-inspector>=1.27' 'perl-class-unload>=0.07' 'perl-dbix-class>=0.08127' 'perl-data-dump>=1.06' 'perl-hash-merge>=0.12' 'perl-lingua-en-inflect-number>=1.1' 'perl-lingua-en-inflect-phrase>=0.15' 'perl-lingua-en-tagger>=0.23' 'perl-list-moreutils>=0.32' 'perl-mro-compat>=0.09' 'perl-scope-guard>=0.20' 'perl-string-camelcase>=0.02' 'perl-string-toidentifier-en>=0.05' 'perl-sub-name' 'perl-try-tiny' 'perl-namespace-clean>=0.23' 'perl>=5.8.1') +makedepends=('perl-config-any' 'perl-config-general' 'perl-dbd-sqlite>=1.29' 'perl-dbix-class-introspectablem2m' 'perl-moose>=1.12' 'perl-moosex-markasmethods>=0.13' 'perl-moosex-nonmoose>=0.25' 'perl-namespace-autoclean>=0.09') +checkdepends=('perl-test-deep>=0.107' 'perl-test-differences>=0.60' 'perl-test-exception>=0.31' 'perl-test-pod>=1.14' 'perl-test-warn>=0.21') +url='http://search.mcpan.org/dist/DBIx-Class-Schema-Loader' +source=('http://search.mcpan.org/CPAN/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-0.07042.tar.gz') +md5sums=('bdf0f66ed6e97a9630dda37ffe356060') +sha512sums=('62a4168f5a0d107f26ad090c7828352c5a15d2dcccd54b992585f314d1985a8d7eb4d466cc10e87e42aee2b55832428fdb28d7bcfcecde950a70228f7d0c6253') +_distdir="DBIx-Class-Schema-Loader-0.07042" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ diff --git a/perl-git-cpan-patch/.AURINFO b/perl-git-cpan-patch/.AURINFO new file mode 100644 index 00000000000..123a61ea388 --- /dev/null +++ b/perl-git-cpan-patch/.AURINFO @@ -0,0 +1,38 @@ +pkgbase = perl-git-cpan-patch + pkgdesc = Patch CPAN modules using Git + pkgver = 2.0.3 + pkgrel = 1 + url = http://search.mcpan.org/dist/Git-CPAN-Patch + arch = any + license = PerlArtistic + license = GPL + checkdepends = perl-test-mockobject + depends = perl-archive-any + depends = perl-archive-extract + depends = perl-backpan-index + depends = perl-class + depends = perl-cpan-parsedistribution + depends = perl-cpanplus + depends = perl-datetime + depends = perl-file-chdir + depends = perl-file-chmod + depends = perl-git-repository + depends = perl-git-repository-plugin-autoload + depends = perl-list-pairwise + depends = perl-metacpan-api + depends = perl-method-signatures-simple>=1.07 + depends = perl-moose + depends = perl-moosex-app>=1.21 + depends = perl-moosex-role-tempdir + depends = perl-moosex-semiaffordanceaccessor + depends = perl-path-class + depends = perl-libwww + depends = perl>=5.10.1 + depends = git + options = !emptydirs + source = http://search.mcpan.org/CPAN/authors/id/Y/YA/YANICK/Git-CPAN-Patch-2.0.3.tar.gz + md5sums = 38fd1c6a78c0e3f090ddd90b9d374e48 + sha512sums = 951eaba4f3940795041265515fa610d40f172477086c5cb930732b2d126cf9fb9f6657814b3535d5ef1017e1403340e97aac7a2349c7bad9cd3b8f11589a9865 + +pkgname = perl-git-cpan-patch + diff --git a/perl-git-cpan-patch/PKGBUILD b/perl-git-cpan-patch/PKGBUILD index 82c18853587..aac15ede709 100644 --- a/perl-git-cpan-patch/PKGBUILD +++ b/perl-git-cpan-patch/PKGBUILD @@ -1,20 +1,21 @@ -# Contributor: John D Jones III -# Generator : CPANPLUS::Dist::Arch 1.25 +# Contributor: John D Jones III +# Generator : CPANPLUS::Dist::Arch 1.29 pkgname='perl-git-cpan-patch' -pkgver='1.3.0' +pkgver='2.0.3' pkgrel='1' -pkgdesc="" +pkgdesc="Patch CPAN modules using Git" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') -depends=('perl>=5.10.0' 'perl-backpan-index' 'perl-class' 'perl-cpan-parsedistribution' 'perl-datetime' 'perl-experimental' 'perl-file-chdir' 'perl-file-chmod' 'perl-git-repository' 'perl-libwww' 'perl-list-pairwise' 'perl-metacpan-api' 'perl-method-signatures-simple>=1.07' 'perl-moose' 'perl-moosex-app>=1.21' 'perl-moosex-role-tempdir' 'perl-moosex-semiaffordanceaccessor' 'perl-path-class') +depends=('perl-archive-any' 'perl-archive-extract' 'perl-backpan-index' 'perl-class' 'perl-cpan-parsedistribution' 'perl-cpanplus' 'perl-datetime' 'perl-file-chdir' 'perl-file-chmod' 'perl-git-repository' 'perl-git-repository-plugin-autoload' 'perl-list-pairwise' 'perl-metacpan-api' 'perl-method-signatures-simple>=1.07' 'perl-moose' 'perl-moosex-app>=1.21' 'perl-moosex-role-tempdir' 'perl-moosex-semiaffordanceaccessor' 'perl-path-class' 'perl-libwww' 'perl>=5.10.1' 'git') makedepends=() -url='http://search.cpan.org/dist/Git-CPAN-Patch' -source=('http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Git-CPAN-Patch-1.3.0.tar.gz') -md5sums=('48a4f037a92ba262afef36c4cebfca30') -sha512sums=('87c011086f12bcaa42f9956cecf8a48e514ca31d4f6d44c7c6cca016e0879f0a02db16edb32c5d1121bfb0f14d4f268c0f5930f12b9a0dfa1d2a4e8c2faf8d26') -_distdir="Git-CPAN-Patch-1.3.0" +checkdepends=('perl-test-mockobject') +url='http://search.mcpan.org/dist/Git-CPAN-Patch' +source=('http://search.mcpan.org/CPAN/authors/id/Y/YA/YANICK/Git-CPAN-Patch-2.0.3.tar.gz') +md5sums=('38fd1c6a78c0e3f090ddd90b9d374e48') +sha512sums=('951eaba4f3940795041265515fa610d40f172477086c5cb930732b2d126cf9fb9f6657814b3535d5ef1017e1403340e97aac7a2349c7bad9cd3b8f11589a9865') +_distdir="Git-CPAN-Patch-2.0.3" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ diff --git a/perl-json-rpc2/.AURINFO b/perl-json-rpc2/.AURINFO new file mode 100644 index 00000000000..91886141231 --- /dev/null +++ b/perl-json-rpc2/.AURINFO @@ -0,0 +1,17 @@ +pkgbase = perl-json-rpc2 + pkgdesc = Transport-independent implementation of json-rpc 2.0 + pkgver = 1.0.0 + pkgrel = 1 + url = http://search.mcpan.org/dist/JSON-RPC2 + arch = any + license = PerlArtistic + license = GPL + checkdepends = perl-test-exception + depends = perl-json-xs + options = !emptydirs + source = http://search.mcpan.org/CPAN/authors/id/P/PO/POWERMAN/JSON-RPC2-1.0.0.tar.gz + md5sums = cc009e17eb348a051c3f2de5c3c1668d + sha512sums = d212bbe81023ac652ffeb41aacafdb58579b3a8289486fa7e0a68dd18dfaa3bc544e72a4557fbffb516915970b995caa225f29d663e7e9a7391a591387f53e47 + +pkgname = perl-json-rpc2 + diff --git a/perl-json-rpc2/PKGBUILD b/perl-json-rpc2/PKGBUILD new file mode 100644 index 00000000000..52420c2d022 --- /dev/null +++ b/perl-json-rpc2/PKGBUILD @@ -0,0 +1,51 @@ +# Contributor: John D Jones III +# Generator : CPANPLUS::Dist::Arch 1.28 + +pkgname='perl-json-rpc2' +pkgver='1.0.0' +pkgrel='1' +pkgdesc="Transport-independent implementation of json-rpc 2.0" +arch=('any') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +depends=('perl-json-xs') +makedepends=() +checkdepends=('perl-test-exception') +url='http://search.mcpan.org/dist/JSON-RPC2' +source=('http://search.mcpan.org/CPAN/authors/id/P/PO/POWERMAN/JSON-RPC2-1.0.0.tar.gz') +md5sums=('cc009e17eb348a051c3f2de5c3c1668d') +sha512sums=('d212bbe81023ac652ffeb41aacafdb58579b3a8289486fa7e0a68dd18dfaa3bc544e72a4557fbffb516915970b995caa225f29d663e7e9a7391a591387f53e47') +_distdir="JSON-RPC2-1.0.0" + +build() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ + PERL_AUTOINSTALL=--skipdeps \ + PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ + PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ + MODULEBUILDRC=/dev/null + + cd "$srcdir/$_distdir" + /usr/bin/perl Makefile.PL + make + ) +} + +check() { + cd "$srcdir/$_distdir" + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" + make test + ) +} + +package() { + cd "$srcdir/$_distdir" + make install + + find "$pkgdir" -name .packlist -o -name perllocal.pod -delete +} + +# Local Variables: +# mode: shell-script +# sh-basic-offset: 2 +# End: +# vim:set ts=2 sw=2 et: diff --git a/perl-mojolicious/.AURINFO b/perl-mojolicious/.AURINFO index 299dc0b4e19..a560ebc5115 100644 --- a/perl-mojolicious/.AURINFO +++ b/perl-mojolicious/.AURINFO @@ -1,6 +1,6 @@ pkgbase = perl-mojolicious pkgdesc = Real-time web framework - pkgver = 5.53 + pkgver = 5.54 pkgrel = 1 url = http://search.mcpan.org/dist/Mojolicious arch = any @@ -8,9 +8,9 @@ pkgbase = perl-mojolicious license = GPL depends = perl options = !emptydirs - source = http://search.mcpan.org/CPAN/authors/id/S/SR/SRI/Mojolicious-5.53.tar.gz - md5sums = 712517cb19781c6813f4eb76ccb8c257 - sha512sums = 97c47aa5a69c40b4dd8bcae99d9253ff6aa8c1df18e97a8007f6341590467ed875cceadbfca81c59b67b09c0634f34d9cb50fa498e7a9e6a6cd3ea318b18ead9 + source = http://search.mcpan.org/CPAN/authors/id/S/SR/SRI/Mojolicious-5.54.tar.gz + md5sums = fe4f37ae58eddb9fe11a673fbf4fc047 + sha512sums = d40ec04cf103bfd1f6e03ba707eb44e0ae22e00e7565deb7144fb83ddffd8e78e5a7136c18ac6ebbe6154a97508e9a9448b0bc4a8d2e138fb3e635487d5a3282 pkgname = perl-mojolicious diff --git a/perl-mojolicious/PKGBUILD b/perl-mojolicious/PKGBUILD index e49a94f9616..1dcd807d0eb 100644 --- a/perl-mojolicious/PKGBUILD +++ b/perl-mojolicious/PKGBUILD @@ -1,8 +1,8 @@ # Contributor: John D Jones III -# Generator : CPANPLUS::Dist::Arch 1.28 +# Generator : CPANPLUS::Dist::Arch 1.29 pkgname='perl-mojolicious' -pkgver='5.53' +pkgver='5.54' pkgrel='1' pkgdesc="Real-time web framework" arch=('any') @@ -11,10 +11,10 @@ options=('!emptydirs') depends=('perl') makedepends=() url='http://search.mcpan.org/dist/Mojolicious' -source=('http://search.mcpan.org/CPAN/authors/id/S/SR/SRI/Mojolicious-5.53.tar.gz') -md5sums=('712517cb19781c6813f4eb76ccb8c257') -sha512sums=('97c47aa5a69c40b4dd8bcae99d9253ff6aa8c1df18e97a8007f6341590467ed875cceadbfca81c59b67b09c0634f34d9cb50fa498e7a9e6a6cd3ea318b18ead9') -_distdir="Mojolicious-5.53" +source=('http://search.mcpan.org/CPAN/authors/id/S/SR/SRI/Mojolicious-5.54.tar.gz') +md5sums=('fe4f37ae58eddb9fe11a673fbf4fc047') +sha512sums=('d40ec04cf103bfd1f6e03ba707eb44e0ae22e00e7565deb7144fb83ddffd8e78e5a7136c18ac6ebbe6154a97508e9a9448b0bc4a8d2e138fb3e635487d5a3282') +_distdir="Mojolicious-5.54" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ diff --git a/perl-role-tiny/.AURINFO b/perl-role-tiny/.AURINFO new file mode 100644 index 00000000000..4ba611dc27a --- /dev/null +++ b/perl-role-tiny/.AURINFO @@ -0,0 +1,17 @@ +pkgbase = perl-role-tiny + pkgdesc = Roles. Like a nouvelle cuisine portion size slice of Moose. + pkgver = 1.003004 + pkgrel = 1 + url = http://search.mcpan.org/dist/Role-Tiny + arch = any + license = PerlArtistic + license = GPL + checkdepends = perl-test-fatal>=0.003 + depends = perl>=5.006 + options = !emptydirs + source = http://search.mcpan.org/CPAN/authors/id/H/HA/HAARG/Role-Tiny-1.003004.tar.gz + md5sums = 3c405a0f76eab9893c8927baea0cdb0c + sha512sums = 4b613f6ef48a1fac2062291f6b094969e864dcfdd3bbe2372c4a44ad106fdc5f6ca6a71024857f21e388d04c68722324191e473528d61b07a9cb8356e0edf577 + +pkgname = perl-role-tiny + diff --git a/perl-role-tiny/PKGBUILD b/perl-role-tiny/PKGBUILD index 87d72c53ec6..c8399a4a40f 100644 --- a/perl-role-tiny/PKGBUILD +++ b/perl-role-tiny/PKGBUILD @@ -1,8 +1,8 @@ # Contributor: John D Jones III -# Generator : CPANPLUS::Dist::Arch 1.27 +# Generator : CPANPLUS::Dist::Arch 1.29 pkgname='perl-role-tiny' -pkgver='1.003003' +pkgver='1.003004' pkgrel='1' pkgdesc="Roles. Like a nouvelle cuisine portion size slice of Moose." arch=('any') @@ -12,10 +12,10 @@ depends=('perl>=5.006') makedepends=() checkdepends=('perl-test-fatal>=0.003') url='http://search.mcpan.org/dist/Role-Tiny' -source=('http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Role-Tiny-1.003003.tar.gz') -md5sums=('f8c04c43b28824589f560d029e497119') -sha512sums=('6d2974a49188416d17e3de444fb4720514546f0dff730e3f56aa54c0e098e28ffccaa7d37fda03048746d6541b99a548ff209c2205b54a2b40f3e2a43b0245e5') -_distdir="Role-Tiny-1.003003" +source=('http://search.mcpan.org/CPAN/authors/id/H/HA/HAARG/Role-Tiny-1.003004.tar.gz') +md5sums=('3c405a0f76eab9893c8927baea0cdb0c') +sha512sums=('4b613f6ef48a1fac2062291f6b094969e864dcfdd3bbe2372c4a44ad106fdc5f6ca6a71024857f21e388d04c68722324191e473528d61b07a9cb8356e0edf577') +_distdir="Role-Tiny-1.003004" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ diff --git a/perl-sql-translator/.AURINFO b/perl-sql-translator/.AURINFO new file mode 100644 index 00000000000..cc773ac42a2 --- /dev/null +++ b/perl-sql-translator/.AURINFO @@ -0,0 +1,29 @@ +pkgbase = perl-sql-translator + pkgdesc = SQL DDL transformations and more + pkgver = 0.11020 + pkgrel = 1 + url = http://search.mcpan.org/dist/SQL-Translator + arch = any + license = PerlArtistic + license = GPL + checkdepends = perl-test-differences + checkdepends = perl-test-exception>=0.31 + makedepends = perl-json>=2.0 + makedepends = perl-xml-writer>=0.500 + makedepends = perl-yaml>=0.66 + depends = perl-carp-clan + depends = perl-dbi>=1.54 + depends = perl-file-sharedir>=1.0 + depends = perl-list-moreutils>=0.09 + depends = perl-moo>=1.000003 + depends = perl-package-variant>=1.001001 + depends = perl-parse-recdescent>=1.967009 + depends = perl-try-tiny>=0.04 + depends = perl>=5.8.1 + options = !emptydirs + source = http://search.mcpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Translator-0.11020.tar.gz + md5sums = 271d40a2c484b41a8654f918be28695b + sha512sums = af044b6a5fca4935b119e0cec08b7ce0567a792d529cc9615708e0b87e052578f8697c9c036ea3f687fe2d9e9ac916a3b6d1585ede25104e7ca9caeab5940884 + +pkgname = perl-sql-translator + diff --git a/perl-sql-translator/PKGBUILD b/perl-sql-translator/PKGBUILD index f050b9344fe..802b3261b65 100644 --- a/perl-sql-translator/PKGBUILD +++ b/perl-sql-translator/PKGBUILD @@ -1,21 +1,21 @@ -# Contributor: John D Jones III -# Generator : CPANPLUS::Dist::Arch 1.27 +# Contributor: John D Jones III +# Generator : CPANPLUS::Dist::Arch 1.29 pkgname='perl-sql-translator' -pkgver='0.11018' +pkgver='0.11020' pkgrel='1' pkgdesc="SQL DDL transformations and more" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') -depends=('perl-carp-clan>=0' 'perl-dbi>=1.54' 'perl-file-sharedir>=1.0' 'perl-list-moreutils>=0.09' 'perl-moo>=1.000003' 'perl-package-variant>=1.001001' 'perl-parse-recdescent>=1.967009' 'perl-try-tiny>=0.04' 'perl>=5.8.1') +depends=('perl-carp-clan' 'perl-dbi>=1.54' 'perl-file-sharedir>=1.0' 'perl-list-moreutils>=0.09' 'perl-moo>=1.000003' 'perl-package-variant>=1.001001' 'perl-parse-recdescent>=1.967009' 'perl-try-tiny>=0.04' 'perl>=5.8.1') makedepends=('perl-json>=2.0' 'perl-xml-writer>=0.500' 'perl-yaml>=0.66') -checkdepends=('perl-test-differences>=0' 'perl-test-exception>=0.31') -url='http://search.cpan.org/dist/SQL-Translator' -source=('http://search.cpan.org/CPAN/authors/id/F/FR/FREW/SQL-Translator-0.11018.tar.gz') -md5sums=('03db60b963836ba2d264f33d585dffb3') -sha512sums=('ae4698e88c84358b99aba97402db5d96ac19d69cbfa3ef1308151f5f4cc5956d0412a1cf70f6578634511746586d01258c6c1924314d9b763c0578a99379c783') -_distdir="SQL-Translator-0.11018" +checkdepends=('perl-test-differences' 'perl-test-exception>=0.31') +url='http://search.mcpan.org/dist/SQL-Translator' +source=('http://search.mcpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Translator-0.11020.tar.gz') +md5sums=('271d40a2c484b41a8654f918be28695b') +sha512sums=('af044b6a5fca4935b119e0cec08b7ce0567a792d529cc9615708e0b87e052578f8697c9c036ea3f687fe2d9e9ac916a3b6d1585ede25104e7ca9caeab5940884') +_distdir="SQL-Translator-0.11020" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ diff --git a/pino3-hg/.AURINFO b/pino3-hg/.AURINFO new file mode 100644 index 00000000000..017c7394e8b --- /dev/null +++ b/pino3-hg/.AURINFO @@ -0,0 +1,25 @@ +pkgbase = pino3-hg + pkgdesc = A simple and fast client for Twitter and Identi.ca. Experimental build + pkgver = 40 + pkgrel = 4 + url = http://pino-app.appspot.com/ + arch = i686 + arch = x86_64 + license = LGPL3 + makedepends = mercurial + makedepends = cmake + depends = libgee06 + depends = libnotify + depends = libwebkit>=1.0 + depends = libunique>=1.0 + depends = vala-012 + depends = gtkspell>=2.0 + depends = rest + optdepends = libindicate: indicator support + provides = pino + conflicts = pino + source = gthread.patch + md5sums = 66edc5aa830bdeca4b9212dc21b20611 + +pkgname = pino3-hg + diff --git a/pino3-hg/PKGBUILD b/pino3-hg/PKGBUILD index 9917f6c9f3d..6a5199bcfef 100644 --- a/pino3-hg/PKGBUILD +++ b/pino3-hg/PKGBUILD @@ -6,21 +6,23 @@ # Maintainer: nofrak pkgname=pino3-hg pkgver=40 -pkgrel=3 +pkgrel=4 pkgdesc="A simple and fast client for Twitter and Identi.ca. Experimental build" arch=('i686' 'x86_64') url="http://pino-app.appspot.com/" license=('LGPL3') -depends=('libgee>=0.5.0' 'libnotify' 'libwebkit>=1.0' +depends=('libgee06' 'libnotify' 'libwebkit>=1.0' 'libunique>=1.0' 'vala-012' 'gtkspell>=2.0' 'rest') optdepends=('libindicate: indicator support') makedepends=('mercurial' 'cmake') provides=('pino') conflicts=('pino') +source=('gthread.patch') +md5sums=('66edc5aa830bdeca4b9212dc21b20611') _hgroot=http://bitbucket.org/troorl _hgrepo=pino3 -build() { +prepare(){ cd $srcdir if [ -d ${_hgrepo} ]; then rm -r ${_hgrepo} @@ -33,8 +35,12 @@ build() { fi sed -i 's/NAMES valac/NAMES valac-0.12/' cmake/FindVala.cmake echo "set (CMAKE_C_FLAGS \"-ggdb -lm\")" | tee >> CMakeLists.txt - mkdir build - cd build + patch -Np1 -i ../gthread.patch +} + +build() { + mkdir "$srcdir/$_hgrepo/build" + cd "$srcdir/$_hgrepo/build" cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DUBUNTU_ICONS=OFF -DENABLE_DEBUG=OFF && make } package() { diff --git a/pino3-hg/gthread.patch b/pino3-hg/gthread.patch new file mode 100644 index 00000000000..a78dc1281e4 --- /dev/null +++ b/pino3-hg/gthread.patch @@ -0,0 +1,20 @@ +diff -aur pino3.pristine/CMakeLists.txt pino3.new/CMakeLists.txt +--- pino3.pristine/CMakeLists.txt 2014-10-24 00:57:38.535042858 -0400 ++++ pino3.new/CMakeLists.txt 2014-10-24 01:00:11.601961580 -0400 +@@ -62,6 +62,8 @@ + pkg_check_modules(REST REQUIRED "rest-0.7 >= 0.7.10") + #pkg_check_modules(RESTEXTRAS REQUIRED "rest-extras-0.7 >= 0.7.10") + #pkg_check_modules(LIBINDICATE "indicate >= 0.3") ++pkg_check_modules(GTHREAD REQUIRED "gthread-2.0 >= 2.14.0") ++ + + if(${LIBINDICATE_FOUND}) + message(STATUS "libindicate found, support enabled...") +@@ -141,6 +143,7 @@ + ${LIBINDICATE_LIBRARIES} + ${REST_LIBRARIES} + #${RESTEXTRAS_LIBRARIES} ++ ${GTHREAD_LIBRARIES} + ) + + include_directories(src/vapi/) diff --git a/piwik/.AURINFO b/piwik/.AURINFO index 62437cf320a..8b902ca4973 100644 --- a/piwik/.AURINFO +++ b/piwik/.AURINFO @@ -1,6 +1,6 @@ pkgbase = piwik pkgdesc = Piwik is a real time web analytics software program, written in PHP - pkgver = 2.8.0 + pkgver = 2.8.3 pkgrel = 1 url = http://www.piwik.org install = piwik.install @@ -12,8 +12,8 @@ pkgbase = piwik optdepends = python2: For log importer script optdepends = php-geoip: For GeoIP php module backup = etc/webapps/piwik/config.ini.php - source = http://builds.piwik.org/piwik-2.8.0.tar.gz - md5sums = a8115c5537067f21fdba6dac29193183 + source = http://builds.piwik.org/piwik-2.8.3.tar.gz + md5sums = bea76708373ef89b9c1418e2d41eb1d7 pkgname = piwik diff --git a/piwik/PKGBUILD b/piwik/PKGBUILD index ed13fb4e2ea..6f1e2be8be6 100644 --- a/piwik/PKGBUILD +++ b/piwik/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: xjpvictor Huang pkgname=piwik -pkgver=2.8.0 +pkgver=2.8.3 pkgrel=1 pkgdesc="Piwik is a real time web analytics software program, written in PHP" arch=('any') @@ -23,4 +23,4 @@ package() { install -d ${pkgdir}${_piwikconfigpath} cp -r ${srcdir}/$pkgname ${pkgdir}${_piwikpath} } -md5sums=('a8115c5537067f21fdba6dac29193183') +md5sums=('bea76708373ef89b9c1418e2d41eb1d7') diff --git a/plasma-desktop-git/.AURINFO b/plasma-desktop-git/.AURINFO index 2aa590dd6d9..13dc86df084 100644 --- a/plasma-desktop-git/.AURINFO +++ b/plasma-desktop-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = plasma-desktop-git pkgdesc = KDE Plasma Desktop - pkgver = r1095.26aef45 + pkgver = r1136.11d6fa6 pkgrel = 1 url = https://projects.kde.org/projects/kde/kde-workspace arch = i686 @@ -25,6 +25,7 @@ pkgbase = plasma-desktop-git provides = plasma-desktop conflicts = plasma-desktop conflicts = kdebase-workspace + conflicts = kdebase-kdepasswd source = git://anongit.kde.org/plasma-desktop.git md5sums = SKIP diff --git a/plasma-desktop-git/PKGBUILD b/plasma-desktop-git/PKGBUILD index 16b23851b2d..12aa180a4e4 100644 --- a/plasma-desktop-git/PKGBUILD +++ b/plasma-desktop-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas pkgname=plasma-desktop-git -pkgver=r1095.26aef45 +pkgver=r1136.11d6fa6 pkgrel=1 pkgdesc='KDE Plasma Desktop' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('qt5-graphicaleffects' 'libxkbfile' 'libusb-compat' 'libcanberra' 'syst 'powerdevil-git' 'oxygen-git' 'kmenuedit-git' 'kinfocenter-git' 'polkit-kde-frameworks-git') makedepends=('extra-cmake-modules' 'git' 'kdoctools') optdepends=('plasma-nm-git: Network manager applet' 'kdebase-kdepasswd: to change the user password from systemsettings') -conflicts=('plasma-desktop' 'kdebase-workspace') +conflicts=('plasma-desktop' 'kdebase-workspace' 'kdebase-kdepasswd') provides=('plasma-desktop') source=('git://anongit.kde.org/plasma-desktop.git') md5sums=('SKIP') @@ -31,6 +31,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DLIBEXEC_INSTALL_DIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DSYSCONF_INSTALL_DIR=/etc make @@ -38,8 +39,5 @@ build() { package() { cd build - make DESTDIR="${pkgdir}" install - -# conflict with kdebase-kdepasswd - rm "$pkgdir"/usr/share/config.kcfg/kcm_useraccount* + make DESTDIR="$pkgdir" install } diff --git a/plasma-workspace-git/.AURINFO b/plasma-workspace-git/.AURINFO index 362047d204b..3a11eff7ae3 100644 --- a/plasma-workspace-git/.AURINFO +++ b/plasma-workspace-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = plasma-workspace-git pkgdesc = KDE Plasma Workspace - pkgver = r2307.7123ac6 + pkgver = r2395.047e505 pkgrel = 1 url = https://projects.kde.org/projects/kde/kde-workspace arch = i686 diff --git a/plasma-workspace-git/PKGBUILD b/plasma-workspace-git/PKGBUILD index a2d67b8674e..4755aaee423 100644 --- a/plasma-workspace-git/PKGBUILD +++ b/plasma-workspace-git/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Alexey D. pkgname=plasma-workspace-git -pkgver=r2307.7123ac6 +pkgver=r2395.047e505 pkgrel=1 pkgdesc='KDE Plasma Workspace' arch=('i686' 'x86_64') @@ -33,7 +33,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DLIB_INSTALL_DIR=lib \ - -DQML_INSTALL_DIR=lib/qt/qml \ + -DLIBEXEC_INSTALL_DIR=lib \ -DSYSCONF_INSTALL_DIR=/etc \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON make @@ -41,7 +41,7 @@ build() { package() { cd build - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install sed 's:qtpaths:qtpaths-qt5:' -i "$pkgdir"/usr/bin/startkde } diff --git a/poppler-git/.AURINFO b/poppler-git/.AURINFO index 691ec8299f2..35275f79b0b 100644 --- a/poppler-git/.AURINFO +++ b/poppler-git/.AURINFO @@ -1,5 +1,5 @@ pkgbase = poppler-git - pkgver = 0.26.5.r4315.f966b87 + pkgver = 0.26.5.r4316.53be607 pkgrel = 2 url = http://poppler.freedesktop.org/ arch = i686 diff --git a/poppler-git/PKGBUILD b/poppler-git/PKGBUILD index a12011fd7c0..7a6dfe5d6bd 100644 --- a/poppler-git/PKGBUILD +++ b/poppler-git/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=poppler-git pkgname=('poppler-git' 'poppler-glib-git' 'poppler-qt4-git' 'poppler-qt5-git') -pkgver=0.26.5.r4315.f966b87 +pkgver=0.26.5.r4316.53be607 pkgrel=2 arch=(i686 x86_64) license=('GPL') diff --git a/prospector/.AURINFO b/prospector/.AURINFO index c06ac314b64..03cf7d0d186 100644 --- a/prospector/.AURINFO +++ b/prospector/.AURINFO @@ -1,6 +1,6 @@ pkgbase = prospector pkgdesc = A roguelike in space. - pkgver = R189 + pkgver = R191 pkgrel = 1 url = http://prospector.at/ arch = i686 @@ -14,9 +14,11 @@ pkgbase = prospector depends = libogg depends = libvorbis depends = libtinfo - source = http://www.prospector.at/forum/dm_eds/files/linux/R189prospector_l.zip + noextract = R191prospector_linux.zip + source = http://www.prospector.at/forum/dm_eds/files/linux/R191prospector_l.zip source = prospector.sh - noextract = R189prospector_linux.zip + md5sums = b5e695a8dd4e9ec06e7dc09871579609 + md5sums = c94de740aafaca4e77d06d91717fec06 pkgname = prospector diff --git a/prospector/PKGBUILD b/prospector/PKGBUILD index 862db945354..99654aab980 100644 --- a/prospector/PKGBUILD +++ b/prospector/PKGBUILD @@ -1,8 +1,8 @@ -# Maintainer: Aaron Mueller +# Maintainer: Aaron Fischer # Contributor: Mark Pustjens pkgname=prospector -pkgver=R189 +pkgver=R191 pkgrel=1 pkgdesc="A roguelike in space." arch=("i686" "x86_64") @@ -17,7 +17,7 @@ makedepends=("unzip") source=("http://www.prospector.at/forum/dm_eds/files/linux/${pkgver}prospector_l.zip" "prospector.sh") noextract=("${pkgver}prospector_linux.zip") -md5sums=("8667e3696760d4a4701f00de6cab09bc" +md5sums=("b5e695a8dd4e9ec06e7dc09871579609 " "c94de740aafaca4e77d06d91717fec06") package() { diff --git a/pyhn/.AURINFO b/pyhn/.AURINFO index 023e1c7971f..dee3b7a6f18 100644 --- a/pyhn/.AURINFO +++ b/pyhn/.AURINFO @@ -1,7 +1,7 @@ pkgbase = pyhn pkgdesc = Hacker News command line client pkgver = 0.2.6 - pkgrel = 2 + pkgrel = 3 url = http://pypi.python.org/pypi/pyhn/ arch = any license = AGPLv3 @@ -14,13 +14,13 @@ pkgbase = pyhn source = http://pypi.python.org/packages/source/p/pyhn/pyhn-0.2.6.tar.gz md5sums = b9072a45b66a979ffacc2c3640ad13c3 -pkgname = python-pyhn +pkgname = pyhn pkgdesc = Hacker News command line client (Python3.x) depends = python-urwid depends = python-beautifulsoup4 depends = python-isit -pkgname = python2-pyhn +pkgname = pyhn2 pkgdesc = Hacker News command line client (Python2.x) depends = python2-urwid depends = python2-beautifulsoup4 diff --git a/pyhn/PKGBUILD b/pyhn/PKGBUILD index d9530501960..e5c4cbf81aa 100644 --- a/pyhn/PKGBUILD +++ b/pyhn/PKGBUILD @@ -2,9 +2,9 @@ # Contributor: alejandrogomez pkgbase=pyhn -pkgname=('python-pyhn' 'python2-pyhn') +pkgname=('pyhn' 'pyhn2') pkgver=0.2.6 -pkgrel=2 +pkgrel=3 pkgdesc="Hacker News command line client" arch=('any') url="http://pypi.python.org/pypi/pyhn/" @@ -15,7 +15,7 @@ source=(http://pypi.python.org/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.g md5sums=('b9072a45b66a979ffacc2c3640ad13c3') -package_python-pyhn() { +package_pyhn() { pkgdesc+=" (Python3.x)" depends=('python-urwid' 'python-beautifulsoup4' 'python-isit') @@ -24,7 +24,7 @@ package_python-pyhn() { python setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1 } -package_python2-pyhn() { +package_pyhn2() { pkgdesc+=" (Python2.x)" depends=('python2-urwid' 'python2-beautifulsoup4' 'python2-isit') diff --git a/python-aeidon/.AURINFO b/python-aeidon/.AURINFO new file mode 100644 index 00000000000..d71b585b3e6 --- /dev/null +++ b/python-aeidon/.AURINFO @@ -0,0 +1,21 @@ +pkgbase = python-aeidon + pkgdesc = Python package for reading, writing and manipulating text-based subtitle files + pkgver = 0.26 + pkgrel = 1 + url = http://home.gna.org/gaupol + arch = any + license = GPL + makedepends = python-setuptools + makedepends = gettext + makedepends = intltool + depends = python + optdepends = python-chardet: character encoding detection + optdepends = python-pyenchant: spell-checking + optdepends = iso-codes: translate language and country codes for spell-checker + conflicts = gaupol + conflicts = gaupol-git + source = http://download.gna.org/gaupol/0.26/gaupol-0.26.tar.xz + md5sums = 001e822f613e0e489cc1657ee859d71e + +pkgname = python-aeidon + diff --git a/python-aeidon/PKGBUILD b/python-aeidon/PKGBUILD new file mode 100644 index 00000000000..6c334dbb487 --- /dev/null +++ b/python-aeidon/PKGBUILD @@ -0,0 +1,32 @@ +# Contributor: Lex Black +# Contributor: Florian Léger + +pkgname=python-aeidon +_appname=gaupol +pkgver=0.26 +pkgrel=1 +pkgdesc="Python package for reading, writing and manipulating text-based subtitle files" +arch=('any') +url="http://home.gna.org/gaupol" +license=('GPL') +depends=('python') +makedepends=('python-setuptools' 'gettext' 'intltool') +optdepends=('python-chardet: character encoding detection' + 'python-pyenchant: spell-checking' + 'iso-codes: translate language and country codes for spell-checker') +source=("http://download.gna.org/$_appname/$pkgver/$_appname-$pkgver.tar.xz") +conflicts=("gaupol" "gaupol-git") +md5sums=('001e822f613e0e489cc1657ee859d71e') + + +build() { + cd "$srcdir/$_appname-$pkgver" + + python setup.py --without-gaupol build +} + +package() { + cd "$srcdir/$_appname-$pkgver" + + python setup.py --without-gaupol install --root=$pkgdir --prefix=/usr +} diff --git a/python-botocore-git/.AURINFO b/python-botocore-git/.AURINFO index 0839d9f3081..2534d86805c 100644 --- a/python-botocore-git/.AURINFO +++ b/python-botocore-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = python-botocore-git pkgdesc = A low-level interface to a growing number of Amazon Web Services (AWS). This package is the foundation for AWS-CLI - pkgver = 0.66.0.r1252.89c075c + pkgver = 0.67.0.r1255.111ca48 pkgrel = 2 url = https://github.com/boto/botocore arch = any diff --git a/python-botocore-git/PKGBUILD b/python-botocore-git/PKGBUILD index a02149dd060..a558a41a6c3 100644 --- a/python-botocore-git/PKGBUILD +++ b/python-botocore-git/PKGBUILD @@ -5,7 +5,7 @@ # as aws-cli wasn't working with python-botocore after yesterdays update pkgname=python-botocore-git -pkgver=0.66.0.r1252.89c075c +pkgver=0.67.0.r1255.111ca48 pkgrel=2 pkgdesc='A low-level interface to a growing number of Amazon Web Services (AWS). This package is the foundation for AWS-CLI' arch=('any') diff --git a/python-cutadapt/.AURINFO b/python-cutadapt/.AURINFO new file mode 100644 index 00000000000..f65974ed511 --- /dev/null +++ b/python-cutadapt/.AURINFO @@ -0,0 +1,16 @@ +pkgbase = python-cutadapt + pkgdesc = trim adapters from high-throughput sequencing reads + pkgver = 1.6 + pkgrel = 1 + url = http://code.google.com/p/cutadapt/ + arch = i686 + arch = x86_64 + license = custom + depends = python + provides = cutadapt + conflicts = python2-cutadapt + source = https://pypi.python.org/packages/source/c/cutadapt/cutadapt-1.6.tar.gz + md5sums = 3e65224255f6a67864c9be61a66c4c33 + +pkgname = python-cutadapt + diff --git a/python-cutadapt/PKGBUILD b/python-cutadapt/PKGBUILD new file mode 100644 index 00000000000..1808d22c780 --- /dev/null +++ b/python-cutadapt/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Christian Krause ("wookietreiber") + +_pkgname=cutadapt +pkgname=python-$_pkgname +pkgver=1.6 +pkgrel=1 +pkgdesc='trim adapters from high-throughput sequencing reads' +arch=('i686' 'x86_64') +url="http://code.google.com/p/$_pkgname/" +license=('custom') +depends=('python') +source=("https://pypi.python.org/packages/source/c/$_pkgname/$_pkgname-$pkgver.tar.gz") +md5sums=('3e65224255f6a67864c9be61a66c4c33') +provides=('cutadapt') +conflicts=('python2-cutadapt') + +package() { + cd "$srcdir/$_pkgname-$pkgver" + + python setup.py build +} + +package() { + cd "$srcdir/$_pkgname-$pkgver" + + python setup.py install --root=$pkgdir --optimize=1 + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} diff --git a/python-neo/.AURINFO b/python-neo/.AURINFO new file mode 100644 index 00000000000..33a9fc4276d --- /dev/null +++ b/python-neo/.AURINFO @@ -0,0 +1,28 @@ +pkgbase = python-neo + pkgdesc = represent electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats + pkgver = 0.3.3 + pkgrel = 1 + url = http://neuralensemble.org/neo/ + arch = any + license = BSD + makedepends = python + makedepends = python-quantities>=0.9.0 + makedepends = python-numpy>=1.5.0 + makedepends = python2 + makedepends = python2-quantities>=0.9.0 + makedepends = python2-numpy>=1.5.0 + source = https://pypi.python.org/packages/source/n/neo/neo-0.3.3.tar.gz + md5sums = 98e7e8948158f4492fc94d9d44367c91 + +pkgname = python-neo + pkgdesc = represent electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats (Python3.x) + depends = python + depends = python-quantities>=0.9.0 + depends = python-numpy>=1.5.0 + +pkgname = python2-neo + pkgdesc = represent electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats (Python2.x) + depends = python2 + depends = python2-quantities>=0.9.0 + depends = python2-numpy>=1.5.0 + diff --git a/python-neo/PKGBUILD b/python-neo/PKGBUILD index 3fbd07ef4c6..7d7a4429450 100644 --- a/python-neo/PKGBUILD +++ b/python-neo/PKGBUILD @@ -1,28 +1,32 @@ +# Contributor: Lex Black # Contributor: Nick Ward -pkgname=python-neo -pkgver=0.2.1.1 + +pkgbase=python-neo +pkgname=('python-neo' 'python2-neo') +pkgver=0.3.3 pkgrel=1 -pkgdesc="Package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats." +pkgdesc="represent electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats" arch=('any') url="http://neuralensemble.org/neo/" license=('BSD') -depends=( - 'python' - 'python-quantities>=0.9.0' - 'python-numpy>=1.5.0' -) -makedepends=( ) -provides=('python-neo') -conflicts=() -replaces=() -backup=() -options=() +makedepends=('python' 'python-quantities>=0.9.0' 'python-numpy>=1.5.0') +makedepends+=('python2' 'python2-quantities>=0.9.0' 'python2-numpy>=1.5.0') source=("https://pypi.python.org/packages/source/n/neo/neo-${pkgver}.tar.gz") -md5sums=('9fe3e7948ea94e377c7a2e939878972d') +md5sums=('98e7e8948158f4492fc94d9d44367c91') + -package() { +package_python-neo() { + pkgdesc+=" (Python3.x)" + depends=('python' 'python-quantities>=0.9.0' 'python-numpy>=1.5.0') cd "$srcdir/neo-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 } +package_python2-neo() { + pkgdesc+=" (Python2.x)" + depends=('python2' 'python2-quantities>=0.9.0' 'python2-numpy>=1.5.0') + cd "$srcdir/neo-$pkgver" + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + # vim:set ts=2 sw=2 et: diff --git a/python-pycxx/.AURINFO b/python-pycxx/.AURINFO new file mode 100644 index 00000000000..4035b3df099 --- /dev/null +++ b/python-pycxx/.AURINFO @@ -0,0 +1,21 @@ +pkgbase = python-pycxx + pkgdesc = set of classes to help create extensions of Python in the C++ language + pkgver = 6.2.5 + pkgrel = 1 + url = http://cxx.sourceforge.net/ + arch = i686 + arch = x86_64 + license = BSD + makedepends = python + makedepends = python2 + source = http://downloads.sourceforge.net/project/cxx/CXX/PyCXX%20V6.2.5/pycxx-6.2.5.tar.gz + md5sums = c2901863c422417ad6a6e9d3abf65ece + +pkgname = python-pycxx + pkgdesc = set of classes to help create extensions of Python in the C++ language (Python3.x) + depends = python + +pkgname = python2-pycxx + pkgdesc = set of classes to help create extensions of Python in the C++ language (Python2.x) + depends = python2 + diff --git a/python-pycxx/PKGBUILD b/python-pycxx/PKGBUILD index ae717adbac0..5731a4e2cb9 100644 --- a/python-pycxx/PKGBUILD +++ b/python-pycxx/PKGBUILD @@ -1,22 +1,44 @@ +# Contributor: Lex Black # Contributor: Sebastien Binet -pkgname=python-pycxx -pkgver=6.0.0 + +pkgbase=python-pycxx +pkgname=('python-pycxx' 'python2-pycxx') +pkgver=6.2.5 pkgrel=1 -pkgdesc="PyCXX is a set of classes to help create extensions of Python in the C++ language. The first part encapsulates the Python C API taking care of exceptions and ref counting. The second part supports the building of Python extension modules in C++." +pkgdesc="set of classes to help create extensions of Python in the C++ language" url="http://cxx.sourceforge.net/" license="BSD" -arch="i686 x86_64" -depends=(python) -makedepends=() -conflicts=() -replaces=() -backup=() -install= -source=(http://dl.sourceforge.net/sourceforge/cxx/${pkgname/python-/}-${pkgver}.tar.gz) -md5sums=('25ad089a8762f99a87f394b5aad0bb8a') +arch=("i686" "x86_64") +makedepends=(python python2) +source=(http://downloads.sourceforge.net/project/cxx/CXX/PyCXX%20V$pkgver/pycxx-$pkgver.tar.gz) +md5sums=('c2901863c422417ad6a6e9d3abf65ece') + + +prepare() { + cp -r $srcdir/${pkgname/python-/}-$pkgver $srcdir/${pkgname/python-/}-$pkgver-py2 +} build() { - cd $startdir/src/${pkgname/python-/}-$pkgver - python setup.py build || return 1 - python setup.py install --prefix=/usr --root=$startdir/pkg || return 1 + cd $srcdir/${pkgname/python-/}-$pkgver + python setup.py build + + cd $srcdir/${pkgname/python-/}-$pkgver-py2 + python2 setup.py build + +} + +package_python-pycxx() { + pkgdesc+=" (Python3.x)" + depends=('python') + + cd $srcdir/${pkgname/python-/}-$pkgver + python setup.py install --prefix=/usr --root=$pkgdir +} + +package_python2-pycxx() { + pkgdesc+=" (Python2.x)" + depends=('python2') + + cd $srcdir/${pkgname/python-/}-$pkgver-py2 + python2 setup.py install --prefix=/usr --root=$pkgdir } diff --git a/python-pyflowtools/.AURINFO b/python-pyflowtools/.AURINFO new file mode 100644 index 00000000000..97ff5065143 --- /dev/null +++ b/python-pyflowtools/.AURINFO @@ -0,0 +1,15 @@ +pkgbase = python-pyflowtools + pkgdesc = Python bindings to OSU Flow-Tools library + pkgver = 0.3.4.1 + pkgrel = 1 + url = http://code.google.com/p/pyflowtools/ + arch = i686 + arch = x86_64 + license = GPL2 + depends = python2 + depends = flow-tools + source = http://pyflowtools.googlecode.com/files/pyflowtools-0.3.4.1.tar.gz + md5sums = 25f95080ee0f110a30da0a7c278f2e49 + +pkgname = python-pyflowtools + diff --git a/python-pyflowtools/PKGBUILD b/python-pyflowtools/PKGBUILD index 1cd75eeaf59..775e4c50fe5 100644 --- a/python-pyflowtools/PKGBUILD +++ b/python-pyflowtools/PKGBUILD @@ -1,21 +1,26 @@ +# Contributor: Lex Black # Contributor: HomeCreate pkgname=python-pyflowtools -pkgver=0.3.4 +pkgver=0.3.4.1 pkgrel=1 pkgdesc="Python bindings to OSU Flow-Tools library" -arch=('i686') +arch=('i686' 'x86_64') url="http://code.google.com/p/pyflowtools/" -license=('GPLv2') -depends=('python' 'flow-tools') +license=('GPL2') +depends=('python2' 'flow-tools') source=(http://pyflowtools.googlecode.com/files/pyflowtools-$pkgver.tar.gz) -md5sums=('23588ab1a707d7e7d165c8191f1ae4c1') +md5sums=('25f95080ee0f110a30da0a7c278f2e49') + build() { - cd "$startdir/src/pyflowtools-$pkgver" - python setup.py build_ext - python setup.py install --prefix=/usr --root=${startdir}/pkg - install -D -m644 $startdir/src/pyflowtools-$pkgver/COPYING $startdir/pkg/usr/share/licenses/python-pyflowtools/COPYING + cd "$srcdir/pyflowtools-$pkgver" + python2 setup.py build_ext +} + +package() { + cd "$srcdir/pyflowtools-$pkgver" + python setup.py install --prefix=/usr --root=${pkgdir} } # vim:set ts=2 sw=2 et: diff --git a/python-quantities/.AURINFO b/python-quantities/.AURINFO new file mode 100644 index 00000000000..ea8529babaf --- /dev/null +++ b/python-quantities/.AURINFO @@ -0,0 +1,14 @@ +pkgbase = python-quantities + pkgdesc = Support for physical quantities based on the popular numpy library + pkgver = 0.10.1 + pkgrel = 2 + url = http://packages.python.org/quantities + arch = any + license = BSD + depends = python-numpy + depends = python-nose + source = http://pypi.python.org/packages/source/q/quantities/quantities-0.10.1.tar.gz + md5sums = e924e21c0a5ddc9ebcdacbbe511b8ec7 + +pkgname = python-quantities + diff --git a/python-quantities/PKGBUILD b/python-quantities/PKGBUILD index 2b46bc2c3e0..8ddfd95c992 100644 --- a/python-quantities/PKGBUILD +++ b/python-quantities/PKGBUILD @@ -1,21 +1,24 @@ -# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $ -# Maintainer: Sebastien Binet +# Contributor: Lex Black +# Contributor: Sebastien Binet + pkgname=python-quantities pkgver=0.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="Support for physical quantities based on the popular numpy library" url="http://packages.python.org/quantities" arch=('any') license=('BSD') depends=('python-numpy' 'python-nose') -makedepends=() -backup=() -install= source=(http://pypi.python.org/packages/source/q/quantities/quantities-${pkgver}.tar.gz) md5sums=('e924e21c0a5ddc9ebcdacbbe511b8ec7') + build() { - cd $startdir/src/quantities-$pkgver - python setup.py build || return 1 - python setup.py install --prefix=/usr --root=$startdir/pkg || return 1 + cd $srcdir/quantities-$pkgver + python setup.py build +} + +package() { + cd $srcdir/quantities-$pkgver + python setup.py install --prefix=/usr --root=$pkgdir } diff --git a/python-qutip/.AURINFO b/python-qutip/.AURINFO index 5a5b355c245..ae410694509 100644 --- a/python-qutip/.AURINFO +++ b/python-qutip/.AURINFO @@ -1,13 +1,16 @@ pkgbase = python-qutip - pkgdesc = Framework for solving the dynamics of open quantum systems. - pkgver = 2.2.0 + pkgdesc = Framework for solving the dynamics of open quantum systems + pkgver = 3.0.1 pkgrel = 1 url = http://qutip.org/ arch = any license = GPLv3 makedepends = cython depends = python-numpy - source = http://qutip.org/downloads/2.2.0/QuTiP-2.2.0.tar.gz + depends = python-scipy + optdepends = python-matplotlib: for graphical output + source = http://qutip.org/downloads/3.0.1/qutip-3.0.1.tar.gz + sha256sums = 8ec90a59786829fe55dece26a1798661d6174b848eb6bb9622edf270d32d833d pkgname = python-qutip diff --git a/python-qutip/PKGBUILD b/python-qutip/PKGBUILD index c35f425aa15..3c5de23d670 100644 --- a/python-qutip/PKGBUILD +++ b/python-qutip/PKGBUILD @@ -1,18 +1,21 @@ -# Maintainer: Jerome Leclanche +# Contributor: Lex Black +# Contributor: Jerome Leclanche _projectname=QuTiP _pkgname=${_projectname,,} pkgname=python-$_pkgname -pkgver=2.2.0 +pkgver=3.0.1 pkgrel=1 -pkgdesc="Framework for solving the dynamics of open quantum systems." -url="http://qutip.org/" -source=("http://qutip.org/downloads/$pkgver/$_projectname-$pkgver.tar.gz") +pkgdesc="Framework for solving the dynamics of open quantum systems" arch=("any") +url="http://qutip.org/" license=("GPLv3") -depends=("python-numpy") +depends=("python-numpy" "python-scipy") makedepends=("cython") -sha256sums=("a26a639d74b2754b3a1e329d91300e587e8c399d8a81d8f18a4a74c6d6f02ba3") +optdepends=("python-matplotlib: for graphical output") +source=("http://qutip.org/downloads/$pkgver/$_pkgname-$pkgver.tar.gz") +sha256sums=('8ec90a59786829fe55dece26a1798661d6174b848eb6bb9622edf270d32d833d') + build() { cd "$srcdir/$_pkgname-$pkgver" diff --git a/python-recaptcha-client/.AURINFO b/python-recaptcha-client/.AURINFO new file mode 100644 index 00000000000..83821faf6ca --- /dev/null +++ b/python-recaptcha-client/.AURINFO @@ -0,0 +1,14 @@ +pkgbase = python-recaptcha-client + pkgdesc = Provides a CAPTCHA for Python using the reCAPTCHA service + pkgver = 1.0.6 + pkgrel = 1 + url = http://pypi.python.org/pypi/recaptcha-client + arch = i686 + arch = x86_64 + license = MIT + depends = python + source = http://pypi.python.org/packages/source/r/recaptcha-client/recaptcha-client-1.0.6.tar.gz + md5sums = 74228180f7e1fb76c4d7089160b0d919 + +pkgname = python-recaptcha-client + diff --git a/python-recaptcha-client/PKGBUILD b/python-recaptcha-client/PKGBUILD index d9d5a0b3682..eb61b0be4f6 100644 --- a/python-recaptcha-client/PKGBUILD +++ b/python-recaptcha-client/PKGBUILD @@ -1,20 +1,20 @@ +# Contributor: Lex Black # Contributor: Peter Baldwin # Contributor: Eduardo Robles Elvira pkgname=python-recaptcha-client -pkgver=1.0.5 +pkgver=1.0.6 pkgrel=1 pkgdesc="Provides a CAPTCHA for Python using the reCAPTCHA service" -license="MIT" -url="http://pypi.python.org/pypi/recaptcha-client" -source=(http://pypi.python.org/packages/source/r/recaptcha-client/recaptcha-client-$pkgver.tar.gz) arch=('i686' 'x86_64') +url="http://pypi.python.org/pypi/recaptcha-client" +license="MIT" depends=('python') -md5sums=('f810750fb0be4e1d08b2253e22cbc5d7') +source=(http://pypi.python.org/packages/source/r/recaptcha-client/recaptcha-client-$pkgver.tar.gz) +md5sums=('74228180f7e1fb76c4d7089160b0d919') -build() -{ - cd $startdir/src/recaptcha-client-$pkgver - python setup.py install --root=$startdir/pkg -} +package() { + cd $srcdir/recaptcha-client-$pkgver + python setup.py install --root=$pkgdir --prefix=/usr +} diff --git a/python-repoze.who/.AURINFO b/python-repoze.who/.AURINFO new file mode 100644 index 00000000000..8c04e0db16d --- /dev/null +++ b/python-repoze.who/.AURINFO @@ -0,0 +1,18 @@ +pkgbase = python-repoze.who + pkgdesc = WSGI Authentication Middleware + pkgver = 2.2 + pkgrel = 1 + url = http://www.repoze.org + arch = i686 + arch = x86_64 + license = BSD + license = custom + makedepends = python-setuptools + depends = python + depends = python-paste + depends = zope-interface + source = https://github.com/repoze/repoze.who/archive/2.2.tar.gz + md5sums = 3cdeff7dac1de125bf08ee22b6ee3e80 + +pkgname = python-repoze.who + diff --git a/python-repoze.who/PKGBUILD b/python-repoze.who/PKGBUILD index e9bbf14d98a..24f96d561f1 100644 --- a/python-repoze.who/PKGBUILD +++ b/python-repoze.who/PKGBUILD @@ -2,18 +2,20 @@ _name=repoze.who pkgname=python-$_name -pkgver=1.0.15 +pkgver=2.2 pkgrel=1 pkgdesc="WSGI Authentication Middleware" arch=('i686' 'x86_64') license=('BSD' 'custom') url="http://www.repoze.org" -depends=('python' 'setuptools' 'python-paste' 'zope-interface') -source=(http://pypi.python.org/packages/source/r/$_name/$_name-$pkgver.tar.gz) -md5sums=(150b409df490fd651f47ea97d1649850) +depends=('python' 'python-paste' 'zope-interface') +makedepends=('python-setuptools') +source=(https://github.com/repoze/repoze.who/archive/$pkgver.tar.gz) +md5sums=('3cdeff7dac1de125bf08ee22b6ee3e80') -build() { + +package() { cd "${srcdir}/${_name}-${pkgver}" - python setup.py install --root="${pkgdir}" || return 1 + python setup.py install --root="${pkgdir}" --prefix=/usr } diff --git a/python-reverend/.AURINFO b/python-reverend/.AURINFO new file mode 100644 index 00000000000..ed3147565be --- /dev/null +++ b/python-reverend/.AURINFO @@ -0,0 +1,13 @@ +pkgbase = python-reverend + pkgdesc = Divmod Reverend - a simple Bayesian classifier + pkgver = 0.4 + pkgrel = 2 + url = https://launchpad.net/divmod + arch = any + license = LGPL + depends = python2 + source = https://pypi.python.org/packages/source/R/Reverend/Reverend-0.4.tar.gz + md5sums = 1eed6b0218f91fce9a3e243977ae379d + +pkgname = python-reverend + diff --git a/python-reverend/PKGBUILD b/python-reverend/PKGBUILD index 9dac406421d..a0a4aa80a14 100644 --- a/python-reverend/PKGBUILD +++ b/python-reverend/PKGBUILD @@ -2,17 +2,17 @@ pkgname=python-reverend pkgver=0.4 -pkgrel=1 +pkgrel=2 pkgdesc="Divmod Reverend - a simple Bayesian classifier" -arch=('i686' 'x86_64') -url="http://divmod.org/trac/wiki/DivmodReverend" -license=('UNKNOWN') -depends=('python') -source=(http://divmod.org/trac/attachment/wiki/SoftwareReleases/Reverend-$pkgver.tar.gz?format=raw) +arch=('any') +url="https://launchpad.net/divmod" +license=('LGPL') +depends=('python2') +source=(https://pypi.python.org/packages/source/R/Reverend/Reverend-$pkgver.tar.gz) md5sums=('1eed6b0218f91fce9a3e243977ae379d') -build() { + +package() { cd $srcdir/Reverend-$pkgver - python setup.py install --root=$pkgdir --optimize=1 || return 1 + python2 setup.py install --root=$pkgdir --prefix=/usr --optimize=1 } - diff --git a/python-stdeb/.AURINFO b/python-stdeb/.AURINFO new file mode 100644 index 00000000000..181c514a8b1 --- /dev/null +++ b/python-stdeb/.AURINFO @@ -0,0 +1,23 @@ +pkgbase = python-stdeb + pkgdesc = Python to Debian source package conversion utility + pkgver = 0.8.2 + pkgrel = 1 + url = http://github.com/astraw/stdeb + arch = any + license = MIT + makedepends = python + makedepends = python2 + depends = debhelper>=7 + source = http://pypi.python.org/packages/source/s/stdeb/stdeb-0.8.2.tar.gz + md5sums = d5b75b3bebfd31ab68f5e98c078fc5f2 + +pkgname = python-stdeb + pkgdesc = (Python3.x) + depends = debhelper>=7 + depends = python + +pkgname = python2-stdeb + pkgdesc = (Python2.x) + depends = debhelper>=7 + depends = python2 + diff --git a/python-stdeb/PKGBUILD b/python-stdeb/PKGBUILD index b3dca8cfe31..551fa0853a2 100644 --- a/python-stdeb/PKGBUILD +++ b/python-stdeb/PKGBUILD @@ -1,19 +1,34 @@ +# Contributor: Lex Black # Contributor: Hervé Cauwelier -pkgname=python-stdeb -pkgver=0.4.1 +pkgbase=python-stdeb +pkgname=('python-stdeb' 'python2-stdeb') +pkgver=0.8.2 pkgrel=1 pkgdesc="Python to Debian source package conversion utility" arch=('any') license=('MIT') url="http://github.com/astraw/stdeb" -depends=('python' 'debhelper>=7') -makedepends=('setuptools') -source=(http://pypi.python.org/packages/source/s/stdeb/stdeb-0.4.1.tar.gz) -md5sums=('36b99b3162afbd37fa5b90270dd7ed33') +depends=('debhelper>=7') +makedepends=('python' 'python2') +source=(http://pypi.python.org/packages/source/s/stdeb/stdeb-$pkgver.tar.gz) +md5sums=('d5b75b3bebfd31ab68f5e98c078fc5f2') + + +package_python-stdeb() { + pkgdesc=" (Python3.x)" + depends+=('python') + + cd "$srcdir/stdeb-$pkgver" + + python setup.py install --root=${pkgdir} --prefix=/usr +} + +package_python2-stdeb() { + pkgdesc=" (Python2.x)" + depends+=('python2') -build() { cd "$srcdir/stdeb-$pkgver" - python setup.py install --root=${pkgdir} || return 1 + python2 setup.py install --root=${pkgdir} --prefix=/usr } diff --git a/python-xmltodict/.AURINFO b/python-xmltodict/.AURINFO new file mode 100644 index 00000000000..520bb43f3e3 --- /dev/null +++ b/python-xmltodict/.AURINFO @@ -0,0 +1,20 @@ +pkgbase = python-xmltodict + pkgdesc = Python module that makes working with XML feel like you are working with JSON + pkgver = 0.9.0 + pkgrel = 1 + url = https://github.com/martinblech/xmltodict + arch = any + license = MIT + makedepends = python-setuptools + makedepends = python2-setuptools + source = https://pypi.python.org/packages/source/x/xmltodict/xmltodict-0.9.0.tar.gz + md5sums = 3dee8f1a5172315119051a3854596244 + +pkgname = python-xmltodict + pkgdesc = Python module that makes working with XML feel like you are working with JSON (Python3.x) + depends = python + +pkgname = python2-xmltodict + pkgdesc = Python module that makes working with XML feel like you are working with JSON (Python2.x) + depends = python2 + diff --git a/python-xmltodict/PKGBUILD b/python-xmltodict/PKGBUILD index 0193e15c914..735bfedeae2 100644 --- a/python-xmltodict/PKGBUILD +++ b/python-xmltodict/PKGBUILD @@ -1,24 +1,21 @@ -# AUR workaround -pkgname=python-xmltodict -true && pkgbase=python-xmltodict -true && pkgname=('python-xmltodict' 'python2-xmltodict') -pkgver=0.8.5 +# Contributor: Lex Black +# Contributor: PiC0 + +pkgbase=python-xmltodict +pkgname=('python-xmltodict' 'python2-xmltodict') +pkgver=0.9.0 pkgrel=1 pkgdesc="Python module that makes working with XML feel like you are working with JSON" url="https://github.com/martinblech/xmltodict" arch=('any') license=('MIT') -makedepends=('python-setuptools') -source=(http://pypi.python.org/packages/source/x/$pkgshort/xmltodict-$pkgver.tar.gz) -md5sums=('709d28049132a3f8aab74955c97afbd2') - -build() { - cd $srcdir/xmltodict-$pkgver +makedepends=('python-setuptools' 'python2-setuptools') +source=(https://pypi.python.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz) +md5sums=('3dee8f1a5172315119051a3854596244') - python setup.py build -} package_python-xmltodict () { + pkgdesc+=" (Python3.x)" depends=('python') cd $srcdir/xmltodict-$pkgver @@ -26,6 +23,7 @@ package_python-xmltodict () { } package_python2-xmltodict () { + pkgdesc+=" (Python2.x)" depends=('python2') cd $srcdir/xmltodict-$pkgver diff --git a/python2-clint/.AURINFO b/python2-clint/.AURINFO new file mode 100644 index 00000000000..3aa4372d396 --- /dev/null +++ b/python2-clint/.AURINFO @@ -0,0 +1,14 @@ +pkgbase = python2-clint + pkgdesc = Module for developing commandline applications + pkgver = 0.4.1 + pkgrel = 1 + url = http://pypi.python.org/pypi/clint/ + arch = any + license = ISC + depends = python2 + conflicts = python2-clint-git + source = http://pypi.python.org/packages/source/c/clint/clint-0.4.1.tar.gz + sha256sums = 3a9e7ba7ceaa10276bcfe85110a04633813344406ec6181063cd79210b2804a8 + +pkgname = python2-clint + diff --git a/python2-clint/PKGBUILD b/python2-clint/PKGBUILD index be9af41b48b..a93a561449e 100644 --- a/python2-clint/PKGBUILD +++ b/python2-clint/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: (epsilom) Xavier Corredor # Contributor: Alexander pkgname=python2-clint -pkgver=0.3.7 +pkgver=0.4.1 pkgrel=1 pkgdesc="Module for developing commandline applications" arch=('any') @@ -10,7 +10,7 @@ license=('ISC') depends=('python2') conflicts=('python2-clint-git') source=("http://pypi.python.org/packages/source/c/clint/clint-$pkgver.tar.gz") -sha256sums=('e2c100dafc9e2ad92c324b9b8a03999000e37795249f7e7f736d2e83389973b8') +sha256sums=('3a9e7ba7ceaa10276bcfe85110a04633813344406ec6181063cd79210b2804a8') package() { cd "$srcdir/clint-$pkgver" diff --git a/python2-cutadapt/.AURINFO b/python2-cutadapt/.AURINFO new file mode 100644 index 00000000000..5d9a7b1836b --- /dev/null +++ b/python2-cutadapt/.AURINFO @@ -0,0 +1,16 @@ +pkgbase = python2-cutadapt + pkgdesc = trim adapters from high-throughput sequencing reads + pkgver = 1.6 + pkgrel = 1 + url = http://code.google.com/p/cutadapt/ + arch = i686 + arch = x86_64 + license = custom + depends = python2 + provides = cutadapt + conflicts = python-cutadapt + source = https://pypi.python.org/packages/source/c/cutadapt/cutadapt-1.6.tar.gz + md5sums = 3e65224255f6a67864c9be61a66c4c33 + +pkgname = python2-cutadapt + diff --git a/python2-cutadapt/PKGBUILD b/python2-cutadapt/PKGBUILD new file mode 100644 index 00000000000..6449e1f942d --- /dev/null +++ b/python2-cutadapt/PKGBUILD @@ -0,0 +1,35 @@ +# Maintainer: Christian Krause ("wookietreiber") + +_pkgname=cutadapt +pkgname=python2-$_pkgname +pkgver=1.6 +pkgrel=1 +pkgdesc='trim adapters from high-throughput sequencing reads' +arch=('i686' 'x86_64') +url="http://code.google.com/p/$_pkgname/" +license=('custom') +depends=('python2') +source=("https://pypi.python.org/packages/source/c/$_pkgname/$_pkgname-$pkgver.tar.gz") +md5sums=('3e65224255f6a67864c9be61a66c4c33') +provides=('cutadapt') +conflicts=('python-cutadapt') + +prepare() { + cd "$srcdir/$_pkgname-$pkgver" + + sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' cutadapt/scripts/cutadapt.py +} + +package() { + cd "$srcdir/$_pkgname-$pkgver" + + python2 setup.py build +} + +package() { + cd "$srcdir/$_pkgname-$pkgver" + + python2 setup.py install --root=$pkgdir --optimize=1 + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} diff --git a/python2-keyring-hg/.AURINFO b/python2-keyring-hg/.AURINFO new file mode 100644 index 00000000000..b35a1e11de9 --- /dev/null +++ b/python2-keyring-hg/.AURINFO @@ -0,0 +1,16 @@ +pkgbase = python2-keyring-hg + pkgdesc = Store and access your passwords safely. + pkgver = r750.8aadf61db38c + pkgrel = 1 + url = http://pypi.python.org/pypi/keyring + arch = any + license = PSF + makedepends = mercurial + depends = python2 + provides = python2-keyring + conflicts = python2-keyring + source = hg+https://bitbucket.org/kang/python-keyring-lib + md5sums = SKIP + +pkgname = python2-keyring-hg + diff --git a/python2-keyring-hg/PKGBUILD b/python2-keyring-hg/PKGBUILD index b267b7edb3b..fc580ba117d 100644 --- a/python2-keyring-hg/PKGBUILD +++ b/python2-keyring-hg/PKGBUILD @@ -1,41 +1,33 @@ -# Maintainer: Victor Noel +# Contributor: Lex Black +# Contributor: Victor Noel + +_hgrepo=python-keyring-lib pkgname=python2-keyring-hg -pkgver=130 +pkgver=r750.8aadf61db38c pkgrel=1 pkgdesc="Store and access your passwords safely." -arch=(i686 x86_64) +arch=('any') url="http://pypi.python.org/pypi/keyring" license=('PSF') +depends=('python2') makedepends=('mercurial') -provides=('python-keyring') -conflicts=('python-keyring') - -_hgroot="https://bitbucket.org/kang" -_hgrepo="python-keyring-lib" - -build() { - cd "$srcdir" - msg "Connecting to Mercurial server...." +provides=('python2-keyring') +conflicts=('python2-keyring') +source=(hg+https://bitbucket.org/kang/python-keyring-lib) +md5sums=('SKIP') - if [ -d $_hgrepo ] ; then - cd $_hgrepo - hg pull -u - msg "The local files are updated." - else - hg clone $_hgroot $_hgrepo - fi - msg "Mercurial checkout done or server timeout" - msg "Starting make..." - - rm -rf "$srcdir/$_hgrepo-build" - cp -r "$srcdir/$_hgrepo" "$srcdir/$_hgrepo-build" - cd "$srcdir/$_hgrepo-build" +pkgver() { + cd "$_hgrepo" + printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)" +} +build() { + cd "$srcdir/$_hgrepo" python2 setup.py build } package() { - cd "$srcdir/$_hgrepo-build" - python2 setup.py install --root=$pkgdir -} + cd "$srcdir/$_hgrepo" + python2 setup.py install --root=$pkgdir --prefix=/usr +} diff --git a/python2-pykcs11/.AURINFO b/python2-pykcs11/.AURINFO new file mode 100644 index 00000000000..627199c2b2a --- /dev/null +++ b/python2-pykcs11/.AURINFO @@ -0,0 +1,16 @@ +pkgbase = python2-pykcs11 + pkgdesc = A full PKCS #11 (i.e., Cryptoki) wrapper for Python. + pkgver = 1.3.0 + pkgrel = 1 + url = http://www.bit4id.org/trac/pykcs11/ + arch = any + license = GPL2 + makedepends = swig + depends = python2 + source = http://downloads.sf.net/project/pkcs11wrap/pykcs11/pykcs11-1.3.0/PyKCS11-1.3.0.tar.gz + source = Makefile.patch + md5sums = 819f93e6f58bc8b89374b7e6357243a6 + md5sums = 9d46916b85b9368689693c53a91e8a4b + +pkgname = python2-pykcs11 + diff --git a/python2-pykcs11/PKGBUILD b/python2-pykcs11/PKGBUILD index 152d5259645..4bc86acf7a5 100644 --- a/python2-pykcs11/PKGBUILD +++ b/python2-pykcs11/PKGBUILD @@ -1,21 +1,28 @@ -# Maintainer: Ruslan Nabioullin -pkgname="python2-pykcs11" -pkgver=1.2.3 +# Contributor: Lex Black +# Contributor: Ruslan Nabioullin + +pkgname=python2-pykcs11 +pkgver=1.3.0 pkgrel=1 pkgdesc="A full PKCS #11 (i.e., Cryptoki) wrapper for Python." +arch=('any') url="http://www.bit4id.org/trac/pykcs11/" license=('GPL2') -source=("http://downloads.sf.net/project/pkcs11wrap/pykcs11/pykcs11-1.2.3/PyKCS11-1.2.3.tar.gz" - Makefile.patch) -md5sums=('8a88c38eac897f8bc76d464df48c65ee' - '9d46916b85b9368689693c53a91e8a4b') -arch=('any') depends=('python2') makedepends=('swig') +source=("http://downloads.sf.net/project/pkcs11wrap/pykcs11/pykcs11-$pkgver/PyKCS11-$pkgver.tar.gz" + Makefile.patch) +md5sums=('819f93e6f58bc8b89374b7e6357243a6' + '9d46916b85b9368689693c53a91e8a4b') -build() { + +prepare() { cd $srcdir/PyKCS11-$pkgver patch <$srcdir/Makefile.patch +} + +build() { + cd $srcdir/PyKCS11-$pkgver make build } diff --git a/python2-sniffy-git/.AURINFO b/python2-sniffy-git/.AURINFO new file mode 100644 index 00000000000..1319be6be31 --- /dev/null +++ b/python2-sniffy-git/.AURINFO @@ -0,0 +1,22 @@ +pkgbase = python2-sniffy-git + pkgdesc = Sniff media hosting websites for Flash-free consumption. + pkgver = r40.1a9c77f + pkgrel = 1 + url = https://github.com/tlvince/sniffy + install = sniffy.install + arch = any + license = GPL + makedepends = git + depends = python2 + depends = pypcap-svn + depends = python2-libquvi-git + options = !emptydirs + source = git://github.com/tlvince/sniffy.git + source = sniffy.d + source = sniffy.d.conf + md5sums = SKIP + md5sums = 41a112af1c0d3e6e926b76bcd92e9f3d + md5sums = 4ab9c9a1f21660d81b6da46e69ecff0e + +pkgname = python2-sniffy-git + diff --git a/python2-sniffy-git/PKGBUILD b/python2-sniffy-git/PKGBUILD index 1dd9cba2d1e..c66e57e57f6 100644 --- a/python2-sniffy-git/PKGBUILD +++ b/python2-sniffy-git/PKGBUILD @@ -1,7 +1,9 @@ -# Maintainer: Tom Vincent +# Contributor: Lex Black +# Contributor: Tom Vincent + pkgname=python2-sniffy-git _pkgname=sniffy -pkgver=20120302 +pkgver=r40.1a9c77f pkgrel=1 pkgdesc="Sniff media hosting websites for Flash-free consumption." arch=(any) @@ -9,27 +11,20 @@ url="https://github.com/tlvince/sniffy" license=('GPL') # Using 'pypcap-svn' until standard package is fixed depends=('python2' 'pypcap-svn' 'python2-libquvi-git') -makedepends=('git' 'svn') -source=('sniffy.d' 'sniffy.d.conf') -install='sniffy.install' -md5sums=('41a112af1c0d3e6e926b76bcd92e9f3d' '4ab9c9a1f21660d81b6da46e69ecff0e') +makedepends=('git') options=(!emptydirs) +install='sniffy.install' +source=("git://github.com/tlvince/sniffy.git" + 'sniffy.d' + 'sniffy.d.conf') +md5sums=('SKIP' + '41a112af1c0d3e6e926b76bcd92e9f3d' + '4ab9c9a1f21660d81b6da46e69ecff0e') -_gitroot=git://github.com/tlvince/sniffy.git -_gitname=$_pkgname - -build() { - cd "$srcdir" - msg "Connecting to GIT server...." - - if [[ -d "$_gitname" ]]; then - cd "$_gitname" && git pull origin - msg "The local files are updated." - else - git clone "$_gitroot" "$_gitname" - fi - msg "GIT checkout done or server timeout" +pkgver() { + cd "$_pkgname" + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { diff --git a/python2-tftpy-git/.AURINFO b/python2-tftpy-git/.AURINFO new file mode 100644 index 00000000000..789b0784376 --- /dev/null +++ b/python2-tftpy-git/.AURINFO @@ -0,0 +1,16 @@ +pkgbase = python2-tftpy-git + pkgdesc = TFTP library for the Python programming language + pkgver = 0.6.1.r7.g21c0b09 + pkgrel = 1 + url = http://tftpy.sourceforge.net/ + arch = any + license = MIT + depends = python2 + provides = python2-tftpy + conflicts = python2-tftpy + options = !emptydirs + source = git://github.com/msoulier/tftpy.git + md5sums = SKIP + +pkgname = python2-tftpy-git + diff --git a/python2-tftpy-git/PKGBUILD b/python2-tftpy-git/PKGBUILD index 20ae848cd37..53fcee98d37 100644 --- a/python2-tftpy-git/PKGBUILD +++ b/python2-tftpy-git/PKGBUILD @@ -1,9 +1,11 @@ -# Maintainer: Daniel Micay +# Contributor: Lex Black +# Contributor: Daniel Micay + _basename=tftpy pkgname=python2-$_basename-git -pkgver=20120217 +pkgver=0.6.1.r7.g21c0b09 pkgrel=1 -pkgdesc="A TFTP library for the Python programming language." +pkgdesc="TFTP library for the Python programming language" arch=(any) url="http://tftpy.sourceforge.net/" license=('MIT') @@ -11,30 +13,17 @@ depends=('python2') options=(!emptydirs) provides=(python2-$_basename) conflicts=(python2-$_basename) +source=(git://github.com/msoulier/$_basename.git) +md5sums=('SKIP') -_gitroot="https://github.com/msoulier/$_basename.git" -_gitname=$_basename - -build() { - cd "$srcdir" - msg "Connecting to GIT server...." - - if [[ -d "$_gitname" ]]; then - cd "$_gitname" && git pull origin - msg "The local files are updated." - else - git clone "$_gitroot" "$_gitname" - fi - - msg "GIT checkout done or server timeout" - msg "Starting build..." - rm -rf "$srcdir/$_gitname-build" - git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build" +pkgver() { + cd "$_basename" + git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g' } package() { - cd "$srcdir/$_gitname-build" + cd "$srcdir/$_basename" - python2 setup.py install --root="$pkgdir/" --optimize=1 + python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1 } diff --git a/python2-tftpy/.AURINFO b/python2-tftpy/.AURINFO new file mode 100644 index 00000000000..b6b092495c8 --- /dev/null +++ b/python2-tftpy/.AURINFO @@ -0,0 +1,14 @@ +pkgbase = python2-tftpy + pkgdesc = A TFTP library for the Python programming language. + pkgver = 0.6.1 + pkgrel = 1 + url = http://tftpy.sourceforge.net/ + arch = any + license = MIT + depends = python2 + options = !emptydirs + source = https://sourceforge.net/projects/tftpy/files/latest/download/python2-tftpy-0.6.1.tar.gz + sha1sums = c713c4f9b66a12d633443ee8c50d627e68bcc09b + +pkgname = python2-tftpy + diff --git a/python2-tftpy/PKGBUILD b/python2-tftpy/PKGBUILD index 66a7c76d362..113272bb788 100644 --- a/python2-tftpy/PKGBUILD +++ b/python2-tftpy/PKGBUILD @@ -1,7 +1,9 @@ -# Maintainer: Daniel Micay +# Contributor: Lex Black +# Contributor: Daniel Micay + _basename=tftpy pkgname=python2-$_basename -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="A TFTP library for the Python programming language." arch=(any) @@ -9,10 +11,11 @@ url="http://tftpy.sourceforge.net/" license=('MIT') depends=('python2') options=(!emptydirs) -source=("http://sourceforge.net/projects/tftpy/files/latest/download/${pkgname}-${pkgver}.tar.gz") -sha1sums=('729b73a6c4c735186460344c27332678ee63fde1') +source=("https://sourceforge.net/projects/tftpy/files/latest/download/${pkgname}-${pkgver}.tar.gz") +sha1sums=('c713c4f9b66a12d633443ee8c50d627e68bcc09b') + package() { cd "$srcdir/$_basename-$pkgver" - python2 setup.py install --root="$pkgdir/" --optimize=1 + python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1 } diff --git a/python2-tweepy-git/.AURINFO b/python2-tweepy-git/.AURINFO new file mode 100644 index 00000000000..c0f9f0c150a --- /dev/null +++ b/python2-tweepy-git/.AURINFO @@ -0,0 +1,17 @@ +pkgbase = python2-tweepy-git + pkgdesc = Twitter api library for python + pkgver = 1.7.1.r26.g3484472 + pkgrel = 1 + url = https://github.com/tweepy/tweepy + arch = any + license = MIT + makedepends = git + makedepends = python2-setuptools + depends = python2 + provides = python2-tweepy + conflicts = python2-tweepy + source = git://github.com/m00n/tweepy.git + md5sums = SKIP + +pkgname = python2-tweepy-git + diff --git a/python2-tweepy-git/PKGBUILD b/python2-tweepy-git/PKGBUILD index dcd8e5011ec..de878750f0d 100644 --- a/python2-tweepy-git/PKGBUILD +++ b/python2-tweepy-git/PKGBUILD @@ -1,45 +1,32 @@ -pkgname=python2-tweepy-git -pkgver=20100216 -pkgrel=3 -pkgdesc='Twitter api library for python. (forked but 100% compatible)' -url='http://github.com/m00n/tweepy' -license='custom' -arch=('i686' 'x86_64') -depends=() -makedepends=('git' 'setuptools') -conflicts=('tweepy' 'tweepy-git') -replaces=('tweepy' 'tweepy-git') -provides=('tweepy') -_gitroot='git://github.com/m00n/tweepy.git' -_gitname='tweepy' -source=() -md5sums=() - -build() { - cd ${srcdir} +# Contributor: Lex Black - msg "Connecting to GIT server...." +_gitname=tweepy +pkgname=python2-tweepy-git +pkgver=1.7.1.r26.g3484472 +pkgrel=1 +pkgdesc='Twitter api library for python' +url='https://github.com/tweepy/tweepy' +license='MIT' +arch=('any') +depends=('python2') +makedepends=('git' 'python2-setuptools') +conflicts=('python2-tweepy') +provides=('python2-tweepy') +source=(git://github.com/m00n/tweepy.git) +md5sums=('SKIP') - if [ -d "${srcdir}/${_gitname}" ] ; then - cd ${_gitname} && git pull --rebase - else - git clone ${_gitroot} - fi - msg "GIT checkout done or server timeout" +pkgver() { + cd "$_gitname" + git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g' +} - if [ -d $_gitname-build ]; then - msg 'Removing old build directory' - rm -rf $_gitname-build - fi +build() { + cd $srcdir/$_gitname + python2 setup.py build +} - msg 'Copying repository to another build directory' - cp -r $srcdir/$_gitname $srcdir/$_gitname-build - - msg "Starting build" - cd $srcdir/$_gitname-build - - msg 'Running setup.py' - python2 setup.py build || return 1 - python2 setup.py install --root=$pkgdir || return 1 +package() { + cd $srcdir/$_gitname + python2 setup.py install --root=$pkgdir --prefix=/usr } diff --git a/qbittorrent/.AURINFO b/qbittorrent/.AURINFO index b7522bce1bc..31b3f85e61f 100644 --- a/qbittorrent/.AURINFO +++ b/qbittorrent/.AURINFO @@ -1,6 +1,6 @@ pkgbase = qbittorrent pkgdesc = A bittorrent client written in C++ / Qt4 using the good libtorrent library - pkgver = 3.1.10 + pkgver = 3.1.11 pkgrel = 1 url = http://www.qbittorrent.org install = qbittorrent.install @@ -11,7 +11,8 @@ pkgbase = qbittorrent depends = qt4 depends = libtorrent-rasterbar optdepends = python: needed for torrent search tab - source = http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-3.1.10.tar.xz + source = http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-3.1.11.tar.xz + sha256sums = 71105ed99e58b9dd96da6f7f2340f4a56b5d675903fad213d76905305d447f63 pkgname = qbittorrent diff --git a/qbittorrent/PKGBUILD b/qbittorrent/PKGBUILD index 1c7c9d19170..2b46eea29be 100644 --- a/qbittorrent/PKGBUILD +++ b/qbittorrent/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Geoffroy Carrier pkgname=qbittorrent -pkgver=3.1.10 +pkgver=3.1.11 pkgrel=1 pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ makedepends=('boost') optdepends=('python: needed for torrent search tab') install=$pkgname.install source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz") -sha256sums=('e65dc14abe71e034d49787fed7a8715b1b49a5e64172d3cb4abbe49042a41876') +sha256sums=('71105ed99e58b9dd96da6f7f2340f4a56b5d675903fad213d76905305d447f63') build() { cd $pkgname-$pkgver diff --git a/qdigidoc/.AURINFO b/qdigidoc/.AURINFO index e27f19c4cbd..831adb07a1c 100644 --- a/qdigidoc/.AURINFO +++ b/qdigidoc/.AURINFO @@ -1,6 +1,6 @@ pkgbase = qdigidoc pkgdesc = Qt based UI application for verifying and signing digital signatures (Official version by AS Sertifitseerimiskeskus) - pkgver = 3.9.0.1297 + pkgver = 3.9.1.1369 pkgrel = 1 url = http://www.id.ee/ install = qdigidoc.install @@ -22,8 +22,8 @@ pkgbase = qdigidoc depends = desktop-file-utils conflicts = qdigidoc-svn conflicts = sk-qdigidoc-svn - source = https://installer.id.ee/media/sources/qdigidoc-3.9.0.1297.tar.gz - source = https://installer.id.ee/media/sources/qdigidoc-3.9.0.1297.tar.gz.asc + source = https://installer.id.ee/media/sources/qdigidoc-3.9.1.1369.tar.gz + source = https://installer.id.ee/media/sources/qdigidoc-3.9.1.1369.tar.gz.asc pkgname = qdigidoc diff --git a/qdigidoc/PKGBUILD b/qdigidoc/PKGBUILD index 23d91aeeee3..17afc0ac77c 100644 --- a/qdigidoc/PKGBUILD +++ b/qdigidoc/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: kevku pkgname=qdigidoc -pkgver=3.9.0.1297 +pkgver=3.9.1.1369 pkgrel=1 pkgdesc="Qt based UI application for verifying and signing digital signatures (Official version by AS Sertifitseerimiskeskus)" arch=('x86_64' 'i686') @@ -12,16 +12,16 @@ conflicts=('qdigidoc-svn' 'sk-qdigidoc-svn') install=qdigidoc.install source=("https://installer.id.ee/media/sources/$pkgname-$pkgver.tar.gz" "https://installer.id.ee/media/sources/$pkgname-$pkgver.tar.gz.asc") -sha256sums=('df61423194ca15802837530e512d217ba6f261bab614e5e9bc3fa4a2541128b3' +sha256sums=('2c9934784035606abffc1fa155b02e87147526858b907cfa846f0ffb69ceaa32' 'SKIP') build() { - cd "$srcdir/$pkgname" + cd "$srcdir/$pkgname-$pkgver" cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_SYSCONFDIR="/etc" make } package() { - cd "$srcdir/$pkgname" + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install } diff --git a/qhexedit-git/.AURINFO b/qhexedit-git/.AURINFO new file mode 100644 index 00000000000..e2087c12cf7 --- /dev/null +++ b/qhexedit-git/.AURINFO @@ -0,0 +1,14 @@ +pkgbase = qhexedit-git + pkgdesc = A hex editor widget written in C++ for the Qt 5.x + pkgver = r2.c0484b8 + pkgrel = 1 + url = https://github.com/arthurzam/qhexedit-git + arch = i686 + arch = x86_64 + license = GPL2 + depends = qt5-base + source = qhexedit::git+git://github.com/arthurzam/qhexedit.git + sha1sums = SKIP + +pkgname = qhexedit-git + diff --git a/qhexedit-git/PKGBUILD b/qhexedit-git/PKGBUILD new file mode 100644 index 00000000000..8e00b0a672b --- /dev/null +++ b/qhexedit-git/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer: Arthur Zamarin + +_pkgname=qhexedit +pkgname=${_pkgname}-git +pkgver=r2.c0484b8 +pkgrel=1 +pkgdesc="A hex editor widget written in C++ for the Qt 5.x" +arch=(i686 x86_64) +url="https://github.com/arthurzam/${pkgname}" +license=('GPL2') +depends=('qt5-base') +source=("${_pkgname}::git+git://github.com/arthurzam/${_pkgname}.git") +sha1sums=('SKIP') + +pkgver() { + cd "${srcdir}/${_pkgname}" + printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git describe --always)" +} + +build() { + cd "${srcdir}/${_pkgname}" + qmake sip/qhexedit.pro + make -j$(nproc) +} + +package() { + cd "${srcdir}/${_pkgname}" + make INSTALL_ROOT="$pkgdir" install +} + diff --git a/qterminal-git/.AURINFO b/qterminal-git/.AURINFO index d89763d1d69..92317a08ae7 100644 --- a/qterminal-git/.AURINFO +++ b/qterminal-git/.AURINFO @@ -1,14 +1,14 @@ pkgbase = qterminal-git pkgdesc = Lightweight Qt-based terminal emulator - pkgver = 160.137a120 - pkgrel = 2 + pkgver = 0.6.0.2.g0f45862 + pkgrel = 1 url = https://github.com/qterminal/qterminal arch = i686 arch = x86_64 license = GPL2 makedepends = git makedepends = cmake - depends = qtermwidget-git + depends = qtermwidget depends = qt5-tools provides = qterminal conflicts = qterminal diff --git a/qterminal-git/PKGBUILD b/qterminal-git/PKGBUILD index 94081da2730..a790008c887 100644 --- a/qterminal-git/PKGBUILD +++ b/qterminal-git/PKGBUILD @@ -1,38 +1,36 @@ -# Maintainer: Jerome Leclanche +# Maintainer: Jerome Leclanche _pkgname=qterminal pkgname=$_pkgname-git -pkgver=160.137a120 -pkgrel=2 +pkgver=0.6.0.2.g0f45862 +pkgrel=1 pkgdesc="Lightweight Qt-based terminal emulator" arch=("i686" "x86_64") url="https://github.com/qterminal/qterminal" license=("GPL2") -provides=($_pkgname) -conflicts=($_pkgname) -depends=("qtermwidget-git" "qt5-tools") +provides=("$_pkgname") +conflicts=("$_pkgname") +depends=("qtermwidget" "qt5-tools") makedepends=("git" "cmake") source=("git://github.com/qterminal/$_pkgname.git") sha256sums=("SKIP") pkgver() { cd "$srcdir/$_pkgname" - echo "$(git rev-list --count HEAD).$(git describe --always)" + git describe --always | sed "s/-/./g" } build() { - cd "$srcdir/$_pkgname" mkdir -p build cd build - cmake .. \ + cmake "$srcdir/$_pkgname" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DUSE_SYSTEM_QXT=OFF \ - -DUSE_QT5=true .. + -DUSE_QT5=true make } package() { - cd "$srcdir/$_pkgname" cd build make DESTDIR="$pkgdir" install } diff --git a/qterminal/.AURINFO b/qterminal/.AURINFO new file mode 100644 index 00000000000..dd058ee46fe --- /dev/null +++ b/qterminal/.AURINFO @@ -0,0 +1,15 @@ +pkgbase = qterminal + pkgdesc = Lightweight Qt-based terminal emulator + pkgver = 0.6.0 + pkgrel = 1 + url = https://github.com/qterminal/qtermwidget + arch = i686 + arch = x86_64 + license = GPL2 + makedepends = cmake + depends = qt5-base + depends = qtermwidget + source = https://github.com/qterminal/qterminal/releases/download/0.6.0/qterminal-0.6.0.tar.xz + +pkgname = qterminal + diff --git a/qterminal/PKGBUILD b/qterminal/PKGBUILD new file mode 100644 index 00000000000..24c7bdb4ef7 --- /dev/null +++ b/qterminal/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Jerome Leclanche + +pkgname=qterminal +pkgver=0.6.0 +pkgrel=1 +pkgdesc="Lightweight Qt-based terminal emulator" +arch=("i686" "x86_64") +url="https://github.com/qterminal/qtermwidget" +license=("GPL2") +depends=("qt5-base" "qtermwidget") +makedepends=("cmake") +source=("https://github.com/qterminal/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz") +sha256sums=("SKIP") + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DUSE_SYSTEM_QXT=OFF \ + -DUSE_QT5=true + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} diff --git a/qtermwidget-git/.AURINFO b/qtermwidget-git/.AURINFO index 54ca5359498..2952a0f2ed3 100644 --- a/qtermwidget-git/.AURINFO +++ b/qtermwidget-git/.AURINFO @@ -1,7 +1,7 @@ pkgbase = qtermwidget-git - pkgdesc = A terminal widget for Qt4 - pkgver = 0.4.0.42.g0b430bf - pkgrel = 3 + pkgdesc = A terminal widget for Qt + pkgver = 0.6.0 + pkgrel = 1 url = https://github.com/qterminal/qtermwidget arch = i686 arch = x86_64 diff --git a/qtermwidget-git/PKGBUILD b/qtermwidget-git/PKGBUILD index 25c7c3b5c5f..04da30f1902 100644 --- a/qtermwidget-git/PKGBUILD +++ b/qtermwidget-git/PKGBUILD @@ -1,17 +1,17 @@ -# Maintainer: Jerome Leclanche +# Maintainer: Jerome Leclanche # Contributor: kreed # Contributor: vicky91 _pkgname=qtermwidget pkgname=$_pkgname-git -pkgver=0.4.0.42.g0b430bf -pkgrel=3 -pkgdesc="A terminal widget for Qt4" +pkgver=0.6.0 +pkgrel=1 +pkgdesc="A terminal widget for Qt" arch=("i686" "x86_64") url="https://github.com/qterminal/qtermwidget" license=("GPL2") -provides=($_pkgname) -conflicts=($_pkgname) +provides=("$_pkgname") +conflicts=("$_pkgname") depends=("qt5-base") makedepends=("git" "cmake") source=("git://github.com/qterminal/$_pkgname.git") @@ -23,19 +23,17 @@ pkgver() { } build() { - cd "$srcdir/$_pkgname" mkdir -p build cd build - cmake .. \ + cmake "$srcdir/$_pkgname" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_DESIGNER_PLUGIN=0 \ - -DUSE_QT5=true .. + -DUSE_QT5=true make } package() { - cd "$srcdir/$_pkgname" cd build make DESTDIR="$pkgdir" install } diff --git a/qtermwidget/.AURINFO b/qtermwidget/.AURINFO new file mode 100644 index 00000000000..22216616b17 --- /dev/null +++ b/qtermwidget/.AURINFO @@ -0,0 +1,14 @@ +pkgbase = qtermwidget + pkgdesc = A terminal widget for Qt + pkgver = 0.6.0 + pkgrel = 1 + url = https://github.com/qterminal/qtermwidget + arch = i686 + arch = x86_64 + license = GPL2 + makedepends = cmake + depends = qt5-base + source = https://github.com/qterminal/qtermwidget/releases/download/0.6.0/qtermwidget-0.6.0.tar.xz + +pkgname = qtermwidget + diff --git a/qtermwidget/PKGBUILD b/qtermwidget/PKGBUILD index c7af9ea80ce..f935b7023e9 100644 --- a/qtermwidget/PKGBUILD +++ b/qtermwidget/PKGBUILD @@ -1,28 +1,29 @@ -# Maintainer: Piotr Maliński -# Contributor: Piotr Maliński +# Maintainer: Jerome Leclanche pkgname=qtermwidget -pkgver=0.1 -pkgrel=2 -pkgdesc="A terminal widget for Qt4 and a simple terminal" -url="http://www.qt-apps.org/content/show.php/QTermWidget?content=82832" -depends=('qt') -makedepends=('qt') -arch=('x86_64 i686') -source=("http://dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('b6c246eb78cc91cb93c76e31ece8b3f1') -license=('GPL') +pkgver=0.6.0 +pkgrel=1 +pkgdesc="A terminal widget for Qt" +arch=("i686" "x86_64") +url="https://github.com/qterminal/qtermwidget" +license=("GPL2") +depends=("qt5-base") +makedepends=("cmake") +source=("https://github.com/qterminal/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz") +sha256sums=("SKIP") build() { - cd $startdir/src/$pkgname - qmake - make || return 1 - mkdir -p $startdir/pkg/usr/bin - mkdir -p $startdir/pkg/usr/lib - mkdir -p $startdir/pkg/usr/include/qtermwidget - cp consoleq $startdir/pkg/usr/bin/ - cp consoleq_d $startdir/pkg/usr/bin/ - cp libqtermwidget.a $startdir/pkg/usr/lib/ - cp libqtermwidget_d.a $startdir/pkg/usr/lib/ - cp lib/*.h $startdir/pkg/usr/include/qtermwidget/ + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_DESIGNER_PLUGIN=0 \ + -DUSE_QT5=true + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install } diff --git a/ratox/.AURINFO b/ratox/.AURINFO new file mode 100644 index 00000000000..2c27d638239 --- /dev/null +++ b/ratox/.AURINFO @@ -0,0 +1,18 @@ +pkgbase = ratox + pkgdesc = FIFO based Tox client + pkgver = 0.1 + pkgrel = 1 + url = http://ratox.2f30.org + arch = i686 + arch = x86_64 + license = MIT + depends = tox + source = http://git.2f30.org/ratox/snapshot/ratox-0.1.tar.gz + source = tox_is_save_encrypted.patch + md5sums = c77bb09c0ddb1220d74de9396a3c5ecb + md5sums = 1dec20c23ab25ec87aa556f69246e82e + sha256sums = 34b8d064be1dc2414f3ee54710bec30325101c5828b2f9b7f437a9b921fef6a7 + sha256sums = 3c67bea6e0dec6c2bcfe2960a010d6a3d8bb27b384f513f1b37886e35c48a551 + +pkgname = ratox + diff --git a/ratox/PKGBUILD b/ratox/PKGBUILD new file mode 100644 index 00000000000..aa8db34a192 --- /dev/null +++ b/ratox/PKGBUILD @@ -0,0 +1,36 @@ +# Maintainer: Håvard Pettersson + +pkgname=ratox +pkgver=0.1 +pkgrel=1 + +pkgdesc='FIFO based Tox client' +arch=('i686' 'x86_64') +url='http://ratox.2f30.org' +license=('MIT') + +depends=('tox') + +source=("http://git.2f30.org/ratox/snapshot/ratox-${pkgver}.tar.gz" + 'tox_is_save_encrypted.patch') +md5sums=('c77bb09c0ddb1220d74de9396a3c5ecb' + '1dec20c23ab25ec87aa556f69246e82e') +sha256sums=('34b8d064be1dc2414f3ee54710bec30325101c5828b2f9b7f437a9b921fef6a7' + '3c67bea6e0dec6c2bcfe2960a010d6a3d8bb27b384f513f1b37886e35c48a551') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i ${srcdir}/tox_is_save_encrypted.patch +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make PREFIX=/usr DESTDIR="${pkgdir}" install + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + diff --git a/ratox/tox_is_save_encrypted.patch b/ratox/tox_is_save_encrypted.patch new file mode 100644 index 00000000000..d9a833a3c7b --- /dev/null +++ b/ratox/tox_is_save_encrypted.patch @@ -0,0 +1,12 @@ +diff -aur ratox-0.1.pristine/ratox.c ratox-0.1/ratox.c +--- ratox-0.1.pristine/ratox.c 2014-10-14 17:17:19.542161227 +0200 ++++ ratox-0.1/ratox.c 2014-10-14 17:18:36.818526515 +0200 +@@ -694,7 +694,7 @@ + if (read(fd, data, sz) != sz) + eprintf("read %s:", DATAFILE); + +- if (tox_is_data_encrypted(data) == 1) { ++ if (tox_is_save_encrypted(data) == 1) { + if (encryptdatafile == 0) + printout("Data : %s > Encrypted, but saving unencrypted\n", DATAFILE); + while (readpass("Data : Passphrase > ") < 0 || diff --git a/reposurgeon/.AURINFO b/reposurgeon/.AURINFO index 792ef403418..9467a80e277 100644 --- a/reposurgeon/.AURINFO +++ b/reposurgeon/.AURINFO @@ -1,6 +1,6 @@ pkgbase = reposurgeon pkgdesc = Performs surgery on version control repositories. - pkgver = 3.12 + pkgver = 3.13 pkgrel = 1 url = http://www.catb.org/esr/reposurgeon/ arch = any @@ -11,10 +11,12 @@ pkgbase = reposurgeon optdepends = bzr optdepends = cvs-fast-export optdepends = darcs + optdepends = fossil optdepends = git optdepends = mercurial optdepends = subversion - source = http://www.catb.org/~esr/reposurgeon/reposurgeon-3.12.tar.gz + source = http://www.catb.org/~esr/reposurgeon/reposurgeon-3.13.tar.gz + sha256sums = 71709116479999b464a715226f88fc7ac29398e1220fbf6a8cab3d5fa5ea636d pkgname = reposurgeon diff --git a/reposurgeon/PKGBUILD b/reposurgeon/PKGBUILD index 0c6e7a1235a..13fd5e71fba 100644 --- a/reposurgeon/PKGBUILD +++ b/reposurgeon/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mike Swanson pkgname=reposurgeon -pkgver=3.12 +pkgver=3.13 pkgrel=1 pkgdesc="Performs surgery on version control repositories." arch=('any') @@ -12,11 +12,12 @@ makedepends=('asciidoc' 'xmlto') optdepends=('bzr' 'cvs-fast-export' 'darcs' + 'fossil' 'git' 'mercurial' 'subversion') source=(http://www.catb.org/~esr/reposurgeon/$pkgname-$pkgver.tar.gz) -sha256sums=('bdf7b74af44ef18e86ff655cc2e6ef11fa98ebcecc27a1d6fef7100de5c72b16') +sha256sums=('71709116479999b464a715226f88fc7ac29398e1220fbf6a8cab3d5fa5ea636d') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/retroshare-v0.6-svn-beta/.AURINFO b/retroshare-v0.6-svn-beta/.AURINFO new file mode 100644 index 00000000000..b5f98ef40d2 --- /dev/null +++ b/retroshare-v0.6-svn-beta/.AURINFO @@ -0,0 +1,30 @@ +pkgbase = retroshare-v0.6-svn-beta + pkgdesc = Serverless encrypted instant messenger with filesharing, chatgroups, e-mail. + pkgver = 7628 + pkgrel = 1 + url = http://retroshare.sourceforge.net/ + install = retroshare.install + arch = i686 + arch = x86_64 + arch = armv6h + arch = armv7h + license = GPL + license = LGPL + makedepends = subversion + depends = qt4 + depends = libupnp + depends = libgnome-keyring + depends = libxss + depends = sqlcipher + depends = opencv + depends = libssh + depends = protobuf + provides = retroshare06 + conflicts = retroshare06 + source = svn://svn.code.sf.net/p/retroshare/code/trunk + source = retroshare.install + sha256sums = SKIP + sha256sums = 47c23238cbfabb6f07b6a25666ee5941243176360ca28ec31378d94e87326ec1 + +pkgname = retroshare-v0.6-svn-beta + diff --git a/retroshare-v0.6-svn-beta/PKGBUILD b/retroshare-v0.6-svn-beta/PKGBUILD new file mode 100644 index 00000000000..8809a7e1813 --- /dev/null +++ b/retroshare-v0.6-svn-beta/PKGBUILD @@ -0,0 +1,178 @@ +#PKGBUIL for 0.6 + +# Set this to true to build and install retroshare-nogui +_build_nogui=true + +# Set this to true to build and install the plugins +_build_linkscloud=false +_build_feedreader=false +_build_voip=false + +### Nothing to be changed below this line ### + +_branch="trunk" +_svnmod=trunk + + +pkgname=retroshare-v0.6-svn-beta +pkgver=7628 +pkgrel=1 +pkgdesc="Serverless encrypted instant messenger with filesharing, chatgroups, e-mail." +arch=('i686' 'x86_64' 'armv6h' 'armv7h') +url="http://retroshare.sourceforge.net/" +license=('GPL' 'LGPL') +depends=('qt4' 'libupnp' 'libgnome-keyring' 'libxss' 'sqlcipher' 'opencv') +makedepends=('subversion') +provides=('retroshare06') +conflicts=('retroshare06') +install='retroshare.install' +source=('svn://svn.code.sf.net/p/retroshare/code/'$_branch + 'retroshare.install') +sha256sums=('SKIP' + '47c23238cbfabb6f07b6a25666ee5941243176360ca28ec31378d94e87326ec1') + +# Add missing dependencies if needed +[[ $_build_nogui == true ]] && depends=(${depends[@]} 'libssh' 'protobuf') +[[ $_build_voip == true ]] && depends=(${depends[@]} 'speex') +[[ $_build_feedreader == true ]] && depends=(${depends[@]} 'curl' 'libxslt') + +pkgver() { + LANG=C svn info "$SRCDEST/$_svnmod" | awk '/Last Changed Rev/ {print $4}' +} + +prepare() { + # Since makepkg 4.1.0 uses svn export, version_detail.sh doesn’t work + # unless we copy the needed .svn directory first + cp -a "$SRCDEST/$_svnmod/.svn" "$srcdir/$_svnmod/" +} + +build() { + cd "$srcdir/$_svnmod" + + _qmake='qmake-qt4' + + # + # BUILD HERE + # + msg "Compiling OpenPGP-SDK..." + cd openpgpsdk/src + $_qmake + make + cd ../.. + + msg "Compiling libbitdht..." + cd libbitdht/src + $_qmake + make + cd ../.. + + msg "Compiling support libs (pegmarkdown)..." + cd supportlibs/pegmarkdown + $_qmake + make + cd ../.. + + msg "Compiling libretroshare..." + cd libretroshare/src + $_qmake + LANG=C ./version_detail.sh + make + cd ../.. + + msg "Compiling retroshare-gui..." + cd retroshare-gui/src + $_qmake + LANG=C ./version_detail.sh + make + cd ../.. + + if [[ "$_build_voip" == "true" ]] ; then + msg "Compiling VOIP plugin..." + cd "plugins/VOIP" + $_qmake + make + cd ../.. + fi + + if [[ "$_build_feedreader" == "true" ]] ; then + msg "Compiling FeedReader plugin..." + cd "plugins/FeedReader" + $_qmake + make + cd ../.. + fi + + if [[ "$_build_linkscloud" == "true" ]] ; then + msg "Compiling LinksCloud plugin..." + cd "plugins/LinksCloud" + $_qmake + make + cd ../.. + fi + + if [[ "$_build_nogui" == "true" ]]; then + msg "Compiling retroshare-nogui..." + cd rsctrl/src + make + cd ../../retroshare-nogui/src + $_qmake + make + fi +} + +package() { + cd "$srcdir/$_svnmod" + + # Binaries + install -D -m 755 retroshare-gui/src/RetroShare "$pkgdir/usr/bin/retroshare06" + if [[ "$_build_nogui" == "true" ]]; then + install -D -m 755 \ + "retroshare-nogui/src/retroshare-nogui" \ + "${pkgdir}/usr/bin/retroshare-nogui06" + fi + + # Plugins + if [[ "$_build_linkscloud" == "true" ]] ; then + install -D -m 755 \ + "plugins/LinksCloud/libLinksCloud.so" \ + "${pkgdir}/usr/lib/retroshare/extensions/libLinksCloud.so" + fi + if [[ "$_build_voip" == "true" ]] ; then + install -D -m 755 \ + "plugins/VOIP/libVOIP.so" \ + "${pkgdir}/usr/lib/retroshare/extensions/libVOIP.so" + fi + if [[ "$_build_feedreader" == "true" ]] ; then + install -D -m 755 \ + "plugins/FeedReader/libFeedReader.so" \ + "${pkgdir}/usr/lib/retroshare/extensions/libFeedReader.so" + fi + + # Applications menu entry + mkdir -p "$pkgdir/usr/share/applications" + cat >"$pkgdir/usr/share/applications/retroshare.desktop" < # Request Changes: https://github.com/michaelsproul/rust-nightly-archlinux pkgname=rust-nightly-bin -pkgver=0.13.0_2014.10.23 +pkgver=0.13.0_2014.10.24 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='A safe, concurrent, practical language from Mozilla.' diff --git a/scilab/.AURINFO b/scilab/.AURINFO index 8ea494f9239..a3e111531c1 100644 --- a/scilab/.AURINFO +++ b/scilab/.AURINFO @@ -1,7 +1,7 @@ pkgbase = scilab pkgdesc = A scientific software package for numerical computations. pkgver = 5.5.1 - pkgrel = 1 + pkgrel = 2 url = http://www.scilab.org/ install = scilab.install arch = i686 @@ -14,13 +14,16 @@ pkgbase = scilab depends = shared-mime-info depends = desktop-file-utils depends = hicolor-icon-theme + depends = suitesparse depends = hdf5 depends = arpack depends = fftw depends = curl depends = tk + depends = libmatio depends = openmpi source = http://www.scilab.org/download/5.5.1/scilab-5.5.1-src.tar.gz + md5sums = ce3dcf7b95abd0fc57e51bf8c3ebd805 pkgname = scilab diff --git a/scilab/PKGBUILD b/scilab/PKGBUILD index f80f09ce1ea..8e78be34833 100644 --- a/scilab/PKGBUILD +++ b/scilab/PKGBUILD @@ -3,13 +3,13 @@ pkgname=scilab pkgver=5.5.1 -pkgrel=1 +pkgrel=2 pkgdesc='A scientific software package for numerical computations.' arch=('i686' 'x86_64') url='http://www.scilab.org/' license=('custom:CeCILL') depends=('java-environment' 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme' -'hdf5' 'arpack' 'fftw' 'curl' 'tk' 'openmpi') + 'suitesparse' 'hdf5' 'arpack' 'fftw' 'curl' 'tk' 'libmatio' 'openmpi') makedepends=('apache-ant' 'ocaml' 'gcc-fortran') source=("http://www.scilab.org/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz") @@ -46,17 +46,17 @@ build() { ./configure \ --prefix=/usr \ - --localedir=/usr/share/locale \ + --with-gcc \ + --with-gfortran \ --with-mpi \ - --without-matio \ - --without-umfpack \ + --with-matio \ + --with-umfpack \ --with-fftw \ --with-modelica \ --with-install-help-xml \ --enable-build-help \ --enable-build-localization \ - --disable-static-system-lib \ - --with-gfortran + --disable-static-system-lib cp etc/classpath.xml.vc etc/classpath.xml diff --git a/selenium-server-standalone/.AURINFO b/selenium-server-standalone/.AURINFO index dd699d180a6..a05dac64ae3 100644 --- a/selenium-server-standalone/.AURINFO +++ b/selenium-server-standalone/.AURINFO @@ -1,14 +1,16 @@ pkgbase = selenium-server-standalone pkgdesc = Test automation server for web applications - pkgver = 2.43.1 + pkgver = 2.44.0 pkgrel = 1 url = http://seleniumhq.org/ arch = any license = APACHE depends = java-runtime>=6 - source = http://selenium-release.storage.googleapis.com/2.43/selenium-server-standalone-2.43.1.jar + noextract = selenium-server-standalone-2.44.0.jar + source = http://selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar source = Selenium.desktop - noextract = selenium-server-standalone-2.43.1.jar + md5sums = 6514fd7c3869e2699f8c2a16868da336 + md5sums = b8ae3f1e5d898bdbf00dec9b553472d2 pkgname = selenium-server-standalone diff --git a/selenium-server-standalone/PKGBUILD b/selenium-server-standalone/PKGBUILD index f0b6a6efea3..a2f6f052c82 100644 --- a/selenium-server-standalone/PKGBUILD +++ b/selenium-server-standalone/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: Martin Blumenstingl # Contributor: Erik van der Kolk pkgname=selenium-server-standalone -pkgver=2.43.1 -_pkgver=2.43 +pkgver=2.44.0 +_pkgver=2.44 pkgrel=1 pkgdesc="Test automation server for web applications" arch=('any') @@ -16,7 +16,7 @@ depends=('java-runtime>=6') source=("http://selenium-release.storage.googleapis.com/$_pkgver/$pkgname-$pkgver.jar" 'Selenium.desktop') noextract=("$pkgname-$pkgver.jar") -md5sums=('6b95d6fe34b69f2ec180bf70e040f182' +md5sums=('6514fd7c3869e2699f8c2a16868da336' 'b8ae3f1e5d898bdbf00dec9b553472d2') package() { diff --git a/selfspy-git/.AURINFO b/selfspy-git/.AURINFO index eeeabcb5417..258b54dedac 100644 --- a/selfspy-git/.AURINFO +++ b/selfspy-git/.AURINFO @@ -1,7 +1,7 @@ pkgbase = selfspy-git pkgdesc = X11 personal keylogger daemon with statistical analysis. pkgver = 0.1.4.r169.g363aa5f - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://github.com/gurgeh/selfspy install = selfspy.install @@ -21,6 +21,10 @@ pkgbase = selfspy-git provides = selfspy conflicts = selfspy source = git://github.com/gurgeh/selfspy.git + source = selfspy.conf + source = selfspy@.service + md5sums = SKIP + md5sums = SKIP md5sums = SKIP pkgname = selfspy-git diff --git a/selfspy-git/.Changelog b/selfspy-git/.Changelog index 588edfc5fa9..7a4972cf541 100644 --- a/selfspy-git/.Changelog +++ b/selfspy-git/.Changelog @@ -1,3 +1,8 @@ +2014-10-24 jakob + + * 0.1.4.r169.g363aa5f-2 : + Add service and conf to src array. + 2014-10-23 jakob * 0.1.4.r169.g363aa5f-1 : diff --git a/selfspy-git/PKGBUILD b/selfspy-git/PKGBUILD index c8ecf4862a3..4c88c40d67c 100644 --- a/selfspy-git/PKGBUILD +++ b/selfspy-git/PKGBUILD @@ -3,7 +3,7 @@ pkgname=selfspy-git _pkgname=selfspy pkgver=0.1.4.r169.g363aa5f -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="X11 personal keylogger daemon with statistical analysis." url="https://github.com/gurgeh/selfspy" @@ -22,8 +22,12 @@ depends=('python2' 'tk' 'pycrypto') makedepends=('git') -source=('git://github.com/gurgeh/selfspy.git') -md5sums=('SKIP') +source=('git://github.com/gurgeh/selfspy.git' + "${_pkgname}.conf" + "${_pkgname}@.service") +md5sums=('SKIP' + 'SKIP' + 'SKIP') pkgver() { cd $srcdir/${_pkgname} diff --git a/shattered-pixel-dungeon-git/.AURINFO b/shattered-pixel-dungeon-git/.AURINFO index 8ed65afad58..c6db95022a8 100644 --- a/shattered-pixel-dungeon-git/.AURINFO +++ b/shattered-pixel-dungeon-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = shattered-pixel-dungeon-git pkgdesc = Shattered fork of the popular rogue-like game - pkgver = 0.2.1c.116 + pkgver = 0.2.1c.118 pkgrel = 1 url = http://shatteredpixel.tumblr.com/ arch = any @@ -11,11 +11,9 @@ pkgbase = shattered-pixel-dungeon-git source = pixel-dungeon::git+https://github.com/prurigro/pixel-dungeon-gdx.git#branch=shattered-pixel-0.2.1c source = shattered-pixel-dungeon.sh source = shattered-pixel-dungeon.desktop - source = no-encryption.patch sha512sums = SKIP sha512sums = 88814d1f33eea6bd5656d3ca731ed5a6cfce10ecdae24012252c5b32c4b194ec75fb0e22cac70897802679086c6a32e210d52933ec45ca94ff350ac4ad7c266e sha512sums = 204a7bcedbbc14bdad6586e4b759b326191a7fd2c344dadc7032495d4caa5fe32edac4118d7294229a6fe24f6684416fff37e260bbc9dde9e50846a03ba77db8 - sha512sums = 93293f1051cdb5860f22c4c952019f04b0ec41e873f9313bd1d0a15a90defce360779ff75d239d0ceb07ce1a2320b2234473ba9cd95f6269e1568bf173b2b0f9 pkgname = shattered-pixel-dungeon-git diff --git a/shattered-pixel-dungeon-git/PKGBUILD b/shattered-pixel-dungeon-git/PKGBUILD index b77c67667e6..a528cf7b448 100644 --- a/shattered-pixel-dungeon-git/PKGBUILD +++ b/shattered-pixel-dungeon-git/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=pixel-dungeon pkgname=shattered-${_pkgname}-git _pkgver=0.2.1c -pkgver=0.2.1c.116 +pkgver=0.2.1c.118 pkgrel=1 pkgdesc="Shattered fork of the popular rogue-like game" url="http://shatteredpixel.tumblr.com/" @@ -13,23 +13,16 @@ makedepends=('git') arch=('any') source=("${_pkgname}::git+https://github.com/prurigro/${_pkgname}-gdx.git#branch=shattered-pixel-${_pkgver}" "shattered-${_pkgname}.sh" - "shattered-${_pkgname}.desktop" - "no-encryption.patch") + "shattered-${_pkgname}.desktop") sha512sums=('SKIP' '88814d1f33eea6bd5656d3ca731ed5a6cfce10ecdae24012252c5b32c4b194ec75fb0e22cac70897802679086c6a32e210d52933ec45ca94ff350ac4ad7c266e' - '204a7bcedbbc14bdad6586e4b759b326191a7fd2c344dadc7032495d4caa5fe32edac4118d7294229a6fe24f6684416fff37e260bbc9dde9e50846a03ba77db8' - '93293f1051cdb5860f22c4c952019f04b0ec41e873f9313bd1d0a15a90defce360779ff75d239d0ceb07ce1a2320b2234473ba9cd95f6269e1568bf173b2b0f9') + '204a7bcedbbc14bdad6586e4b759b326191a7fd2c344dadc7032495d4caa5fe32edac4118d7294229a6fe24f6684416fff37e260bbc9dde9e50846a03ba77db8') pkgver() { cd $_pkgname echo -n "${_pkgver}.$(git rev-list --count HEAD)" } -prepare() { - cd $_pkgname - patch -p1 < ../no-encryption.patch -} - build() { cd $_pkgname unset _JAVA_OPTIONS diff --git a/shattered-pixel-dungeon-git/no-encryption.patch b/shattered-pixel-dungeon-git/no-encryption.patch deleted file mode 100644 index a087108c18a..00000000000 --- a/shattered-pixel-dungeon-git/no-encryption.patch +++ /dev/null @@ -1,50 +0,0 @@ -diff --git a/PD-classes/src/com/watabou/utils/Bundle.java b/PD-classes/src/com/watabou/utils/Bundle.java -index e266acc..39a47ec 100644 ---- a/PD-classes/src/com/watabou/utils/Bundle.java -+++ b/PD-classes/src/com/watabou/utils/Bundle.java -@@ -264,27 +264,12 @@ public class Bundle { - - } - } -- -- private static final char XOR_KEY = 0x1F; -- -+ - public static Bundle read( InputStream stream ) { - - try { - BufferedReader reader = new BufferedReader( new InputStreamReader( stream ) ); -- -- StringBuilder builder = new StringBuilder(); -- -- char[] buffer = new char[0x2000]; -- int count = reader.read( buffer ); -- while (count > 0) { -- for (int i=0; i < count; i++) { -- buffer[i] ^= XOR_KEY; -- } -- builder.append( buffer, 0, count ); -- count = reader.read( buffer ); -- } -- -- JSONObject json = (JSONObject)new JSONTokener( builder.toString() ).nextValue(); -+ JSONObject json = (JSONObject)new JSONTokener( reader.readLine() ).nextValue(); - reader.close(); - - return new Bundle( json ); -@@ -295,13 +280,8 @@ public class Bundle { - - public static boolean write( Bundle bundle, OutputStream stream ) { - try { -- BufferedWriter writer = new BufferedWriter( new OutputStreamWriter( stream ) ); -- -- char[] chars = bundle.data.toString().toCharArray(); -- for (int i=0; i < chars.length; i++) { -- chars[i] ^= XOR_KEY; -- } -- writer.write( chars ); -+ BufferedWriter writer = new BufferedWriter( new OutputStreamWriter( stream ) ); -+ writer.write( bundle.data.toString() ); - writer.close(); - - return true; diff --git a/sigram-git/.AURINFO b/sigram-git/.AURINFO index 185bb5a2ae2..0a22c55766c 100644 --- a/sigram-git/.AURINFO +++ b/sigram-git/.AURINFO @@ -1,14 +1,14 @@ pkgbase = sigram-git pkgdesc = A different telegram client from Sialan.labs (GIT version) - pkgver = r204.e02df57 + pkgver = r209.2c57a30 pkgrel = 1 url = http://labs.sialan.org/projects/sigram arch = i686 arch = x86_64 license = GPL makedepends = git - depends = qt5-declarative depends = qt5-graphicaleffects + depends = qt5-quickcontrols provides = sigram conflicts = sigram conflicts = sigram-bin diff --git a/sigram-git/PKGBUILD b/sigram-git/PKGBUILD index 695ed5fce43..58c761b2d2a 100644 --- a/sigram-git/PKGBUILD +++ b/sigram-git/PKGBUILD @@ -2,13 +2,13 @@ # Contributor: totoloco pkgname="sigram-git" -pkgver=r204.e02df57 +pkgver=r209.2c57a30 pkgrel=1 pkgdesc="A different telegram client from Sialan.labs (GIT version)" arch=('i686' 'x86_64') url="http://labs.sialan.org/projects/sigram" license=('GPL') -depends=('qt5-declarative' 'qt5-graphicaleffects') +depends=('qt5-graphicaleffects' 'qt5-quickcontrols') makedepends=('git') provides=('sigram') conflicts=('sigram' 'sigram-bin') diff --git a/simple-plotting/.AURINFO b/simple-plotting/.AURINFO new file mode 100644 index 00000000000..c412778d189 --- /dev/null +++ b/simple-plotting/.AURINFO @@ -0,0 +1,15 @@ +pkgbase = simple-plotting + pkgdesc = A pair of scripts for making simple plots from the command line. + pkgver = 0.1.0 + pkgrel = 1 + url = https://github.com/drdrang/simple-plotting + arch = any + license = unknown + depends = python + depends = python-matplotlib + depends = python-numpy + source = git+https://github.com/drdrang/simple-plotting.git + md5sums = SKIP + +pkgname = simple-plotting + diff --git a/simple-plotting/PKGBUILD b/simple-plotting/PKGBUILD new file mode 100644 index 00000000000..16134928e7e --- /dev/null +++ b/simple-plotting/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Profpatsch +pkgname=simple-plotting +pkgver=0.1.0 +pkgrel=1 +pkgdesc="A pair of scripts for making simple plots from the command line." +url="https://github.com/drdrang/simple-plotting" +arch=('any') +license=('unknown') +depends=('python' 'python-matplotlib' 'python-numpy') +source=("git+https://github.com/drdrang/simple-plotting.git") +md5sums=('SKIP') + +package() { + cd ${pkgname} + target="$pkgdir/usr/bin" + mkdir -p "$target" + + install plot "$target" + install pplot "$target" + + echo + echo "plot outputs an image as binary stream to stdout." + echo "To view it directly, create a script, e.g." + echo "#!/bin/bash" + echo "plot \"$@\" | feh -" + echo + echo "This provides the commands plot and pplot." + echo +} diff --git a/snort/.AURINFO b/snort/.AURINFO index 9f2c3275520..01a4e266aab 100644 --- a/snort/.AURINFO +++ b/snort/.AURINFO @@ -1,6 +1,6 @@ pkgbase = snort pkgdesc = A lightweight network intrusion detection system. - pkgver = 2.9.6.2 + pkgver = 2.9.7.0 pkgrel = 1 url = http://www.snort.org install = snort.install @@ -13,15 +13,18 @@ pkgbase = snort depends = openssl depends = pcre depends = zlib - source = https://www.snort.org/downloads/snort/snort-2.9.6.2.tar.gz - source = http://rules.emergingthreats.net/open/snort-2.9.0/emerging.rules.tar.gz - source = snort.service options = !makeflags options = !libtool backup = etc/snort/snort.conf backup = etc/snort/threshold.conf backup = etc/snort/reference.config backup = etc/snort/classification.config + source = https://www.snort.org/downloads/snort/snort-2.9.7.0.tar.gz + source = http://rules.emergingthreats.net/open/snort-2.9.0/emerging.rules.tar.gz + source = snort.service + md5sums = c2a45bc56441ee9456478f219dd8d1e2 + md5sums = d534d516c9013a7f1d628fa1e14192c1 + md5sums = 0d898dfe906fe45ad8562c500c36facb pkgname = snort diff --git a/snort/PKGBUILD b/snort/PKGBUILD index 1a1493d2fe2..853f0bf8964 100644 --- a/snort/PKGBUILD +++ b/snort/PKGBUILD @@ -6,7 +6,7 @@ # Contributor: Gregor Ibic pkgname=snort -pkgver=2.9.6.2 +pkgver=2.9.7.0 pkgrel=1 pkgdesc='A lightweight network intrusion detection system.' arch=('i686' 'x86_64') @@ -51,6 +51,6 @@ package() { cp ${srcdir}/rules/* "${pkgdir}/etc/snort/rules" } -md5sums=('2a0e89a48260e45f932af94c0ebb330e' - 'SKIP' +md5sums=('c2a45bc56441ee9456478f219dd8d1e2' + 'd534d516c9013a7f1d628fa1e14192c1' '0d898dfe906fe45ad8562c500c36facb') diff --git a/starsector/.AURINFO b/starsector/.AURINFO new file mode 100644 index 00000000000..165911180c5 --- /dev/null +++ b/starsector/.AURINFO @@ -0,0 +1,25 @@ +pkgbase = starsector + pkgdesc = A single-player sandbox style space role-playing game with strategic elements. + pkgver = 0.65a_RC1 + pkgrel = 1 + url = http://fractalsoftworks.com/ + install = starsector.install + arch = i686 + arch = x86_64 + license = custom + depends = java-runtime + depends = openal + depends = bash + depends = desktop-file-utils + replaces = starfarer + source = http://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-0.65a-RC1.zip + source = starsector.pdf::http://www.fractalsoftworks.com/starfarer/docs/StarfarerManual.pdf + source = starsector.sh + source = starsector.desktop + sha256sums = c5ea4313305e746408e37d0aa7f5f57a8253c815ece6425b59b8f79b0b2adc96 + sha256sums = 0d9a2382e1c15e3d471b88eb3770c68f5dd93edc81710e511fd892def9f2ab16 + sha256sums = d0588ccc3eefe399d764144246718344ff5603396130028a798fc1609d4d0286 + sha256sums = becc92483d9599672b75d8b00216a64dd8fda38cfcfccd8e735238aa0ce6d8b6 + +pkgname = starsector + diff --git a/starsector/PKGBUILD b/starsector/PKGBUILD index a6139c17308..87a133917c8 100644 --- a/starsector/PKGBUILD +++ b/starsector/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erdbeerkaese pkgname=starsector -pkgver=0.6.2a_RC3 +pkgver=0.65a_RC1 pkgrel=1 pkgdesc="A single-player sandbox style space role-playing game with strategic elements." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ http://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-${pkgver//_ ${pkgname}.pdf::http://www.fractalsoftworks.com/starfarer/docs/StarfarerManual.pdf starsector.sh starsector.desktop) -sha256sums=('7721730be729122853ac87d2b38c1e56a06f1fc835f40496b2a79d81a9460b46' +sha256sums=('c5ea4313305e746408e37d0aa7f5f57a8253c815ece6425b59b8f79b0b2adc96' '0d9a2382e1c15e3d471b88eb3770c68f5dd93edc81710e511fd892def9f2ab16' 'd0588ccc3eefe399d764144246718344ff5603396130028a798fc1609d4d0286' 'becc92483d9599672b75d8b00216a64dd8fda38cfcfccd8e735238aa0ce6d8b6') diff --git a/syncthing-bin/.AURINFO b/syncthing-bin/.AURINFO index a86ca116da0..d1c88259265 100644 --- a/syncthing-bin/.AURINFO +++ b/syncthing-bin/.AURINFO @@ -1,6 +1,6 @@ pkgbase = syncthing-bin pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary. - pkgver = 0.10.2 + pkgver = 0.10.3 pkgrel = 1 url = http://syncthing.net/ install = syncthing.install @@ -9,12 +9,12 @@ pkgbase = syncthing-bin arch = armv7h arch = i686 arch = x86_64 - license = MIT - provides = syncthing=0.10.2 + license = GPL + provides = syncthing=0.10.3 conflicts = syncthing source = syncthing@.service source = syncthing.1 - source = https://github.com/calmh/syncthing/releases/download/v0.10.2/syncthing-linux--v0.10.2.tar.gz + source = https://github.com/calmh/syncthing/releases/download/v0.10.3/syncthing-linux--v0.10.3.tar.gz sha1sums = 204cad3823306c793a14a17a23220e26199160d4 sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4 diff --git a/syncthing-bin/PKGBUILD b/syncthing-bin/PKGBUILD index 2402b19dbb5..fda7480252a 100644 --- a/syncthing-bin/PKGBUILD +++ b/syncthing-bin/PKGBUILD @@ -3,13 +3,13 @@ pkgname=syncthing-bin _realname=syncthing -pkgver=0.10.2 +pkgver=0.10.3 pkgrel=1 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary." url="http://syncthing.net/" arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64') -license=('MIT') -provides=('syncthing=0.10.2') +license=('GPL') +provides=('syncthing=0.10.3') conflicts=('syncthing') install=${_realname}.install source=('syncthing@.service' 'syncthing.1') @@ -18,19 +18,19 @@ sha1sums=('204cad3823306c793a14a17a23220e26199160d4' case "$CARCH" in arm) _pkgarch="armv5" - sha1sums+=('5db2343c5eeee1429deb597c320df6927d5c6060') + sha1sums+=('5a1d33b2a3f5a7ae59e9f8f8bb93d87819c72586') ;; armv6h) _pkgarch="armv6" - sha1sums+=('3e4d4547c9976aa5e7844ba03ef1e7141f3d46a9') + sha1sums+=('8d88312d40733d1ae9f342932ff73630f939540e') ;; armv7h) _pkgarch="armv7" - sha1sums+=('6b00e75ec82c3d08f8287fde77d0e7ef5f3dc1bf') + sha1sums+=('551c7d5c80f9d873398d2649d8b9ecd5bd54fd23') ;; i686) _pkgarch="386" - sha1sums+=('a663a62c5025ec4f76e415955ff31c1c223ff933') + sha1sums+=('edc6f366139878507e00e3a47cff8edd28edda03') ;; x86_64) _pkgarch="amd64" - sha1sums+=('38c396c411538241bb52f4f90b16d9ef528117af') + sha1sums+=('ad92e95bd05fd2e80a1f3190330071893b52b058') ;; esac diff --git a/systemd-timer-pkgcacheclean/.AURINFO b/systemd-timer-pkgcacheclean/.AURINFO new file mode 100644 index 00000000000..49e7b3c4546 --- /dev/null +++ b/systemd-timer-pkgcacheclean/.AURINFO @@ -0,0 +1,19 @@ +pkgbase = systemd-timer-pkgcacheclean + pkgdesc = Systemd timer to run pkgcacheclean monthly. + pkgver = 1.8.1 + pkgrel = 1 + url = https://bbs.archlinux.org/viewtopic.php?pid=841774 + arch = any + license = GPL + depends = pkgcacheclean + source = pkgcacheclean.timer + source = pkgcacheclean.service + source = pkgcacheclean3.timer + source = pkgcacheclean3.service + md5sums = 3d3d972336c061d87ed74ac9dec2268c + md5sums = df8836a503d8174313c026504a40a386 + md5sums = 3d3d972336c061d87ed74ac9dec2268c + md5sums = 9a1c664a1144b318a5ff608de3840330 + +pkgname = systemd-timer-pkgcacheclean + diff --git a/systemd-timer-pkgcacheclean/PKGBUILD b/systemd-timer-pkgcacheclean/PKGBUILD new file mode 100644 index 00000000000..f8e27cf10ba --- /dev/null +++ b/systemd-timer-pkgcacheclean/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Todd Partridge + +pkgname=systemd-timer-pkgcacheclean +_pkgname=pkgcacheclean +pkgver=1.8.1 +pkgrel=1 +pkgdesc="Systemd timer to run pkgcacheclean monthly." +arch=(any) +url='https://bbs.archlinux.org/viewtopic.php?pid=841774' +license=(GPL) +depends=(pkgcacheclean) +source=("$_pkgname".timer + "$_pkgname".service + "$_pkgname"3.timer + "$_pkgname"3.service) +md5sums=('3d3d972336c061d87ed74ac9dec2268c' + 'df8836a503d8174313c026504a40a386' + '3d3d972336c061d87ed74ac9dec2268c' + '9a1c664a1144b318a5ff608de3840330') + +package() { + _syddir=$pkgdir/usr/lib/systemd/system/ + install -Dm644 "$_pkgname".service $_syddir/"$_pkgname".service + install -Dm644 "$_pkgname".timer $_syddir/"$_pkgname".timer + install -Dm644 "$_pkgname"3.service $_syddir/"$_pkgname"3.service + install -Dm644 "$_pkgname"3.timer $_syddir/"$_pkgname"3.timer +} + +# vim:set ts=2 sw=2 et: \ No newline at end of file diff --git a/systemd-timer-pkgcacheclean/pkgcacheclean.service b/systemd-timer-pkgcacheclean/pkgcacheclean.service new file mode 100644 index 00000000000..baf02d6768e --- /dev/null +++ b/systemd-timer-pkgcacheclean/pkgcacheclean.service @@ -0,0 +1,7 @@ +[Unit] +Description=Remove all but the last two versions of pkgs in the pacman cache. + +[Service] +Type=oneshot +ExecStart=/usr/bin/pkgcacheclean + diff --git a/systemd-timer-pkgcacheclean/pkgcacheclean.timer b/systemd-timer-pkgcacheclean/pkgcacheclean.timer new file mode 100644 index 00000000000..e3df57c906f --- /dev/null +++ b/systemd-timer-pkgcacheclean/pkgcacheclean.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Remove all but the last two versions of pkgs in the pacman cache, every month. + +[Timer] +OnCalendar=monthly +Persistent=true + +[Install] +WantedBy=timers.target + diff --git a/systemd-timer-pkgcacheclean/pkgcacheclean3.service b/systemd-timer-pkgcacheclean/pkgcacheclean3.service new file mode 100644 index 00000000000..3614e2e1bc3 --- /dev/null +++ b/systemd-timer-pkgcacheclean/pkgcacheclean3.service @@ -0,0 +1,7 @@ +[Unit] +Description=Remove all but the last two versions of pkgs in the pacman cache. + +[Service] +Type=oneshot +ExecStart=/usr/bin/pkgcacheclean 3 + diff --git a/systemd-timer-pkgcacheclean/pkgcacheclean3.timer b/systemd-timer-pkgcacheclean/pkgcacheclean3.timer new file mode 100644 index 00000000000..e3df57c906f --- /dev/null +++ b/systemd-timer-pkgcacheclean/pkgcacheclean3.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Remove all but the last two versions of pkgs in the pacman cache, every month. + +[Timer] +OnCalendar=monthly +Persistent=true + +[Install] +WantedBy=timers.target + diff --git a/telepathy-kde-common-internals-frameworks-git/.AURINFO b/telepathy-kde-common-internals-frameworks-git/.AURINFO index 3df5906fbb9..f6ec0c11e65 100644 --- a/telepathy-kde-common-internals-frameworks-git/.AURINFO +++ b/telepathy-kde-common-internals-frameworks-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = telepathy-kde-common-internals-frameworks-git pkgdesc = Common components for KDE-Telepathy - pkgver = r1535.a13b78a + pkgver = r1603.27ffa2d pkgrel = 1 url = http://community.kde.org/Real-Time_Communication_and_Collaboration arch = i686 @@ -16,6 +16,8 @@ pkgbase = telepathy-kde-common-internals-frameworks-git depends = libkpeople-frameworks-git depends = telepathy-qt5 depends = libaccounts-qt5 + provides = telepathy-kde-common-internals-frameworks + conflicts = telepathy-kde-common-internals-frameworks conflicts = telepathy-kde-common-internals source = git://anongit.kde.org/ktp-common-internals.git#branch=frameworks sha256sums = SKIP diff --git a/telepathy-kde-common-internals-frameworks-git/PKGBUILD b/telepathy-kde-common-internals-frameworks-git/PKGBUILD index de744ba5978..6c15588fc91 100644 --- a/telepathy-kde-common-internals-frameworks-git/PKGBUILD +++ b/telepathy-kde-common-internals-frameworks-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas pkgname=telepathy-kde-common-internals-frameworks-git -pkgver=r1535.a13b78a +pkgver=r1603.27ffa2d pkgrel=1 pkgdesc='Common components for KDE-Telepathy' arch=('i686' 'x86_64') @@ -9,7 +9,8 @@ url='http://community.kde.org/Real-Time_Communication_and_Collaboration' license=('GPL') depends=('knotifyconfig' 'ktexteditor' 'libkpeople-frameworks-git' 'telepathy-qt5' 'libaccounts-qt5') makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'doxygen' 'python') -conflicts=('telepathy-kde-common-internals') +conflicts=('telepathy-kde-common-internals-frameworks' 'telepathy-kde-common-internals') +provides=('telepathy-kde-common-internals-frameworks') source=("git://anongit.kde.org/ktp-common-internals.git#branch=frameworks") sha256sums=('SKIP') diff --git a/telepathy-kde-contact-list-frameworks-git/.AURINFO b/telepathy-kde-contact-list-frameworks-git/.AURINFO new file mode 100644 index 00000000000..cbf613ef3dd --- /dev/null +++ b/telepathy-kde-contact-list-frameworks-git/.AURINFO @@ -0,0 +1,21 @@ +pkgbase = telepathy-kde-contact-list-frameworks-git + pkgdesc = KDE Telepathy contact list application + pkgver = r973.dd7ad05 + pkgrel = 1 + url = http://community.kde.org/Real-Time_Communication_and_Collaboration + arch = i686 + arch = x86_64 + license = GPL + makedepends = extra-cmake-modules + makedepends = git + makedepends = kdoctools + makedepends = python + depends = telepathy-kde-common-internals-frameworks-git + provides = telepathy-kde-contact-list-frameworks + conflicts = telepathy-kde-contact-list-frameworks + conflicts = telepathy-kde-contact-list + source = git://anongit.kde.org/ktp-contact-list.git#branch=frameworks + sha256sums = SKIP + +pkgname = telepathy-kde-contact-list-frameworks-git + diff --git a/telepathy-kde-contact-list-frameworks-git/PKGBUILD b/telepathy-kde-contact-list-frameworks-git/PKGBUILD new file mode 100644 index 00000000000..01f2e92e792 --- /dev/null +++ b/telepathy-kde-contact-list-frameworks-git/PKGBUILD @@ -0,0 +1,39 @@ +# Maintainer: Antonio Rojas + +pkgname=telepathy-kde-contact-list-frameworks-git +pkgver=r973.dd7ad05 +pkgrel=1 +pkgdesc='KDE Telepathy contact list application' +arch=('i686' 'x86_64') +url='http://community.kde.org/Real-Time_Communication_and_Collaboration' +license=('GPL') +depends=('telepathy-kde-common-internals-frameworks-git') +makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python') +conflicts=('telepathy-kde-contact-list-frameworks' 'telepathy-kde-contact-list') +provides=('telepathy-kde-contact-list-frameworks') +source=("git://anongit.kde.org/ktp-contact-list.git#branch=frameworks") +sha256sums=('SKIP') + +pkgver() { + cd ktp-contact-list + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../ktp-contact-list \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} diff --git a/telepathy-kde-text-ui-frameworks-git/.AURINFO b/telepathy-kde-text-ui-frameworks-git/.AURINFO new file mode 100644 index 00000000000..44b609bc36e --- /dev/null +++ b/telepathy-kde-text-ui-frameworks-git/.AURINFO @@ -0,0 +1,21 @@ +pkgbase = telepathy-kde-text-ui-frameworks-git + pkgdesc = Telepathy handler for Text Chats + pkgver = r1708.d4bb578 + pkgrel = 1 + url = http://community.kde.org/Real-Time_Communication_and_Collaboration + arch = i686 + arch = x86_64 + license = GPL + makedepends = extra-cmake-modules + makedepends = git + makedepends = kdoctools + makedepends = python + depends = telepathy-kde-common-internals-frameworks-git + provides = telepathy-kde-text-ui-frameworks + conflicts = telepathy-kde-text-ui-frameworks + conflicts = telepathy-kde-text-ui + source = git://anongit.kde.org/ktp-text-ui.git#branch=frameworks + sha256sums = SKIP + +pkgname = telepathy-kde-text-ui-frameworks-git + diff --git a/telepathy-kde-text-ui-frameworks-git/PKGBUILD b/telepathy-kde-text-ui-frameworks-git/PKGBUILD new file mode 100644 index 00000000000..64f766a16a1 --- /dev/null +++ b/telepathy-kde-text-ui-frameworks-git/PKGBUILD @@ -0,0 +1,39 @@ +# Maintainer: Antonio Rojas + +pkgname=telepathy-kde-text-ui-frameworks-git +pkgver=r1708.d4bb578 +pkgrel=1 +pkgdesc='Telepathy handler for Text Chats' +arch=('i686' 'x86_64') +url='http://community.kde.org/Real-Time_Communication_and_Collaboration' +license=('GPL') +depends=('telepathy-kde-common-internals-frameworks-git') +makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python') +conflicts=('telepathy-kde-text-ui-frameworks' 'telepathy-kde-text-ui') +provides=('telepathy-kde-text-ui-frameworks') +source=("git://anongit.kde.org/ktp-text-ui.git#branch=frameworks") +sha256sums=('SKIP') + +pkgver() { + cd ktp-text-ui + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../ktp-text-ui \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} diff --git a/tlsdate-git/.AURINFO b/tlsdate-git/.AURINFO new file mode 100644 index 00000000000..f4a652b2a25 --- /dev/null +++ b/tlsdate-git/.AURINFO @@ -0,0 +1,31 @@ +pkgbase = tlsdate-git + pkgdesc = A secure rdate replacement to update local time over HTTPS, git version + pkgver = 692.5be06de + pkgrel = 1 + url = https://github.com/ioerror/tlsdate + install = tlsdate.install + arch = i686 + arch = x86_64 + arch = armv6l + arch = armv6h + arch = arm7l + arch = arm7h + license = BSD + depends = openssl + depends = ca-certificates + depends = dbus + depends = zlib + provides = tlsdate + conflicts = tlsdate + options = emptydirs + backup = etc/conf.d/tlsdate + backup = etc/tlsdate/tlsdated.conf + source = git+https://github.com/ioerror/tlsdate.git + source = tlsdate.conf.d + source = tlsdate.service + sha256sums = SKIP + sha256sums = 1498a74913feb66c6e2e7d982f43b07fc48881947543969668a75ef4323503aa + sha256sums = fe3fb8181be0a9214f351c64461680f603ea27b7b7c566c9eec189084783aa92 + +pkgname = tlsdate-git + diff --git a/tlsdate-git/PKGBUILD b/tlsdate-git/PKGBUILD new file mode 100644 index 00000000000..e414145c801 --- /dev/null +++ b/tlsdate-git/PKGBUILD @@ -0,0 +1,57 @@ +# Maintainer: mutantmonkey +# Contributor: skydrome +pkgname=tlsdate-git +pkgver=692.5be06de +pkgrel=1 +pkgdesc="A secure rdate replacement to update local time over HTTPS, git version" +arch=('i686' 'x86_64' 'armv6l' 'armv6h' 'arm7l' 'arm7h') +url="https://github.com/ioerror/tlsdate" +license=('BSD') +depends=('openssl' 'ca-certificates' 'dbus' 'zlib') +conflicts=('tlsdate') +provides=('tlsdate') +options=(emptydirs) +install=tlsdate.install +backup=('etc/conf.d/tlsdate' + 'etc/tlsdate/tlsdated.conf') +source=('git+https://github.com/ioerror/tlsdate.git' + 'tlsdate.conf.d' + 'tlsdate.service') +sha256sums=('SKIP' + '1498a74913feb66c6e2e7d982f43b07fc48881947543969668a75ef4323503aa' + 'fe3fb8181be0a9214f351c64461680f603ea27b7b7c566c9eec189084783aa92') + +pkgver() { + cd "$srcdir/tlsdate" + echo $(git rev-list --count master).$(git rev-parse --short master) +} + +prepare() { + cd "$srcdir/tlsdate" + ./autogen.sh +} + +build() { + cd "$srcdir/tlsdate" + + ./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --sysconfdir=/etc \ + --with-dbus-client-group=tlsdate \ + --with-unpriv-group=tlsdate \ + --with-unpriv-user=tlsdate \ + --without-polarssl + make +} + +package() { + cd "$srcdir/tlsdate" + + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/tlsdate/LICENSE" + install -Dm644 "$srcdir/tlsdate.conf.d" "$pkgdir/etc/conf.d/tlsdate" + install -Dm644 "$srcdir/tlsdate.service" "$pkgdir/usr/lib/systemd/system/tlsdate.service" +} + +# vim:set ts=2 sw=2 et: diff --git a/tlsdate-git/tlsdate.conf.d b/tlsdate-git/tlsdate.conf.d new file mode 100644 index 00000000000..51221399461 --- /dev/null +++ b/tlsdate-git/tlsdate.conf.d @@ -0,0 +1,3 @@ +# Additional options; see `man tlsdated` for reference. + +TLSDATED_OPTS="" diff --git a/tlsdate-git/tlsdate.install b/tlsdate-git/tlsdate.install new file mode 100644 index 00000000000..c82e7df9768 --- /dev/null +++ b/tlsdate-git/tlsdate.install @@ -0,0 +1,16 @@ +post_install() { + useradd -U -r -M -s /bin/false tlsdate &> /dev/null + mkdir var/cache/tlsdated + chown tlsdate:tlsdate var/cache/tlsdated +} + +post_upgrade() { + if getent passwd tlsdate | grep -q ':/home/tlsdate:'; then + usermod -d / tlsdate + fi +} + +pre_remove() { + userdel tlsdate &> /dev/null + groupdel tlsdate &> /dev/null +} diff --git a/tlsdate-git/tlsdate.service b/tlsdate-git/tlsdate.service new file mode 100644 index 00000000000..e48cf50ccec --- /dev/null +++ b/tlsdate-git/tlsdate.service @@ -0,0 +1,13 @@ +[Unit] +Description=Secure parasitic rdate replacement +After=network.target + +[Service] +Type=simple +EnvironmentFile=/etc/conf.d/tlsdate +ExecStart=/usr/bin/tlsdated $TLSDATED_OPTS +ExecReload=/bin/kill -HUP $MAINPID +ExecStop=/bin/kill -INT $MAINPID + +[Install] +WantedBy=multi-user.target diff --git a/tor-unstable/.AURINFO b/tor-unstable/.AURINFO index 54ea80e694f..ff216646dc0 100644 --- a/tor-unstable/.AURINFO +++ b/tor-unstable/.AURINFO @@ -1,6 +1,6 @@ pkgbase = tor-unstable pkgdesc = Anonymizing overlay network. - pkgver = 0.2.5.5_alpha + pkgver = 0.2.5.10 pkgrel = 1 url = http://www.torproject.org/ install = tor.install @@ -15,13 +15,17 @@ pkgbase = tor-unstable optdepends = torsocks: for torify provides = tor conflicts = tor - source = https://www.torproject.org/dist/tor-0.2.5.5-alpha.tar.gz - source = https://www.torproject.org/dist/tor-0.2.5.5-alpha.tar.gz.asc - source = torrc - source = tor.service backup = etc/tor/torrc backup = etc/tor/torrc-dist backup = etc/tor/tor-tsocks.conf + source = https://www.torproject.org/dist/tor-0.2.5.10.tar.gz + source = https://www.torproject.org/dist/tor-0.2.5.10.tar.gz.asc + source = torrc + source = tor.service + md5sums = 4bde375229a7a7f77c0596ae05556527 + md5sums = SKIP + md5sums = c1dd4004c63edaeaa829e01be5413cfc + md5sums = a396657e6f6df21d319ad586500c04b1 pkgname = tor-unstable diff --git a/tor-unstable/PKGBUILD b/tor-unstable/PKGBUILD index 876660ccade..eb6101c5be2 100644 --- a/tor-unstable/PKGBUILD +++ b/tor-unstable/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: simo pkgname=tor-unstable -pkgver=0.2.5.5_alpha +pkgver=0.2.5.10 pkgrel=1 pkgdesc='Anonymizing overlay network.' arch=('i686' 'x86_64' 'armv7h') @@ -21,7 +21,7 @@ install='tor.install' source=("https://www.torproject.org/dist/${pkgname/-unstable/}-${pkgver/_/-}.tar.gz"{,.asc} 'torrc' 'tor.service') -md5sums=('b118d4e91356785bfbad0073bd14a9f2' +md5sums=('4bde375229a7a7f77c0596ae05556527' 'SKIP' 'c1dd4004c63edaeaa829e01be5413cfc' 'a396657e6f6df21d319ad586500c04b1') diff --git a/torque/.AURINFO b/torque/.AURINFO index f5db788e53f..1a08a828c11 100644 --- a/torque/.AURINFO +++ b/torque/.AURINFO @@ -1,6 +1,6 @@ pkgbase = torque pkgdesc = An open source resource manager providing control over batch jobs and distributed compute nodes - pkgver = 4.2.8 + pkgver = 4.2.9 pkgrel = 1 url = http://www.adaptivecomputing.com/products/open-source/torque/ install = torque.install @@ -12,7 +12,7 @@ pkgbase = torque depends = openssh depends = libxml2 depends = tk - source = http://www.adaptivecomputing.com/index.php?wpfb_dl=2544 + source = http://www.adaptivecomputing.com/index.php?wpfb_dl=2849 options = !libtool backup = var/spool/torque/server_name backup = var/spool/torque/mom_priv/config diff --git a/torque/PKGBUILD b/torque/PKGBUILD index 21e0a4cf8d5..99bebd19bb4 100644 --- a/torque/PKGBUILD +++ b/torque/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Niccolò Maggioni pkgname="torque" -pkgver=4.2.8 +pkgver=4.2.9 pkgrel=1 pkgdesc='An open source resource manager providing control over batch jobs and distributed compute nodes' arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ optdepends=() backup=(var/spool/torque/server_name var/spool/torque/mom_priv/config var/spool/torque/serv_priv/{nodes,serverdb}) options=(!libtool) install=torque.install -source=('http://www.adaptivecomputing.com/index.php?wpfb_dl=2544') -md5sums=('3dd4348f54ba236ee7c208cc6b97f674') +source=('http://www.adaptivecomputing.com/index.php?wpfb_dl=2849') +md5sums=('fa8abade16b94021ec1f5e4deb036aa6') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/torque/torque.install b/torque/torque.install index ac0153d914e..1b5776dd188 100644 --- a/torque/torque.install +++ b/torque/torque.install @@ -1,4 +1,4 @@ -filename="index.php?wpfb_dl=2544" +filename="index.php?wpfb_dl=2849" pre_install() { if [ -f "$filename" ]; then diff --git a/uget2-beta/.AURINFO b/uget2-beta/.AURINFO index 74a1ff3950a..5340154e291 100644 --- a/uget2-beta/.AURINFO +++ b/uget2-beta/.AURINFO @@ -1,6 +1,6 @@ pkgbase = uget2-beta pkgdesc = A lightweight and full-featured Download Manager for Linux and Windows. - pkgver = 1.99.3 + pkgver = 1.99.4 pkgrel = 1 url = http://www.ugetdm.com install = uget2-beta.install @@ -14,9 +14,11 @@ pkgbase = uget2-beta depends = hicolor-icon-theme depends = libnotify depends = xdg-utils - optdepends = aria2 + optdepends = aria2: alternative backend + provides = uget conflicts = uget - source = uget2-beta-1.99.3.tar.gz::http://downloads.sourceforge.net/project/urlget/uget%20%28developing%29/1.99.3/uget-1.99.3.tar.gz + source = uget2-beta-1.99.4.tar.gz::http://downloads.sourceforge.net/project/urlget/uget%20%28developing%29/1.99.4/uget-1.99.4.tar.gz + sha256sums = 93b23facc2696f115401c561cb626117d4bdca6f24535377b465d96a89e3c326 pkgname = uget2-beta diff --git a/uget2-beta/PKGBUILD b/uget2-beta/PKGBUILD index c40d668c072..f15472873f9 100644 --- a/uget2-beta/PKGBUILD +++ b/uget2-beta/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Albert Lienardi pkgname=uget2-beta -pkgver=1.99.3 +pkgver=1.99.4 pkgrel=1 pkgdesc="A lightweight and full-featured Download Manager for Linux and Windows." arch=('i686' 'x86_64') @@ -9,11 +9,12 @@ url="http://www.ugetdm.com" license=('LGPL') depends=('curl' 'gstreamer' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'xdg-utils') makedepends=('intltool') -optdepends=('aria2') +optdepends=('aria2: alternative backend') conflicts=('uget') +provides=('uget') install=$pkgname.install source=($pkgname-$pkgver.tar.gz::http://downloads.sourceforge.net/project/urlget/uget%20%28developing%29/$pkgver/uget-$pkgver.tar.gz) -sha256sums=('e35bd07162e82d4709901ebdd10ed9f8a713b7b0ca1b9de5bd9b5a8a2300e46f') +sha256sums=('93b23facc2696f115401c561cb626117d4bdca6f24535377b465d96a89e3c326') build() { cd "uget-$pkgver" diff --git a/utorrent/.AURINFO b/utorrent/.AURINFO index 3a3eab38e8c..fa4ea946133 100644 --- a/utorrent/.AURINFO +++ b/utorrent/.AURINFO @@ -1,6 +1,6 @@ pkgbase = utorrent pkgdesc = The world's most popular BitTorrent client (Wine version) - pkgver = 3.4.34944 + pkgver = 3.4.35141 pkgrel = 1 url = https://www.utorrent.com/ install = utorrent.install @@ -11,7 +11,7 @@ pkgbase = utorrent depends = hicolor-icon-theme depends = xdg-utils depends = wine - source = uTorrent-3.4.34944.exe::http://download-new.utorrent.com/endpoint/utorrent/os/windows/track/stable/ + source = uTorrent-3.4.35141.exe::http://download-new.utorrent.com/endpoint/utorrent/os/windows/track/stable/ source = uTorrent source = uTorrent.desktop source = uTorrent_16.png diff --git a/utorrent/PKGBUILD b/utorrent/PKGBUILD index 7df8975ee30..e2954b6c3c3 100644 --- a/utorrent/PKGBUILD +++ b/utorrent/PKGBUILD @@ -4,7 +4,7 @@ pkgname=utorrent _version=3.4 -_build=34944 +_build=35141 pkgver=${_version}.${_build} pkgrel=1 pkgdesc="The world's most popular BitTorrent client (Wine version)" diff --git a/vertex-themes/.AURINFO b/vertex-themes/.AURINFO index 1d00cbc0e8e..3c123ded3b3 100644 --- a/vertex-themes/.AURINFO +++ b/vertex-themes/.AURINFO @@ -1,6 +1,6 @@ pkgbase = vertex-themes pkgdesc = Vertex Gtk2, Gtk3, Metacity, Xfwm, Cinnamon and GNOME Shell themes (GNOME 3.14 version) - pkgver = 20141018 + pkgver = 20141024 pkgrel = 1 url = http://horst3180.deviantart.com/art/Vertex-Theme-470663601 arch = any @@ -8,8 +8,8 @@ pkgbase = vertex-themes depends = gtk-engine-murrine provides = vertex-themes conflicts = vertex-themes-git - source = vertex-themes-20141018.tar.gz::https://github.com/horst3180/Vertex-theme/archive/20141018.tar.gz - sha256sums = 59911c0ec6649e12d1fcfb9f32a397d6be61f4ec029fbb28708e7f4ddf8b8baa + source = vertex-themes-20141024.tar.gz::https://github.com/horst3180/Vertex-theme/archive/20141024.tar.gz + sha256sums = 9e411466e332200eb0f4919d705b0c38c18c5d1055be5c2da9ed49c50abb7c12 pkgname = vertex-themes diff --git a/vertex-themes/PKGBUILD b/vertex-themes/PKGBUILD index 3a3c25e0c8c..ada265e31ac 100644 --- a/vertex-themes/PKGBUILD +++ b/vertex-themes/PKGBUILD @@ -2,7 +2,7 @@ # Author: horst3180 @ deviantart pkgname=vertex-themes -pkgver=20141018 +pkgver=20141024 pkgrel=1 pkgdesc='Vertex Gtk2, Gtk3, Metacity, Xfwm, Cinnamon and GNOME Shell themes (GNOME 3.14 version)' _gnomever=3.14 @@ -13,7 +13,7 @@ depends=('gtk-engine-murrine') provides=('vertex-themes') conflicts=('vertex-themes-git') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/Vertex-theme/archive/${pkgver}.tar.gz") -sha256sums=('59911c0ec6649e12d1fcfb9f32a397d6be61f4ec029fbb28708e7f4ddf8b8baa') +sha256sums=('9e411466e332200eb0f4919d705b0c38c18c5d1055be5c2da9ed49c50abb7c12') build() { cd Vertex-theme-${pkgver} diff --git a/vhba-module-mainline/.AURINFO b/vhba-module-mainline/.AURINFO index d174b8cc748..bd6836bd8a3 100644 --- a/vhba-module-mainline/.AURINFO +++ b/vhba-module-mainline/.AURINFO @@ -1,16 +1,17 @@ pkgbase = vhba-module-mainline pkgdesc = Kernel module that emulates SCSI devices. For linux-mainline. pkgver = 20140629 - pkgrel = 2 + pkgrel = 3 url = http://cdemu.sourceforge.net/ install = vhba-module-mainline.install arch = i686 arch = x86_64 license = GPL - depends = linux-mainline>=3.17rc1 - depends = linux-mainline<3.18rc1 + depends = linux-mainline>=3.18rc1 + depends = linux-mainline<3.19rc1 depends = vhba-module source = http://downloads.sourceforge.net/cdemu/vhba-module-20140629.tar.bz2 + md5sums = 6b307a80df9c163768cc7ecb3ccebb71 pkgname = vhba-module-mainline diff --git a/vhba-module-mainline/PKGBUILD b/vhba-module-mainline/PKGBUILD index 327aa600e05..e575fbe4534 100644 --- a/vhba-module-mainline/PKGBUILD +++ b/vhba-module-mainline/PKGBUILD @@ -6,18 +6,18 @@ _pkgname=vhba-module pkgname=vhba-module-mainline pkgver=20140629 -pkgrel=2 +pkgrel=3 pkgdesc="Kernel module that emulates SCSI devices. For linux-mainline." arch=('i686' 'x86_64') url="http://cdemu.sourceforge.net/" license=('GPL') -depends=('linux-mainline>=3.17rc1' 'linux-mainline<3.18rc1' 'vhba-module') +depends=('linux-mainline>=3.18rc1' 'linux-mainline<3.19rc1' 'vhba-module') #provides=('vhba-module') install=$pkgname.install source=("http://downloads.sourceforge.net/cdemu/$_pkgname-$pkgver.tar.bz2") md5sums=('6b307a80df9c163768cc7ecb3ccebb71') -_extramodules=extramodules-3.17-mainline +_extramodules=extramodules-3.18-mainline build() { cd "$srcdir/$_pkgname-$pkgver" diff --git a/vhba-module-mainline/vhba-module-mainline.install b/vhba-module-mainline/vhba-module-mainline.install index 88726b13ecb..fa33fe8c56f 100644 --- a/vhba-module-mainline/vhba-module-mainline.install +++ b/vhba-module-mainline/vhba-module-mainline.install @@ -1,6 +1,6 @@ _updatemod() { echo " > Updating module dependencies..." - EXTRAMODULES='extramodules-3.17-mainline' + EXTRAMODULES='extramodules-3.18-mainline' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } diff --git a/waf/.AURINFO b/waf/.AURINFO index 73b0d554806..7b65746cbd7 100644 --- a/waf/.AURINFO +++ b/waf/.AURINFO @@ -1,16 +1,14 @@ pkgbase = waf pkgdesc = General-purpose build system modelled after Scons - pkgver = 1.8.1 + pkgver = 1.8.2 pkgrel = 1 url = http://code.google.com/p/waf/ arch = any license = BSD - makedepends = setconf depends = python provides = python-waf - options = !emptydirs - source = http://ftp.waf.io/pub/release/waf-1.8.1.tar.bz2 - sha256sums = 3959fff46fd060309c178977aef8c6086ffaa146c46a383e19f159747674a346 + source = http://ftp.waf.io/pub/release/waf-1.8.2.tar.bz2 + sha256sums = a9e01e3ad1ce8121508d157cefedaf99dc6120aa4edfab1095a7f4f8871acfbb pkgname = waf diff --git a/waf/PKGBUILD b/waf/PKGBUILD index 6f290990124..cd0a5edf86f 100644 --- a/waf/PKGBUILD +++ b/waf/PKGBUILD @@ -1,20 +1,18 @@ -# Maintainer: +# Maintainer: XZS # Contributor: Alexander Rødseth # Contributor: Sebastien Binet pkgname=waf -pkgver=1.8.1 +pkgver=1.8.2 pkgrel=1 pkgdesc='General-purpose build system modelled after Scons' url='http://code.google.com/p/waf/' arch=('any') license=('BSD') depends=('python') -makedepends=('setconf') provides=('python-waf') -options=('!emptydirs') source=("http://ftp.waf.io/pub/release/$pkgname-$pkgver.tar.bz2") -sha256sums=('3959fff46fd060309c178977aef8c6086ffaa146c46a383e19f159747674a346') +sha256sums=('a9e01e3ad1ce8121508d157cefedaf99dc6120aa4edfab1095a7f4f8871acfbb') prepare() { cd "$pkgname-$pkgver" @@ -28,30 +26,22 @@ prepare() { build() { cd "$pkgname-$pkgver" - - ./waf-light configure --prefix=/usr - ./waf-light --make-waf + ./waf-light \ + configure --prefix=/usr \ + build --make-waf --tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse' } package() { cd "$pkgname-$pkgver" - - ./waf-light install -f --destdir="$pkgdir" \ - --tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse' - + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm755 waf "$pkgdir/usr/bin/waf" - # Force the generation of .waf.admin files - cd demos/c - "$pkgdir/usr/bin/waf" configure build >& /dev/null - cd ../.. - - # Fix weird directory placement (FS#38216, FS#38300) - mkdir -p "$pkgdir/usr/lib/waf" - mv "$pkgdir/usr/bin/.waf3-$pkgver-"* "$pkgdir/usr/lib/waf/" - setconf "$pkgdir/usr/bin/waf" base '"/usr/lib/waf"' + local waflib="$pkgdir/usr/lib/waf3-$pkgver-$(grep -Pom1 '(?<=^REVISION=")[[:xdigit:]]*(?="$)' "$pkgdir/usr/bin/waf")" + install -dm755 "$waflib" + unzip -d "$waflib" zip/waflib.zip - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + # compile all python sources for once to be used after installation. + python -m compileall "$waflib" } # vim:set ts=2 sw=2 et: diff --git a/watchman-sm/.AURINFO b/watchman-sm/.AURINFO index c25b2599716..2a11778e74f 100644 --- a/watchman-sm/.AURINFO +++ b/watchman-sm/.AURINFO @@ -1,6 +1,6 @@ pkgbase = watchman-sm pkgdesc = A service manager for linux written in bash - pkgver = 1.7.5 + pkgver = 1.7.6 pkgrel = 1 url = https://github.com/fbt/watchman arch = any @@ -9,7 +9,8 @@ pkgbase = watchman-sm optdepends = watchman-sm-services-git: example scripts that mostly work out of the box on arch provides = watchman-sm conflicts = watchman-sm - source = https://github.com/fbt/watchman/archive/1.7.5.zip + source = https://github.com/fbt/watchman/archive/1.7.6.zip + md5sums = 334ea58f654751e51644d8521f2141eb pkgname = watchman-sm diff --git a/watchman-sm/PKGBUILD b/watchman-sm/PKGBUILD index 4f38e97094e..3e45981cf57 100644 --- a/watchman-sm/PKGBUILD +++ b/watchman-sm/PKGBUILD @@ -3,7 +3,7 @@ pkgname='watchman-sm' pkgdesc='A service manager for linux written in bash' license='BSD' -pkgver=1.7.5 +pkgver=1.7.6 pkgrel=1 arch='any' url='https://github.com/fbt/watchman' @@ -16,7 +16,7 @@ conflicts=( 'watchman-sm' ) optdepends=( 'watchman-sm-services-git: example scripts that mostly work out of the box on arch' ) source=( "https://github.com/fbt/watchman/archive/${pkgver}.zip" ) -md5sums=('aa884f5759699347e45de6c6d7f0a5df') +md5sums=('334ea58f654751e51644d8521f2141eb') build() { cd "${srcdir}/watchman-${pkgver}" diff --git a/wget-git/.AURINFO b/wget-git/.AURINFO index d79865b1e3d..c3e4d1a195a 100644 --- a/wget-git/.AURINFO +++ b/wget-git/.AURINFO @@ -1,6 +1,6 @@ pkgbase = wget-git pkgdesc = A network utility to retrieve files from the Web - pkgver = v1.15.84.g6fc11e4 + pkgver = v1.15.89.g3e3073c pkgrel = 1 url = http://www.gnu.org/software/wget/wget.html install = wget.install diff --git a/wget-git/PKGBUILD b/wget-git/PKGBUILD index 3032244d0b4..c5bb0835c45 100644 --- a/wget-git/PKGBUILD +++ b/wget-git/PKGBUILD @@ -2,7 +2,7 @@ _gitname=wget pkgname=$_gitname-git -pkgver=v1.15.84.g6fc11e4 +pkgver=v1.15.89.g3e3073c pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" arch=('i686' 'x86_64') diff --git a/win7-lookalike-icons-theme/PKGBUILD b/win7-lookalike-icons-theme/PKGBUILD index 801c1556092..31cd12a90b8 100644 --- a/win7-lookalike-icons-theme/PKGBUILD +++ b/win7-lookalike-icons-theme/PKGBUILD @@ -18,8 +18,8 @@ https://www.dropbox.com/s/0377aff0nlk5c2e/Win7.Lookalike.2011.04.05.tar.gz) build() { cd "$srcdir" - install -d 644 "${pkgdir}/usr/share/icons/" - chmod -R 644 Win7.Lookalike.2011.03.08 + install -d 755 "${pkgdir}/usr/share/icons/" + chmod -R 755 Win7.Lookalike.2011.03.08 cp -rf Win7.Lookalike.2011.03.08 "${pkgdir}/usr/share/icons/" || return 1 find -type f -print0 | xargs -0 chmod 644 } diff --git a/wpsforlinux/.AURINFO b/wpsforlinux/.AURINFO index cdc6fa39009..ef31823cd41 100644 --- a/wpsforlinux/.AURINFO +++ b/wpsforlinux/.AURINFO @@ -10,7 +10,7 @@ pkgbase = wpsforlinux conflicts = wpsoffice-zh-cn source = http://kdl.cc.ksosoft.com/wps-community/download/a16//wps-office_9.1.0.4885~a16_i386.deb source = wps-office.xml - sha1sums = c4dbce7481b501c6ef3105c7468504e7d3cfa787 + sha1sums = a232c5545b17e0b9aeea80546e90b2e46a73395f sha1sums = dfa2ae8b74ac763d6d7e1d28e33dcb289bca9112 pkgname = wpsoffice-common diff --git a/wpsforlinux/PKGBUILD b/wpsforlinux/PKGBUILD index c67c8fb8e07..a56a5b17784 100644 --- a/wpsforlinux/PKGBUILD +++ b/wpsforlinux/PKGBUILD @@ -14,7 +14,7 @@ license=('custom:Kingsoft') url='http://wps-community.org/' conflicts=('wps-office' 'kingsoft-office' 'wpsoffice-zh-cn') source=("${_srcurl}/${_pkgname}_${_pkgver}_i386.deb" 'wps-office.xml') -sha1sums=('c4dbce7481b501c6ef3105c7468504e7d3cfa787' +sha1sums=('a232c5545b17e0b9aeea80546e90b2e46a73395f' 'dfa2ae8b74ac763d6d7e1d28e33dcb289bca9112') #PKGEXT='.pkg.tar' ##reduce the time of compression @@ -74,9 +74,9 @@ package_wpsoffice() { #_wps sed -i "s/^MimeType.*$/$_wpsMT/" $pkgdir/usr/share/applications/wps-office-wps.desktop - msg2 "Remove BOM (Byte-order mark) in utf-8 .desktop files ..." cd $pkgdir/usr/share/applications/ if grep -r -I -l $'^\xEF\xBB\xBF' *.desktop 2>&1 >/dev/null; then + msg2 "Remove BOM (Byte-order mark) in utf-8 .desktop files ..." sed -i 's/^\xEF\xBB\xBF//;' *.desktop fi } diff --git a/xfce-theme-simplix/.AURINFO b/xfce-theme-simplix/.AURINFO index e5971cde9f6..628818b9358 100644 --- a/xfce-theme-simplix/.AURINFO +++ b/xfce-theme-simplix/.AURINFO @@ -1,13 +1,20 @@ pkgbase = xfce-theme-simplix pkgdesc = A very bright, simple but daily useable theme for Xfce - pkgver = 2014.04.11 - pkgrel = 1 + pkgver = 836b90a + pkgrel = 2 url = http://sixsixfive.deviantart.com/art/simpliX-346404452 - arch = any + arch = i686 + arch = x86_64 license = GPL3 + makedepends = git depends = gtk-engines - depends = p7zip - source = http://fc02.deviantart.net/fs70/f/2014/101/b/b/simplix_by_sixsixfive-d5q8ndw.7z + depends = gtk-engine-murrine + provides = xfce-theme-simplix=836b90a + conflicts = xfce-theme-simplix<=836b90a + replaces = xfce-theme-simplix<=836b90a + source = git+https://github.com/sixsixfive/themes.git + md5sums = SKIP + sha512sums = SKIP pkgname = xfce-theme-simplix diff --git a/xfce-theme-simplix/PKGBUILD b/xfce-theme-simplix/PKGBUILD index 3818f235292..605ae431b7a 100644 --- a/xfce-theme-simplix/PKGBUILD +++ b/xfce-theme-simplix/PKGBUILD @@ -1,17 +1,59 @@ -# Mantainer: defendor at riseup dot net +# Maintainer: Alfredo Ramos +# Contributor: defendor pkgname=xfce-theme-simplix -pkgver=2014.04.11 -pkgrel=1 +pkgver=836b90a +pkgrel=2 pkgdesc="A very bright, simple but daily useable theme for Xfce" -arch=('any') +arch=("i686" "x86_64") url="http://sixsixfive.deviantart.com/art/simpliX-346404452" -license=('GPL3') -depends=('gtk-engines' 'p7zip') -source=('http://fc02.deviantart.net/fs70/f/2014/101/b/b/simplix_by_sixsixfive-d5q8ndw.7z') -md5sums=('0702fc5b867212eb9e9afb05c6a67273') +license=("GPL3") + +depends=("gtk-engines" "gtk-engine-murrine") +optdepends=() +makedepends=("git") +provides=("${pkgname}=${pkgver}") +conflicts=("${pkgname}<=${pkgver}") +replaces=("${pkgname}<=${pkgver}") + +if [[ "$CARCH" == "x86_64" ]]; then + optdepends+=("lib32-gdk-pixbuf2: 32-bit support") +fi + +source=("git+https://github.com/sixsixfive/themes.git") +md5sums=("SKIP") +sha512sums=("SKIP") + +_themename=simpliX + +pkgver() { + cd ${srcdir}/themes + git describe --always | sed "s/-/./g" +} package() { - mkdir -p ${pkgdir}/usr/share/themes/ - cp -rv ${srcdir}/cp-to-themes-folder/* ${pkgdir}/usr/share/themes/ -} \ No newline at end of file + # Create base directories + install -Ddm755 ${pkgdir}/usr/share/themes + install -Ddm755 ${pkgdir}/usr/share/backgrounds/xfce/ + + # GTK 2.0 theme + cd ${srcdir}/themes/${_themename}/GUI-themes/GTK-2.24.14 + cp -R ${_themename} ${pkgdir}/usr/share/themes + + # Window Manager + cd ${srcdir}/themes/${_themename}/WM-themes/Xfwm-4.8 + cp -R ${_themename} ${pkgdir}/usr/share/themes + + # Notifications + cd ${srcdir}/themes/${_themename}/App-themes/Xfce-notify-0.2.4 + cp -R ${_themename} ${pkgdir}/usr/share/themes + + # Fix. Rename "xfce4-notify-4.0" to "xfce-notify-4.0" + mv ${pkgdir}/usr/share/themes/${_themename}/xfce4-notify-4.0 ${pkgdir}/usr/share/themes/${_themename}/xfce-notify-4.0 + + # Wallpaper (pattern) + cd ${srcdir}/themes/${_themename}/Y-Extra/Wallpapers/Patterns + cp wallpaper1.png ${pkgdir}/usr/share/backgrounds/xfce/${_themename}.png + +} + diff --git a/yubikey-neo-manager-git/.AURINFO b/yubikey-neo-manager-git/.AURINFO index bde25b6094f..a8bf86fb0a0 100644 --- a/yubikey-neo-manager-git/.AURINFO +++ b/yubikey-neo-manager-git/.AURINFO @@ -1,7 +1,7 @@ pkgbase = yubikey-neo-manager-git pkgdesc = Cross platform personalization tool for the YubiKey NEO - git checkout - pkgver = 0.2.2.r11.gf09e748 - pkgrel = 3 + pkgver = 0.2.2.r12.g8e70285 + pkgrel = 2 url = https://github.com/Yubico/yubikey-neo-manager arch = i686 arch = x86_64 @@ -12,8 +12,8 @@ pkgbase = yubikey-neo-manager-git depends = yubikey-personalization depends = libykneomgr depends = libu2f-host - depends = python2 depends = python2-pyside + depends = python2-crypto provides = yubikey-neo-manager conflicts = yubikey-neo-manager source = git://github.com/Yubico/yubikey-neo-manager.git diff --git a/yubikey-neo-manager-git/PKGBUILD b/yubikey-neo-manager-git/PKGBUILD index 2fc60d2cdb4..85a0ad6986a 100644 --- a/yubikey-neo-manager-git/PKGBUILD +++ b/yubikey-neo-manager-git/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Christian Hesse pkgname=yubikey-neo-manager-git -pkgver=0.2.2.r11.gf09e748 -pkgrel=3 +pkgver=0.2.2.r12.g8e70285 +pkgrel=2 pkgdesc="Cross platform personalization tool for the YubiKey NEO - git checkout" arch=('i686' 'x86_64') url="https://github.com/Yubico/yubikey-neo-manager" license=('BSD') -depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host' 'python2' 'python2-pyside') +depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host' 'python2-pyside' 'python2-crypto') makedepends=('git' 'python2-setuptools' 'python2-pyside-tools') provides=('yubikey-neo-manager') conflicts=('yubikey-neo-manager') diff --git a/yubikey-neo-manager/.AURINFO b/yubikey-neo-manager/.AURINFO index 25d6b7f6c95..27b1e949f03 100644 --- a/yubikey-neo-manager/.AURINFO +++ b/yubikey-neo-manager/.AURINFO @@ -1,7 +1,7 @@ pkgbase = yubikey-neo-manager pkgdesc = Cross platform personalization tool for the YubiKey NEO pkgver = 0.2.2 - pkgrel = 2 + pkgrel = 3 url = https://github.com/Yubico/yubikey-neo-manager arch = i686 arch = x86_64 @@ -12,8 +12,8 @@ pkgbase = yubikey-neo-manager depends = yubikey-personalization depends = libykneomgr depends = libu2f-host - depends = python2 depends = python2-pyside + depends = python2-crypto conflicts = yubikey-neo-manager-git source = git://github.com/Yubico/yubikey-neo-manager.git#tag=yubikey-neo-manager-0.2.2 sha256sums = SKIP diff --git a/yubikey-neo-manager/PKGBUILD b/yubikey-neo-manager/PKGBUILD index b478ebb86ea..86379996cb5 100644 --- a/yubikey-neo-manager/PKGBUILD +++ b/yubikey-neo-manager/PKGBUILD @@ -2,12 +2,12 @@ pkgname=yubikey-neo-manager pkgver=0.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="Cross platform personalization tool for the YubiKey NEO" arch=('i686' 'x86_64') url="https://github.com/Yubico/yubikey-neo-manager" license=('BSD') -depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host' 'python2' 'python2-pyside') +depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host' 'python2-pyside' 'python2-crypto') makedepends=('git' 'python2-setuptools' 'python2-pyside-tools') conflicts=('yubikey-neo-manager-git') source=("git://github.com/Yubico/yubikey-neo-manager.git#tag=yubikey-neo-manager-${pkgver}")