mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 20:08:49 +00:00
[various] Rename forum to group
- Drop support for forumdirectory - Add support for groupdirectory
This commit is contained in:
parent
aa0f74832a
commit
49d308c44b
51 changed files with 1636 additions and 85 deletions
81
groupdirectory/lang/fi-fi/messages.po
Normal file
81
groupdirectory/lang/fi-fi/messages.po
Normal file
|
@ -0,0 +1,81 @@
|
|||
# ADDON forumdirectory
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica forumdirectory addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Kris, 2018
|
||||
# Kris, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2018-05-12 12:50+0000\n"
|
||||
"Last-Translator: Kris\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fi_FI\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forumdirectory.php:22
|
||||
msgid "Forum Directory"
|
||||
msgstr "Foorumihakemisto"
|
||||
|
||||
#: forumdirectory.php:53
|
||||
msgid "Public access denied."
|
||||
msgstr "Julkinen käyttö estetty."
|
||||
|
||||
#: forumdirectory.php:71
|
||||
msgid "Global Directory"
|
||||
msgstr "Maailmanlaajuinen hakemisto"
|
||||
|
||||
#: forumdirectory.php:79
|
||||
msgid "Find on this site"
|
||||
msgstr "Sivustohaku"
|
||||
|
||||
#: forumdirectory.php:81
|
||||
msgid "Finding: "
|
||||
msgstr ""
|
||||
|
||||
#: forumdirectory.php:82
|
||||
msgid "Site Directory"
|
||||
msgstr "Sivustoluettelo"
|
||||
|
||||
#: forumdirectory.php:83
|
||||
msgid "Find"
|
||||
msgstr "Etsi"
|
||||
|
||||
#: forumdirectory.php:133
|
||||
msgid "Age: "
|
||||
msgstr "Ikä:"
|
||||
|
||||
#: forumdirectory.php:136
|
||||
msgid "Gender: "
|
||||
msgstr "Sukupuoli:"
|
||||
|
||||
#: forumdirectory.php:156
|
||||
msgid "Location:"
|
||||
msgstr "Sijainti:"
|
||||
|
||||
#: forumdirectory.php:158
|
||||
msgid "Gender:"
|
||||
msgstr "Sukupuoli:"
|
||||
|
||||
#: forumdirectory.php:160
|
||||
msgid "Status:"
|
||||
msgstr "Tila:"
|
||||
|
||||
#: forumdirectory.php:162
|
||||
msgid "Homepage:"
|
||||
msgstr "Kotisivu:"
|
||||
|
||||
#: forumdirectory.php:164
|
||||
msgid "About:"
|
||||
msgstr "Lisätietoja:"
|
||||
|
||||
#: forumdirectory.php:201
|
||||
msgid "No entries (some entries may be hidden)."
|
||||
msgstr "Ei kohteita (jotkut kohteet saattaa olla piilotettuja)."
|
21
groupdirectory/lang/fi-fi/strings.php
Normal file
21
groupdirectory/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Forum Directory'] = 'Foorumihakemisto';
|
||||
$a->strings['Public access denied.'] = 'Julkinen käyttö estetty.';
|
||||
$a->strings['Global Directory'] = 'Maailmanlaajuinen hakemisto';
|
||||
$a->strings['Find on this site'] = 'Sivustohaku';
|
||||
$a->strings['Site Directory'] = 'Sivustoluettelo';
|
||||
$a->strings['Find'] = 'Etsi';
|
||||
$a->strings['Age: '] = 'Ikä:';
|
||||
$a->strings['Gender: '] = 'Sukupuoli:';
|
||||
$a->strings['Location:'] = 'Sijainti:';
|
||||
$a->strings['Gender:'] = 'Sukupuoli:';
|
||||
$a->strings['Status:'] = 'Tila:';
|
||||
$a->strings['Homepage:'] = 'Kotisivu:';
|
||||
$a->strings['About:'] = 'Lisätietoja:';
|
||||
$a->strings['No entries (some entries may be hidden).'] = 'Ei kohteita (jotkut kohteet saattaa olla piilotettuja).';
|
Loading…
Add table
Add a link
Reference in a new issue