Also support "last X" REST interface
This commit is contained in:
18
plugins/serendipity_plugin_comments/UTF-8/lang_bg.inc.php
Normal file
18
plugins/serendipity_plugin_comments/UTF-8/lang_bg.inc.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php # $Id$
|
||||
|
||||
/**
|
||||
* @version $Revision$
|
||||
* @author Ivan Cenov jwalker@abv.bg
|
||||
*/
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Показва последните коментари на Вашите постинги');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Пренос на нов ред');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Брой думи преди да стработи преносът на нов ред (по подразбиране: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Максимален брой показвани символи за коментар');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Максимум колко символа да бъдат показани за всеки коментар (по подразбиране: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Максимален брой на показваните коментари');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Колко коментара най-много да бъдат показани (по подразбиране: 15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s за%s');
|
||||
@define('PLUGIN_COMMENTS_ANONYMOUS', 'anon');
|
||||
|
||||
?>
|
25
plugins/serendipity_plugin_comments/UTF-8/lang_cn.inc.php
Normal file
25
plugins/serendipity_plugin_comments/UTF-8/lang_cn.inc.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php # $Id: $
|
||||
|
||||
##########################################################################
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
|
||||
# Developer Team) All rights reserved. See LICENSE file for licensing #
|
||||
# details #
|
||||
# #
|
||||
# (c) 2003 Jannis Hermanns <J@hacked.it> #
|
||||
# http://www.jannis.to/programming/serendipity.html #
|
||||
# #
|
||||
# Translated by #
|
||||
# (c) 2006 Demin Yin <damon@deminy.net> #
|
||||
# http://www.deminy.net #
|
||||
##########################################################################
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', '显示最新的评论');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', '自动换行');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', '多少字符之后自动换行?(默认:30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', '显示长度');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', '每个评论要显示多少字符?(默认:120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', '评论数量');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', '要显示多少个评论?(默认:15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s 关于 %s');
|
||||
|
||||
?>
|
10
plugins/serendipity_plugin_comments/UTF-8/lang_de.inc.php
Normal file
10
plugins/serendipity_plugin_comments/UTF-8/lang_de.inc.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php # $Id: serendipity_plugin_comments.php 264 2005-07-13 16:59:13Z garvinhicking $
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Zeigt die letzten Kommentare');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Zeilenumbruch');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Nach wievielen Wörtern soll ein Zeilenumbruch eingefügt werden? (Standard: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Zeichen pro Kommentar');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Wieviele Zeichen sollen pro Kommentar gezeigt werden? (Standard: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Anzahl an Kommentaren');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Wieviele Kommentare sollen gezeigt werden? (Standard: 15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s zu%s');
|
18
plugins/serendipity_plugin_comments/UTF-8/lang_es.inc.php
Normal file
18
plugins/serendipity_plugin_comments/UTF-8/lang_es.inc.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php # $Id$
|
||||
|
||||
/**
|
||||
* @version $Revision: 690 $
|
||||
* @author Rodrigo Lazo Paz <rlazo.paz@gmail.com>
|
||||
* EN-Revision: 690
|
||||
*/
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Muestra los últimos comentarios hechos a tus entradas');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Wordwrap');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', '¿Cuantas palabras deben haber antes de que se haga un salto de línea? (Por defecto: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Máximo número de caracteres por comentario');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', '¿Cuantos caracteres deben ser mostrados por cada comentario? (Por defecto: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Máximo número de comentarios');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', '¿Cuántos comentarios deben ser mostrados? (Por defecto: 15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s acerca%s');
|
||||
@define('PLUGIN_COMMENTS_ANONYMOUS', 'anon');
|
||||
?>
|
28
plugins/serendipity_plugin_comments/UTF-8/lang_fr.inc.php
Normal file
28
plugins/serendipity_plugin_comments/UTF-8/lang_fr.inc.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php # $Id: lang_ja.inc.php,v 1.4 2005/05/17 11:37:42 garvinhicking Exp $
|
||||
|
||||
##########################################################################
|
||||
# serendipity - another blogger... #
|
||||
##########################################################################
|
||||
# #
|
||||
# (c) 2003 Jannis Hermanns <J@hacked.it> #
|
||||
# http://www.jannis.to/programming/serendipity.html #
|
||||
# #
|
||||
# Translated by #
|
||||
# Sebastian Mordziol <argh@php-tools.net> #
|
||||
# http://sebastian.mordziol.de #
|
||||
# #
|
||||
##########################################################################
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Affiche les derniers commentaires');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Retour à la ligne');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Faire un retour a la ligne automatique après X mots. Valeur par défaut: 30');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Caractères par commentaire');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Afficher X caractères de chaque commentaire. Valeur par défaut: 120');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Nombre de commentaires');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Définit combien de commentaires vont être affichés. Valeur par défaut: 15');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s à propos%s');
|
||||
@define('PLUGIN_COMMENTS_ANONYMOUS', 'anonyme');
|
||||
|
||||
|
||||
/* vim: set sts=4 ts=4 expandtab : */
|
||||
?>
|
12
plugins/serendipity_plugin_comments/UTF-8/lang_is.inc.php
Normal file
12
plugins/serendipity_plugin_comments/UTF-8/lang_is.inc.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php # $Id: lang_is.inc.php 7 2005-04-16 06:39:31Z s_bergmann $
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Sýnir síðustu athugasemdir á færslurnar þínar');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Línuskil');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Hversu mörg orð þar til línuskil eiga sér stað? (Sjálfgefið gildi: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Hámarksstafafjöldi á athugasemd');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Hversu margir stafir eiga að vera birtir fyrir hverja athugasemd? (Sjálfgefið gildi: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Hámarksfjöldi athugasemda');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Hversu margar athugasemdir skal sýna? (Sjálfgefið gildi: 15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s um%s');
|
||||
/* vim: set sts=4 ts=4 expandtab : */
|
||||
?>
|
18
plugins/serendipity_plugin_comments/UTF-8/lang_ja.inc.php
Normal file
18
plugins/serendipity_plugin_comments/UTF-8/lang_ja.inc.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php # $Id: lang_ja.inc.php 693 2005-11-13 07:25:16Z elf2000 $
|
||||
|
||||
/**
|
||||
* @version $Revision$
|
||||
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
|
||||
* EN-Revision: 691
|
||||
*/
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'あなたのエントリへの最後のコメントを表示します。');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', '禁則処理');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', '禁則処理するまでそれくらいの単語が現れますか? (デフォルト: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'コメントの最大文字数');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', '各コメントで何文字位表示しますか? (デフォルト: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'コメントの最大数');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'どれくらいのコメントを表示しますか? (デフォルト: 15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', 'コメント: %s<br />%s');
|
||||
|
||||
?>
|
14
plugins/serendipity_plugin_comments/UTF-8/lang_ko.inc.php
Normal file
14
plugins/serendipity_plugin_comments/UTF-8/lang_ko.inc.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php # $Id: lang_ko.inc.php,v 1.0 2005/06/29 13:41:13 garvinhicking Exp $
|
||||
# Translated by: Wesley Hwang-Chung <wesley96@gmail.com>
|
||||
# (c) 2005 http://www.tool-box.info/
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', '최근에 달린 덧글을 보여줌');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', '자동 줄바꿈');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', '몇 글자 후에 자동 줄바꿈을 하겠습니까? (기본값: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', '덧글 당 최대 글자 수');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', '각 덧글에 대해 최대 몇 글자를 보여주겠습니까? (기본값: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', '최대 덧글 수');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', '몇 개의 덧글을 보여주겠습니까? (기본값: 15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s 님이 %s 에 대해');
|
||||
|
||||
?>
|
18
plugins/serendipity_plugin_comments/UTF-8/lang_pl.inc.php
Normal file
18
plugins/serendipity_plugin_comments/UTF-8/lang_pl.inc.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php # $Id$
|
||||
|
||||
/**
|
||||
* @version $Revision$
|
||||
* @author Kostas CoSTa Brzezinski <costa@kofeina.net>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Wyświetl ostatnie komentarze do wpisów');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Przycinanie komentarza');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Jak wiele słów zostanie pokazanych zanim nastąpi przycięcie komentarza. (Standardowo: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Maksymalna ilość znaków na komentarz');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Jak wiele znaków zostanie wyświetlonych w każdym komentarzu. (Standardowo: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Maksymalna ilość pokazywanych komentarzy');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Jak wiele komentarzy będzie pokazywanych. (Standardowo: 15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s do wpisu%s');
|
||||
@define('PLUGIN_COMMENTS_ANONYMOUS', 'anonim');
|
||||
?>
|
28
plugins/serendipity_plugin_comments/UTF-8/lang_pt_PT.inc.php
Normal file
28
plugins/serendipity_plugin_comments/UTF-8/lang_pt_PT.inc.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php # $Id: lang_ja.inc.php,v 1.4 2005/05/17 11:37:42 garvinhicking Exp $
|
||||
|
||||
##########################################################################
|
||||
# serendipity - another blogger... #
|
||||
##########################################################################
|
||||
# #
|
||||
# (c) 2003 Jannis Hermanns <J@hacked.it> #
|
||||
# http://www.jannis.to/programming/serendipity.html #
|
||||
# #
|
||||
# Translated by #
|
||||
# João P Matos <jmatos@math.ist.utl.pt> #
|
||||
# based on the french translation by #
|
||||
# Sebastian Mordziol <argh@php-tools.net> #
|
||||
# http://sebastian.mordziol.de #
|
||||
# #
|
||||
##########################################################################
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Afixar os últimos comentários');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Mudar de linha');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Mudar de linha automaticamente depois de X palavras. Valor por omissão: 30');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Caracteres por comentário');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Afixar X caracteres por comentário. Valor por omissão: 120');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Número de comentários');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Define quantos comentários vão ser afixados. Valor por omissão: 15');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s a propósito de%s');
|
||||
|
||||
/* vim: set sts=4 ts=4 expandtab : */
|
||||
?>
|
23
plugins/serendipity_plugin_comments/UTF-8/lang_tn.inc.php
Normal file
23
plugins/serendipity_plugin_comments/UTF-8/lang_tn.inc.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php # $Id: $
|
||||
##########################################################################
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
|
||||
# Developer Team) All rights reserved. See LICENSE file for licensing #
|
||||
# details #
|
||||
# #
|
||||
# (c) 2003 Jannis Hermanns <J@hacked.it> #
|
||||
# http://www.jannis.to/programming/serendipity.html #
|
||||
# #
|
||||
# Translated by #
|
||||
# (c) 2004-2005 CapriSkye <admin@capriskye.com> #
|
||||
# http://open.38.com #
|
||||
##########################################################################
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', '顯示最新的迴響');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', '自動換行');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', '要多少字之後自動換行?(預設:30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', '顯示長度');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', '每個迴響要顯示多少個字?(預設:120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', '迴響數量');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', '要顯示多少個迴響?(預設:15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s 發佈於 %s');
|
||||
?>
|
18
plugins/serendipity_plugin_comments/UTF-8/lang_tr.inc.php
Normal file
18
plugins/serendipity_plugin_comments/UTF-8/lang_tr.inc.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php # $Id: lang_tr.inc.php,v 1.0 2006/07/18 11.10:15 ahmetusal Exp $
|
||||
|
||||
/**
|
||||
* @version $Revision: 1.0 $
|
||||
* @author Ahmet Usal <ahmetusal@gmail.com>
|
||||
* First public version: lang_tr.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Yaz<61>lar<61>n<EFBFBD>z hakk<6B>nda bildirilen son g<>r<EFBFBD><72>lerin g<>sterimi');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Kelime kayd<79>rma');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH','Ka<4B> adet kelimeye kadar kelime kayd<79>rma uygulanmas<61>n? (<28>ntan<61>ml<6D>: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'G<>r<EFBFBD><72> ba<62><61>na kullan<61>labilecek en <20>ok harf karakteri say<61>s<EFBFBD>');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'G<>r<EFBFBD><72>lerde en <20>ok ka<6B> adet harfin kullan<61>m<EFBFBD>na izin verilsin? (<28>ntan<61>ml<6D>: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'En <20>ok g<>r<EFBFBD><72> say<61>s<EFBFBD>');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Ka<4B> adet g<>r<EFBFBD><72> g<>sterilsin? (<28>ntan<61>ml<6D>: 15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s hakk<6B>nda%s');
|
||||
|
||||
?>
|
26
plugins/serendipity_plugin_comments/UTF-8/lang_zh.inc.php
Normal file
26
plugins/serendipity_plugin_comments/UTF-8/lang_zh.inc.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php # $Id: $
|
||||
##########################################################################
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
|
||||
# Developer Team) All rights reserved. See LICENSE file for licensing #
|
||||
# details #
|
||||
# #
|
||||
# (c) 2003 Jannis Hermanns <J@hacked.it> #
|
||||
# http://www.jannis.to/programming/serendipity.html #
|
||||
# #
|
||||
# Translated by #
|
||||
# (c) 2006 Demin Yin <damon@deminy.net> #
|
||||
# http://www.deminy.net #
|
||||
# (c) 2006 Aphonex Li <aphonex.li@gmail.com> #
|
||||
# http://www.exten.cn #
|
||||
##########################################################################
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', '显示最新的评论');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', '自动换行');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', '多少字符之后自动换行?(默认:30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', '显示长度');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', '每个评论要显示多少字符?(默认:120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', '评论数量');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', '要显示多少个评论?(默认:15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s 关于 %s');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user