Index: app/controllers/admin_controller.rb
===================================================================
--- app/controllers/admin_controller.rb	(Revision 3337)
+++ app/controllers/admin_controller.rb	(Arbeitskopie)
@@ -80,7 +80,8 @@
       [:text_default_administrator_account_changed, User.find(:first, :conditions => ["login=? and hashed_password=?", 'admin', User.hash_password('admin')]).nil?],
       [:text_file_repository_writable, File.writable?(Attachment.storage_path)],
       [:text_plugin_assets_writable, File.writable?(Engines.public_directory)],
-      [:text_rmagick_available, Object.const_defined?(:Magick)]
+      [:text_rmagick_available, Object.const_defined?(:Magick)],
+      [:text_openid_available, Object.const_defined?(:OpenID)]
     ]
   end  
 end
Index: config/locales/lt.yml
===================================================================
--- config/locales/lt.yml	(Revision 3337)
+++ config/locales/lt.yml	(Arbeitskopie)
@@ -877,6 +877,7 @@
   text_file_repository_writable: Į rinkmenu saugyklą galima saugoti (RW)
   text_plugin_assets_writable: Įskiepių 'assets' katalogas įrašomas
   text_rmagick_available: RMagick pasiekiamas (pasirinktinai)
+  text_openid_available: OpenID pasiekiamas (pasirinktinai)
   text_destroy_time_entries_question: Naikinamam darbui priskirta {{hours}} valandų. Ką jūs noryte su jomis daryti?
   text_destroy_time_entries: Ištrinti paskelbtas valandas
   text_assign_time_entries_to_project: Priskirti valandas prie projekto
Index: config/locales/ro.yml
===================================================================
--- config/locales/ro.yml	(Revision 3337)
+++ config/locales/ro.yml	(Arbeitskopie)
@@ -762,6 +762,7 @@
   text_file_repository_writable: Se poate scrie în directorul de atașamente
   text_plugin_assets_writable: Se poate scrie în directorul de plugin-uri
   text_rmagick_available: Este disponibil RMagick (opțional)
+  text_openid_available: Este disponibil OpenID (opțional)
   text_destroy_time_entries_question: "{{hours}} ore sunt înregistrate la tichetele pe care doriți să le ștergeți. Ce doriți sa faceți?"
   text_destroy_time_entries: Șterge orele înregistrate
   text_assign_time_entries_to_project: Atribuie orele la proiect
Index: config/locales/zh.yml
===================================================================
--- config/locales/zh.yml	(Revision 3337)
+++ config/locales/zh.yml	(Arbeitskopie)
@@ -861,6 +861,7 @@
   text_file_repository_writable: 附件路径可写
   text_plugin_assets_writable: 插件的附件路径可写
   text_rmagick_available: RMagick 可用（可选的）
+  text_openid_available: OpenID 可用（可选的）
   text_destroy_time_entries_question: 您要删除的问题已经上报了 {{hours}} 小时的工作量。您想进行那种操作？
   text_destroy_time_entries: 删除上报的工作量
   text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
Index: config/locales/pt.yml
===================================================================
--- config/locales/pt.yml	(Revision 3337)
+++ config/locales/pt.yml	(Arbeitskopie)
@@ -707,6 +707,7 @@
   text_default_administrator_account_changed: Conta default de administrador alterada.
   text_file_repository_writable: Repositório de ficheiros com permissões de escrita
   text_rmagick_available: RMagick disponível (opcional)
+  text_openid_available: OpenID disponível (opcional)
   text_destroy_time_entries_question: "{{hours}} horas de trabalho foram atribuídas a estas tarefas que vai apagar. O que deseja fazer?"
   text_destroy_time_entries: Apagar as horas
   text_assign_time_entries_to_project: Atribuir as horas ao projecto
Index: config/locales/ca.yml
===================================================================
--- config/locales/ca.yml	(Revision 3337)
+++ config/locales/ca.yml	(Arbeitskopie)
@@ -762,6 +762,7 @@
   text_file_repository_writable: Es pot escriure en el dipòsit de fitxers
   text_plugin_assets_writable: Es pot escriure als connectors actius
   text_rmagick_available: RMagick disponible (opcional)
+  text_openid_available: OpenID disponible (opcional)
   text_destroy_time_entries_question: "S'han informat {{hours}} hores en els assumptes que aneu a suprimir. Què voleu fer?"
   text_destroy_time_entries: Suprimeix les hores informades
   text_assign_time_entries_to_project: Assigna les hores informades al projecte
Index: config/locales/pt-BR.yml
===================================================================
--- config/locales/pt-BR.yml	(Revision 3337)
+++ config/locales/pt-BR.yml	(Arbeitskopie)
@@ -720,6 +720,7 @@
   text_default_administrator_account_changed: Conta padrão do administrador alterada
   text_file_repository_writable: Repositório com permissão de escrita
   text_rmagick_available: RMagick disponível (opcional)
+  text_openid_available: OpenID disponível (opcional)
   text_destroy_time_entries_question: "{{hours}} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?"
   text_destroy_time_entries: Excluir horas de trabalho
   text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto
Index: config/locales/tr.yml
===================================================================
--- config/locales/tr.yml	(Revision 3337)
+++ config/locales/tr.yml	(Arbeitskopie)
@@ -704,6 +704,7 @@
   text_default_administrator_account_changed: Varsayılan yönetici hesabı değişti
   text_file_repository_writable: Dosya deposu yazılabilir
   text_rmagick_available: RMagick Kullanılabilir (isteğe bağlı)
+  text_openid_available: OpenID Kullanılabilir (isteğe bağlı)
   text_destroy_time_entries_question: Silmek üzere olduğunuz iletiler üzerine {{hours}} saat raporlandı.Ne yapmak istersiniz ?
   text_destroy_time_entries: Raporlanmış saatleri sil
   text_assign_time_entries_to_project: Raporlanmış saatleri projeye ata
Index: config/locales/ru.yml
===================================================================
--- config/locales/ru.yml	(Revision 3337)
+++ config/locales/ru.yml	(Arbeitskopie)
@@ -900,6 +900,7 @@
   text_regexp_info: напр. ^[A-Z0-9]+$
   text_repository_usernames_mapping: "Выберите или обновите пользователя Redmine, связанного с найденными именами в журнале хранилица.\nПользователи с одинаковыми именами или email в Redmine и хранилище связываются автоматически."
   text_rmagick_available: Доступно использование RMagick (опционально)
+  text_openid_available: Доступно использование OpenID (опционально)
   text_select_mail_notifications: Выберите действия, на которые будет отсылаться уведомление на электронную почту.
   text_select_project_modules: 'Выберите модули, которые будут использованы в проекте:'
   text_status_changed_by_changeset: "Реализовано в {{value}} редакции."
Index: config/locales/id.yml
===================================================================
--- config/locales/id.yml	(Revision 3337)
+++ config/locales/id.yml	(Arbeitskopie)
@@ -821,6 +821,7 @@
   text_file_repository_writable: Direktori yang bisa ditulisi untuk lampiran
   text_plugin_assets_writable: Direktori yang bisa ditulisi untuk plugin asset
   text_rmagick_available: RMagick tersedia (optional)
+  text_openid_available: OpenID tersedia (optional)
   text_destroy_time_entries_question: "{{hours}} jam sudah dilaporkan pada masalah yang akan anda hapus. Apa yang akan anda lakukan ?"
   text_destroy_time_entries: Hapus jam yang terlapor
   text_assign_time_entries_to_project: Tugaskan jam terlapor pada proyek
Index: config/locales/el.yml
===================================================================
--- config/locales/el.yml	(Revision 3337)
+++ config/locales/el.yml	(Arbeitskopie)
@@ -782,6 +782,7 @@
   text_file_repository_writable: Εγγράψιμος κατάλογος συνημμένων
   text_plugin_assets_writable: Εγγράψιμος κατάλογος plugin assets
   text_rmagick_available: Διαθέσιμο RMagick (προαιρετικό)
+  text_openid_available: Διαθέσιμο OpenID (προαιρετικό)
   text_destroy_time_entries_question: "{{hours}} δαπανήθηκαν σχετικά με τα θέματα που πρόκειται να διαγράψετε. Τι θέλετε να κάνετε ;"
   text_destroy_time_entries: Διαγραφή αναφερόμενων ωρών
   text_assign_time_entries_to_project: Ανάθεση αναφερόμενων ωρών στο έργο
Index: config/locales/en.yml
===================================================================
--- config/locales/en.yml	(Revision 3337)
+++ config/locales/en.yml	(Arbeitskopie)
@@ -837,6 +837,7 @@
   text_file_repository_writable: Attachments directory writable
   text_plugin_assets_writable: Plugin assets directory writable
   text_rmagick_available: RMagick available (optional)
+  text_openid_available: OpenID available (optional)
   text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?"
   text_destroy_time_entries: Delete reported hours
   text_assign_time_entries_to_project: Assign reported hours to the project
Index: config/locales/gl.yml
===================================================================
--- config/locales/gl.yml	(Revision 3337)
+++ config/locales/gl.yml	(Arbeitskopie)
@@ -792,6 +792,7 @@
   text_regexp_info: ex. ^[A-Z0-9]+$
   text_repository_usernames_mapping: "Estableza a correspondencia entre os usuarios de Redmine e os presentes no log do repositorio.\nOs usuarios co mesmo nome ou correo en Redmine e no repositorio serán asociados automaticamente."
   text_rmagick_available: RMagick dispoñible (opcional)
+  text_openid_available: OpenID dispoñible (opcional)
   text_select_mail_notifications: Seleccionar os eventos a notificar
   text_select_project_modules: 'Seleccione os módulos a activar para este proxecto:'
   text_status_changed_by_changeset: "Aplicado nos cambios {{value}}"
Index: config/locales/cs.yml
===================================================================
--- config/locales/cs.yml	(Revision 3337)
+++ config/locales/cs.yml	(Arbeitskopie)
@@ -675,6 +675,7 @@
   text_default_administrator_account_changed: Výchozí nastavení administrátorského účtu změněno
   text_file_repository_writable: Povolen zápis do repository
   text_rmagick_available: RMagick k dispozici (volitelné)
+  text_openid_available: OpenID k dispozici (volitelné)
   text_destroy_time_entries_question: "U úkolů, které chcete odstranit je evidováno {{hours}} práce. Co chete udělat?"
   text_destroy_time_entries: Odstranit evidované hodiny.
   text_assign_time_entries_to_project: Přiřadit evidované hodiny projektu
Index: config/locales/es.yml
===================================================================
--- config/locales/es.yml	(Revision 3337)
+++ config/locales/es.yml	(Arbeitskopie)
@@ -815,6 +815,7 @@
   text_regexp_info: ej. ^[A-Z0-9]+$
   text_repository_usernames_mapping: "Establezca la correspondencia entre los usuarios de Redmine y los presentes en el log del repositorio.\nLos usuarios con el mismo nombre o correo en Redmine y en el repositorio serán asociados automáticamente."
   text_rmagick_available: RMagick disponible (opcional)
+  text_openid_available: OpenID disponible (opcional)
   text_select_mail_notifications: Seleccionar los eventos a notificar
   text_select_project_modules: 'Seleccione los módulos a activar para este proyecto:'
   text_status_changed_by_changeset: "Aplicado en los cambios {{value}}"
Index: config/locales/zh-TW.yml
===================================================================
--- config/locales/zh-TW.yml	(Revision 3337)
+++ config/locales/zh-TW.yml	(Arbeitskopie)
@@ -930,6 +930,7 @@
   text_file_repository_writable: 可寫入附加檔案目錄
   text_plugin_assets_writable: 可寫入附加元件目錄
   text_rmagick_available: 可使用 RMagick (選配)
+  text_openid_available: 可使用 OpenID (選配)
   text_destroy_time_entries_question: 您即將刪除的項目已報工 {{hours}} 小時. 您的選擇是？
   text_destroy_time_entries: 刪除已報工的時數
   text_assign_time_entries_to_project: 指定已報工的時數至專案中
Index: config/locales/ko.yml
===================================================================
--- config/locales/ko.yml	(Revision 3337)
+++ config/locales/ko.yml	(Arbeitskopie)
@@ -835,6 +835,7 @@
   text_file_repository_writable: 파일 저장소 쓰기 가능
   text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능
   text_rmagick_available: RMagick 사용 가능 (선택적)
+  text_openid_available: OpenID 사용 가능 (선택적)
   text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
   text_destroy_time_entries: 보고된 시간을 삭제하기
   text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기
Index: config/locales/it.yml
===================================================================
--- config/locales/it.yml	(Revision 3337)
+++ config/locales/it.yml	(Arbeitskopie)
@@ -685,6 +685,7 @@
   text_file_repository_writable: Repository dei file scrivibile
   text_default_administrator_account_changed: L'account amministrativo predefinito è stato modificato
   text_rmagick_available: RMagick disponibile (opzionale)
+  text_openid_available: OpenID disponibile (opzionale)
   button_configure: Configura
   label_plugins: Plugin
   label_ldap_authentication: Autenticazione LDAP
Index: config/locales/sk.yml
===================================================================
--- config/locales/sk.yml	(Revision 3337)
+++ config/locales/sk.yml	(Arbeitskopie)
@@ -673,6 +673,7 @@
   text_default_administrator_account_changed: Zmenené výchozie nastavenie administrátorského účtu
   text_file_repository_writable: Povolený zápis do repozitára
   text_rmagick_available: RMagick k dispozícií (voliteľné)
+  text_openid_available: OpenID k dispozícií (voliteľné)
   text_destroy_time_entries_question: U úloh, které chcete odstraniť, je evidované %.02f práce. Čo chcete vykonať?
   text_destroy_time_entries: Odstrániť evidované hodiny.
   text_assign_time_entries_to_project: Priradiť evidované hodiny projektu
Index: config/locales/sl.yml
===================================================================
--- config/locales/sl.yml	(Revision 3337)
+++ config/locales/sl.yml	(Arbeitskopie)
@@ -745,6 +745,7 @@
   text_default_administrator_account_changed: Spremenjen privzeti administratorski račun
   text_file_repository_writable: Omogočeno pisanje v shrambo datotek
   text_rmagick_available: RMagick je na voljo(neobvezno)
+  text_openid_available: OpenID je na voljo(neobvezno)
   text_destroy_time_entries_question: "{{hours}} ur je bilo opravljenih na zahtevku, ki ga želite izbrisati. Kaj želite storiti?"
   text_destroy_time_entries: Izbriši opravljene ure
   text_assign_time_entries_to_project: Predaj opravljene ure projektu
Index: config/locales/uk.yml
===================================================================
--- config/locales/uk.yml	(Revision 3337)
+++ config/locales/uk.yml	(Arbeitskopie)
@@ -674,6 +674,7 @@
   text_file_repository_writable: File repository writable
   text_default_administrator_account_changed: Default administrator account changed
   text_rmagick_available: RMagick available (optional)
+  text_openid_available: OpenID available (optional)
   button_configure: Configure
   label_plugins: Plugins
   label_ldap_authentication: LDAP authentication
Index: config/locales/sr.yml
===================================================================
--- config/locales/sr.yml	(Revision 3337)
+++ config/locales/sr.yml	(Arbeitskopie)
@@ -694,6 +694,7 @@
   text_file_repository_writable: File repository writable
   text_default_administrator_account_changed: Default administrator account changed
   text_rmagick_available: RMagick available (optional)
+  text_openid_available: OpenID available (optional)
   button_configure: Configure
   label_plugins: Plugins
   label_ldap_authentication: LDAP authentication
Index: config/locales/da.yml
===================================================================
--- config/locales/da.yml	(Revision 3337)
+++ config/locales/da.yml	(Arbeitskopie)
@@ -681,6 +681,7 @@
   text_default_administrator_account_changed: Standard administratorkonto ændret
   text_file_repository_writable: Filarkiv er skrivbar
   text_rmagick_available: RMagick tilgængelig (valgfri)
+  text_openid_available: OpenID tilgængelig (valgfri)
   
   default_role_manager: Leder
   default_role_developper: Udvikler
Index: config/locales/sv.yml
===================================================================
--- config/locales/sv.yml	(Revision 3337)
+++ config/locales/sv.yml	(Arbeitskopie)
@@ -888,6 +888,7 @@
   text_file_repository_writable: Arkivet för bifogade filer är skrivbar
   text_plugin_assets_writable: Arkivet för plug-ins är skrivbar
   text_rmagick_available: RMagick tillgängligt (valfritt)
+  text_openid_available: OpenID tillgängligt (valfritt)
   text_destroy_time_entries_question: "{{hours}} timmar har rapporterats på ärendena du är på väg att ta bort. Vad vill du göra ?"
   text_destroy_time_entries: Ta bort rapporterade timmar
   text_assign_time_entries_to_project: Tilldela rapporterade timmar till projektet
Index: config/locales/bg.yml
===================================================================
--- config/locales/bg.yml	(Revision 3337)
+++ config/locales/bg.yml	(Arbeitskopie)
@@ -672,6 +672,7 @@
   text_file_repository_writable: Възможност за писане в хранилището с файлове
   text_default_administrator_account_changed: Сменен фабричния администраторски профил
   text_rmagick_available: Наличен RMagick (по избор)
+  text_openid_available: Наличен OpenID (по избор)
   button_configure: Конфигуриране
   label_plugins: Плъгини
   label_ldap_authentication: LDAP оторизация
Index: config/locales/de.yml
===================================================================
--- config/locales/de.yml	(Revision 3337)
+++ config/locales/de.yml	(Arbeitskopie)
@@ -771,6 +771,7 @@
   text_file_repository_writable: Verzeichnis für Dateien beschreibbar
   text_plugin_assets_writable: Verzeichnis für Plugin-Assets beschreibbar
   text_rmagick_available: RMagick verfügbar (optional)
+  text_openid_available: OpenID verfügbar (optional)
   text_destroy_time_entries_question: Es wurden bereits {{hours}} Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen?
   text_destroy_time_entries: Gebuchte Aufwände löschen
   text_assign_time_entries_to_project: Gebuchte Aufwände dem Projekt zuweisen
Index: config/locales/ja.yml
===================================================================
--- config/locales/ja.yml	(Revision 3337)
+++ config/locales/ja.yml	(Arbeitskopie)
@@ -867,6 +867,7 @@
   text_file_repository_writable: ファイルリポジトリに書き込み可能
   text_plugin_assets_writable: Plugin assetsディレクトリに書き込み可能
   text_rmagick_available: RMagickが使用可能 (オプション)
+  text_openid_available: OpenIDkが使用可能 (オプション)
   text_destroy_time_entries_question: このチケットの{{hours}}時間分の作業記録の扱いを選択してください。
   text_destroy_time_entries: 記録された作業時間を含めて削除
   text_assign_time_entries_to_project: 記録された作業時間をプロジェクト自体に割り当て
Index: config/locales/he.yml
===================================================================
--- config/locales/he.yml	(Revision 3337)
+++ config/locales/he.yml	(Arbeitskopie)
@@ -682,6 +682,7 @@
   text_file_repository_writable: מאגר הקבצים ניתן לכתיבה
   text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה
   text_rmagick_available: RMagick available (optional)
+  text_openid_available: OpenID available (optional)
   button_configure: אפשרויות
   label_plugins: פלאגינים
   label_ldap_authentication: אימות LDAP
Index: config/locales/fi.yml
===================================================================
--- config/locales/fi.yml	(Revision 3337)
+++ config/locales/fi.yml	(Arbeitskopie)
@@ -705,6 +705,7 @@
   text_file_repository_writable: Kirjoitettava tiedostovarasto
   text_default_administrator_account_changed: Vakio hallinoijan tunnus muutettu
   text_rmagick_available: RMagick saatavilla (valinnainen)
+  text_openid_available: OpenID saatavilla (valinnainen)
   button_configure: Asetukset
   label_plugins: Lisäosat
   label_ldap_authentication: LDAP tunnistautuminen
Index: config/locales/bs.yml
===================================================================
--- config/locales/bs.yml	(Revision 3337)
+++ config/locales/bs.yml	(Arbeitskopie)
@@ -775,6 +775,7 @@
   text_file_repository_writable: U direktorij sa fajlovima koji su prilozi se može pisati
   text_plugin_assets_writable: U direktorij plugin-ova se može pisati
   text_rmagick_available: RMagick je dostupan (opciono)
+  text_openid_available: OpenID je dostupan (opciono)
   text_destroy_time_entries_question: "{{hours}} sahata je prijavljeno na aktivnostima koje želite brisati. Želite li to učiniti ?"
   text_destroy_time_entries: Izbriši prijavljeno vrijeme
   text_assign_time_entries_to_project: Dodaj prijavljenoo vrijeme projektu
Index: config/locales/fr.yml
===================================================================
--- config/locales/fr.yml	(Revision 3337)
+++ config/locales/fr.yml	(Arbeitskopie)
@@ -849,6 +849,7 @@
   text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture
   text_plugin_assets_writable: Répertoire public des plugins accessible en écriture
   text_rmagick_available: Bibliothèque RMagick présente (optionnelle)
+  text_openid_available: Bibliothèque OpenID présente (optionnelle)
   text_destroy_time_entries_question: "{{hours}} heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?"
   text_destroy_time_entries: Supprimer les heures
   text_assign_time_entries_to_project: Reporter les heures sur le projet
Index: config/locales/nl.yml
===================================================================
--- config/locales/nl.yml	(Revision 3337)
+++ config/locales/nl.yml	(Arbeitskopie)
@@ -755,6 +755,7 @@
   text_regexp_info: bv. ^[A-Z0-9]+$
   text_repository_usernames_mapping: "Koppel de Redminegebruikers aan gebruikers in de repository log.\nGebruikers met dezelfde Redmine en repository gebruikersnaam of email worden automatisch gekoppeld."
   text_rmagick_available: RMagick beschikbaar (optioneel)
+  text_openid_available: OpenID beschikbaar (optioneel)
   text_select_mail_notifications: Selecteer acties waarvoor mededelingen via mail moeten worden verstuurd.
   text_select_project_modules: 'Selecteer de modules die u wilt gebruiken voor dit project:'
   text_status_changed_by_changeset: "Toegepast in changeset {{value}}."
Index: config/locales/hr.yml
===================================================================
--- config/locales/hr.yml	(Revision 3337)
+++ config/locales/hr.yml	(Arbeitskopie)
@@ -838,6 +838,7 @@
   text_file_repository_writable: Dozvoljeno pisanje u direktorij za privitke
   text_plugin_assets_writable: Plugin assets directory writable
   text_rmagick_available: RMagick dostupan (nije obavezno)
+  text_openid_available: OpenID dostupan (nije obavezno)
   text_destroy_time_entries_question: "{{hours}} sati je prijavljeno za predmete koje želite obrisati. Što ćete učiniti?"
   text_destroy_time_entries: Obriši prijavljene sate
   text_assign_time_entries_to_project: Pridruži prijavljene sate projektu
Index: config/locales/pl.yml
===================================================================
--- config/locales/pl.yml	(Revision 3337)
+++ config/locales/pl.yml	(Arbeitskopie)
@@ -791,6 +791,7 @@
   text_regexp_info: np. ^[A-Z0-9]+$
   text_repository_usernames_mapping: "Wybierz lub uaktualnij przyporządkowanie użytkowników Redmine do użytkowników repozytorium.\nUżytkownicy z taką samą nazwą lub adresem email są przyporządkowani automatycznie."
   text_rmagick_available: RMagick dostępne (opcjonalnie)
+  text_openid_available: OpenID dostępne (opcjonalnie)
   text_select_mail_notifications: Zaznacz czynności przy których użytkownik powinien być powiadomiony mailem.
   text_select_project_modules: 'Wybierz moduły do aktywacji w tym projekcie:'
   text_status_changed_by_changeset: "Zastosowane w zmianach {{value}}."
Index: config/locales/th.yml
===================================================================
--- config/locales/th.yml	(Revision 3337)
+++ config/locales/th.yml	(Arbeitskopie)
@@ -675,6 +675,7 @@
   text_default_administrator_account_changed: ค่าเริ่มต้นของบัญชีผู้บริหารจัดการถูกเปลี่ยนแปลง
   text_file_repository_writable: ที่เก็บต้นฉบับสามารถเขียนได้
   text_rmagick_available: RMagick มีให้ใช้ (เป็นตัวเลือก)
+  text_openid_available: OpenID มีให้ใช้ (เป็นตัวเลือก)
   text_destroy_time_entries_question: "{{hours}} ชั่วโมงที่ถูกแจ้งในปัญหานี้จะโดนลบ. คุณต้องการทำอย่างไร?"
   text_destroy_time_entries: ลบเวลาที่รายงานไว้
   text_assign_time_entries_to_project: ระบุเวลาที่ใช้ในโครงการนี้
Index: config/locales/no.yml
===================================================================
--- config/locales/no.yml	(Revision 3337)
+++ config/locales/no.yml	(Arbeitskopie)
@@ -678,6 +678,7 @@
   text_default_administrator_account_changed: Standard administrator-konto er endret
   text_file_repository_writable: Fil-arkivet er skrivbart
   text_rmagick_available: RMagick er tilgjengelig (valgfritt)
+  text_openid_available: OpenID er tilgjengelig (valgfritt)
   text_destroy_time_entries_question: "{{hours}} timer er ført på sakene du er i ferd med å slette. Hva vil du gjøre ?"
   text_destroy_time_entries: Slett førte timer
   text_assign_time_entries_to_project: Overfør førte timer til prosjektet
Index: config/locales/hu.yml
===================================================================
--- config/locales/hu.yml	(Revision 3337)
+++ config/locales/hu.yml	(Arbeitskopie)
@@ -704,6 +704,7 @@
   text_default_administrator_account_changed: Alapértelmezett adminisztrátor fiók megváltoztatva
   text_file_repository_writable: Fájl tároló írható
   text_rmagick_available: RMagick elérhető (opcionális)
+  text_openid_available: OpenID elérhető (opcionális)
   text_destroy_time_entries_question: "{{hours}} órányi munka van rögzítve a feladatokon, amiket törölni szeretne. Mit szeretne tenni ?"
   text_destroy_time_entries: A rögzített órák törlése
   text_assign_time_entries_to_project: A rögzített órák hozzárendelése a projekthez
Index: config/locales/vi.yml
===================================================================
--- config/locales/vi.yml	(Revision 3337)
+++ config/locales/vi.yml	(Arbeitskopie)
@@ -752,6 +752,7 @@
   text_default_administrator_account_changed: Default administrator account changed
   text_file_repository_writable: File repository writable
   text_rmagick_available: RMagick available (optional)
+  text_openid_available: OpenID available (optional)
   text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?"
   text_destroy_time_entries: Delete reported hours
   text_assign_time_entries_to_project: Assign reported hours to the project
