summaryrefslogtreecommitdiffstats
path: root/autotest.sh
Commit message (Expand)AuthorAgeFilesLines
* meanwhile phpunit is seq faulting with mysql as wellThomas Mueller2013-05-241-4/+4
* adding Oracle support to autotest.shThomas Mueller2013-05-241-4/+55
* No unit test coverage reports for pgsql - this causes issues on Jenkins.Thomas Mueller2013-05-151-1/+6
* add phpunit configuration for autotest withou the json listener because this ...Thomas Mueller2013-02-051-1/+1
* exeuting tests now on apps as well - the apps repo shall be cloned into the s...Thomas Müller2012-10-271-2/+4
* cleanup report folderThomas Mueller2012-10-181-3/+3
* adding coverage htmlThomas Mueller2012-10-181-3/+4
* move autotest to phpunitThomas Mueller2012-10-101-1/+2
* postgres added to autotest mechanismThomas Mueller2012-07-181-5/+26
* add database type to xml reportThomas Mueller2012-07-161-1/+1
* some more structure addedThomas Mueller2012-07-151-44/+56
* fixing reset on autotestThomas Mueller2012-07-151-0/+5
* MySql testing addedThomas Mueller2012-07-151-2/+42
* rediect test results to autotest-results-sqlite.xmlThomas Mueller2012-07-131-1/+1
* autotest.sh added: create an fresh environment using sqlite (mysql anf pg wil...Thomas Mueller2012-07-131-0/+32
c */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "App Store'dan liste yüklenemiyor",
"Group already exists" => "Grup zaten mevcut",
"Unable to add group" => "Gruba eklenemiyor",
"Could not enable app. " => "Uygulama devreye alınamadı",
"Email saved" => "Eposta kaydedildi",
"Invalid email" => "Geçersiz eposta",
"OpenID Changed" => "OpenID Değiştirildi",
"Invalid request" => "Geçersiz istek",
"Unable to delete group" => "Grup silinemiyor",
"Authentication error" => "Eşleşme hata",
"Unable to delete user" => "Kullanıcı silinemiyor",
"Language changed" => "Dil değiştirildi",
"Unable to add user to group %s" => "Kullanıcı %s grubuna eklenemiyor",
"Disable" => "Etkin değil",
"Enable" => "Etkin",
"Saving..." => "Kaydediliyor...",
"__language_name__" => "__dil_adı__",
"Add your App" => "Uygulamanı Ekle",
"More Apps" => "Daha fazla App",
"Select an App" => "Bir uygulama seçin",
"See application page at apps.owncloud.com" => "Uygulamanın sayfasına apps.owncloud.com adresinden bakın ",
"User Documentation" => "Kullanıcı Belgelendirmesi",
"Administrator Documentation" => "Yönetici Belgelendirmesi",
"Online Documentation" => "Çevrimiçi Belgelendirme",
"Forum" => "Forum",
"Bugtracker" => "Hata Takip Sistemi",
"Commercial Support" => "Ticari Destek",
"Clients" => "Müşteriler",
"Download Desktop Clients" => "Masaüstü İstemcilerini İndir",
"Download Android Client" => "Android İstemcisini İndir",
"Download iOS Client" => "iOS İstemcisini İndir",
"Password" => "Parola",
"Your password was changed" => "Şifreniz değiştirildi",
"Unable to change your password" => "Parolanız değiştirilemiyor",
"Current password" => "Mevcut parola",
"New password" => "Yeni parola",
"show" => "göster",
"Change password" => "Parola değiştir",
"Email" => "Eposta",
"Your email address" => "Eposta adresiniz",
"Fill in an email address to enable password recovery" => "Parola sıfırlamayı aktifleştirmek için eposta adresi girin",
"Language" => "Dil",
"Help translate" => "Çevirilere yardım edin",
"WebDAV" => "WebDAV",
"Version" => "Sürüm",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Geliştirilen Taraf<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is altında lisanslanmıştır <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Name" => "Ad",
"Groups" => "Gruplar",
"Create" => "Oluştur",
"Other" => "Diğer",
"Group Admin" => "Yönetici Grubu ",
"Delete" => "Sil"
);