gtk-theme-config
This commit is contained in:
parent
f7d87841ca
commit
cb35aa17ab
|
@ -0,0 +1,70 @@
|
||||||
|
# German translations for gtk-theme-config package.
|
||||||
|
# Copyright (C) 2014 THE gtk-theme-config'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the gtk-theme-config package.
|
||||||
|
# Tom Beckmann <tomjonabc@gmail.com>, 2014.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: gtk-theme-config 0.1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2014-03-11 20:39+0100\n"
|
||||||
|
"PO-Revision-Date: 2014-03-11 20:40+0100\n"
|
||||||
|
"Last-Translator: Cihan Alkan <cihanalk@gmail.com>\n"
|
||||||
|
"Language-Team: Turkish\n"
|
||||||
|
"Language: tr\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:6
|
||||||
|
msgid "Configure GTK theme colors"
|
||||||
|
msgstr "GTK tema renklerini yapılandırma"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:48
|
||||||
|
msgid "Theme Configuration"
|
||||||
|
msgstr "Tema Yapılandırması"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:201
|
||||||
|
msgid "Custom highlight colors"
|
||||||
|
msgstr "Özel vurgu renkleri"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:204
|
||||||
|
msgid "Custom panel colors"
|
||||||
|
msgstr "Özel panel renkleri"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:207
|
||||||
|
msgid "Custom menu colors"
|
||||||
|
msgstr "Özel menü renkleri"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:211
|
||||||
|
msgid "Highlight background"
|
||||||
|
msgstr "Arka planı vurgulayın"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:213
|
||||||
|
msgid "Highlight text"
|
||||||
|
msgstr "Metni vurgulamak"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:215
|
||||||
|
msgid "Panel background"
|
||||||
|
msgstr "Panel arka planı"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:217
|
||||||
|
msgid "Panel text"
|
||||||
|
msgstr "Panel metni"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:219
|
||||||
|
msgid "Menu background"
|
||||||
|
msgstr "Menü arkaplanı"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:221
|
||||||
|
msgid "Menu text"
|
||||||
|
msgstr "Menü Metni"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:238
|
||||||
|
msgid "Reset"
|
||||||
|
msgstr "Sıfırla"
|
||||||
|
|
||||||
|
#: gtk-theme-config.vala:239
|
||||||
|
msgid "Apply"
|
||||||
|
msgstr "Uygula"
|
|
@ -1,17 +1,18 @@
|
||||||
# Tanım: Gtk tema renklerini yapılandırmak için bir araç
|
# Tanım: GTK tema renklerini yapılandırmak için kullanılan bir araç.
|
||||||
# URL: https://github.com/satya164/gtk-theme-config
|
# URL: https://github.com/satya164/gtk-theme-config
|
||||||
# Paketçi: yasarciv67@gmail.com
|
# Paketçi: Cihan_Alkan
|
||||||
# Gerekler: vala gconf gsettings-desktop-schemas hicolor-icon-theme gtk3
|
# Gerekler: gconf gsettings-desktop-schemas hicolor-icon-theme gtk3 vala
|
||||||
|
# Grup: grafik_tasarım
|
||||||
|
|
||||||
isim=gtk-theme-config
|
isim=gtk-theme-config
|
||||||
surum=1.1
|
surum=1.0
|
||||||
devir=1
|
devir=1
|
||||||
kaynak=(https://github.com/yasarciv/$isim/archive/v$surum.tar.gz)
|
kaynak=(https://github.com/satya164/gtk-theme-config/archive/v1.0.tar.gz::$isim-$surum.tar.gz
|
||||||
|
gtk-theme-conf-tr.po)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd $isim-$surum
|
cd gtk-theme-config-1.1
|
||||||
|
cp ../gtk-theme-conf-tr.po po/tr.po
|
||||||
|
make
|
||||||
make DESTDIR="$PKG/" install
|
make DESTDIR="$PKG/" install
|
||||||
|
}
|
||||||
# vim:set ts=2 sw=2 et:
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue